2405774_en-US

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

2405774_en-US

2405774_en-US

How to verify hardware-backed encryption/decryption (AES/RSA) via ELE API on i.MX95

I'm working with the NXP EdgeLock Enclave (ELE) on the Verdin i.MX95, using the imx-secure-enclave library (https://github.com/nxp-imx/imx-secure-enclave). I need to demonstrate/validate that the hardware crypto engine correctly supports the following operations:

    • generateSymmetricKey
    • injectSymmetricKey
    • generatePublicPrivateKeyPair(shares the public key and stores internally the private key)
    • encrypt(data, keyId)
    • decrypt(data,keyId)
    • sign
    • VerifySignature

For at least the following base algorithms: AES (symmetric) and RSA (asymmetric)

Is there a recommended test suite, sample application, or reference that exercises all of the above operations end-to-end?

Any pointers to example code, test procedures, or documentation covering hardware validation of these primitives would be appreciated.


Tags (1)
No ratings
Version history
Last update:
Tuesday
Updated by: