Hello, I'm doing a crypto test in Basic Secure Boot. I attach main.c file
At this point
rsp = HSE_ECC_ComputeSecretAndSetAes(peerPubKey);
if (rsp != HSE_SRV_RSP_OK) while (1);
it goes into while (1) because rsp has error code 0x55A5A399
Maybe the problem is how I am formatting key catalogs