goutham23

Results 2 issues of goutham23

I'm getting the below error code mbedtls_gcm_setkey failed to set the key for AES cipher - returned -0x61 (MBEDTLS_ERR_CIPHER_ALLOC_FAILED) In my project, I'm calling mbedtls_gcm_setkey, passed initialized gcm context which...

I'm currently implementing the SPDM responder for the secure session and planning to support only SPDM cmds( GET_MEASUREMENTS, HEARTBEAT, END_SESSION) as application message /* * Secured message : Encrypted Application...

question