Microcontroller :S32G399A
HSE FW :2_64
I am performing Leaf certificate verification on the NXP Bootloader side using Intermediate Public key ,I pass the tbs data ,sign(R &S ) and Public key that is stored in NVM Slot in HSE.
hseResponse_verify = HSE_Ecdsa(HSE_AUTH_DIR_VERIFY, HSE_HASH_ALGO_SHA2_256,NVM_ECC_BOOT_KEY_HANDLE,message, ARRAY_SIZE(message),FALSE,signR ,signS, signRLen, signSLen).
The HSE is responding with HSE_SRV_RSP_INVALID_PARAM
