Resolved! HAL_CRYP_AES_XXXXX results different from Cryptolib AES_GCM_XXXXX using the same data.
In the code below I have AES GCM correctly decrypting data using the Cryptolib. I am trying to decrypt the same data using the HAL_CRYP_AES_XXXX functions and it isn't working.Key is 32 bytes. iv is 12 bytes. header data (aad) is 3 bytes. message...