Home
last modified time | relevance | path

Searched refs:nx_crypto_drbg_key (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_drbg.c160 drbg_ptr -> nx_crypto_drbg_key, in _nx_crypto_drbg_update()
225 …NX_CRYPTO_MEMCPY(drbg_ptr -> nx_crypto_drbg_key, temp, key_len); /* Use case of memcpy is verified… in _nx_crypto_drbg_update()
361 NX_CRYPTO_MEMSET(drbg_ptr -> nx_crypto_drbg_key, 0, sizeof(drbg_ptr -> nx_crypto_drbg_key)); in _nx_crypto_drbg_instantiate()
624 drbg_ptr -> nx_crypto_drbg_key, in _nx_crypto_drbg_generate()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_drbg.h135 UCHAR nx_crypto_drbg_key[NX_CRYPTO_DRBG_MAX_KEY_LENGTH]; member