Home
last modified time | relevance | path

Searched refs:_nx_crypto_method_null_cleanup (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_null.h82 UINT _nx_crypto_method_null_cleanup(VOID *crypto_metadata);
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_null_cipher.c127 NX_CRYPTO_KEEP UINT _nx_crypto_method_null_cleanup(VOID *crypto_metadata) in _nx_crypto_method_null_cleanup() function
Dnx_crypto_methods.c569 _nx_crypto_method_null_cleanup, /* NULL cleanup routine */
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_phash_prf_test.c228 status = _nx_crypto_method_null_cleanup(NX_CRYPTO_NULL); in thread_0_entry()