Home
last modified time | relevance | path

Searched refs:_nx_crypto_module_state_get (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto.h379 #define nx_crypto_module_state_get _nx_crypto_module_state_get
383 UINT _nx_crypto_module_state_get(VOID);
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_initialize.c337 NX_CRYPTO_KEEP UINT _nx_crypto_module_state_get(VOID) in _nx_crypto_module_state_get() function
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_drbg_test.c174 status = _nx_crypto_module_state_get(); in thread_0_entry()