Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_drbg.c372 drbg_ptr -> nx_crypto_drbg_instantiated = 1; in _nx_crypto_drbg_instantiate()
427 if (!drbg_ptr -> nx_crypto_drbg_instantiated) in _nx_crypto_drbg_reseed()
556 if (!drbg_ptr -> nx_crypto_drbg_instantiated) in _nx_crypto_drbg_generate()
1153 drbg -> nx_crypto_drbg_instantiated = 0; in _nx_crypto_method_drbg_operation()
1256 if (!_nx_crypto_drbg_ctx.nx_crypto_drbg_instantiated) in _nx_crypto_drbg()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_drbg.h132 UINT nx_crypto_drbg_instantiated; member