The HAL Crypto handle definition.

Public Attributes#

Pointer to the init function.

Pointer to the random number generator function.

Pointer to the encryption function.

Pointer to the decryption function.

Public Attribute Documentation#

init#

nvm3_HalCryptoInit_t nvm3_HalCryptoHandle_t::init

Pointer to the init function.


genRandNum#

nvm3_HalCryptoGenRandNum_t nvm3_HalCryptoHandle_t::genRandNum

Pointer to the random number generator function.


encrypt#

nvm3_HalCryptoEncrypt_t nvm3_HalCryptoHandle_t::encrypt

Pointer to the encryption function.


decrypt#

nvm3_HalCryptoDecrypt_t nvm3_HalCryptoHandle_t::decrypt

Pointer to the decryption function.