Searched refs:nx_crypto_drbg_key (Results 1 – 2 of 2) sorted by relevance
160 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()
135 UCHAR nx_crypto_drbg_key[NX_CRYPTO_DRBG_MAX_KEY_LENGTH]; member