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.
Definition at line
195
of file platform/emdrv/nvm3/inc/nvm3_hal_crypto.h
genRandNum#
nvm3_HalCryptoGenRandNum_t nvm3_HalCryptoHandle_t::genRandNum
Pointer to the random number generator function.
Definition at line
196
of file platform/emdrv/nvm3/inc/nvm3_hal_crypto.h
encrypt#
nvm3_HalCryptoEncrypt_t nvm3_HalCryptoHandle_t::encrypt
Pointer to the encryption function.
Definition at line
197
of file platform/emdrv/nvm3/inc/nvm3_hal_crypto.h
decrypt#
nvm3_HalCryptoDecrypt_t nvm3_HalCryptoHandle_t::decrypt
Pointer to the decryption function.
Definition at line
198
of file platform/emdrv/nvm3/inc/nvm3_hal_crypto.h