Home
last modified time | relevance | path

Searched refs:_nx_crypto_method_null_operation (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_null.h66 UINT _nx_crypto_method_null_operation(UINT op, /* Encrypt, Decrypt, Authenticate */
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_null_cipher.c188 NX_CRYPTO_KEEP UINT _nx_crypto_method_null_operation(UINT op, /* Encrypt, Decrypt, Authentica… in _nx_crypto_method_null_operation() function
Dnx_crypto_methods.c570 _nx_crypto_method_null_operation /* NULL operation */
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_test_init_utility.c158 _nx_crypto_method_null_operation /* NULL operation */
Dnx_secure_phash_prf_test.c231 …status = _nx_crypto_method_null_operation(0, NX_CRYPTO_NULL, NX_CRYPTO_NULL, NX_CRYPTO_NULL, 0, NX… in thread_0_entry()