2405774_en-US

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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.


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

Hello, 

You can test with ele_hsm_test, it is part of the imx-secure-enclave library.

It exercises the full HSM API surface — key generation, key import, cipher, sign, verify, and more — against the physical ELE hardware.

AES usage

imx_sec_apps/imx-ele-apps/aes_usage at master · nxp-imx-support/imx_sec_apps

RSA validation
 

The HSM test application supports:

./ele_hsm_test --rsa
 
 
タグ(1)
評価なし
バージョン履歴
最終更新日:
3 週間前
更新者: