Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_des_error_checking_test.c204 status = _nx_crypto_method_self_test_des(NX_CRYPTO_NULL, NX_CRYPTO_NULL, 0); in thread_0_entry()
210 status = _nx_crypto_method_self_test_des(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
215 status = _nx_crypto_method_self_test_des(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
221 status = _nx_crypto_method_self_test_des(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
227 status = _nx_crypto_method_self_test_des(&test_method, &_des_ctx, sizeof(_des_ctx)); in thread_0_entry()
234 status = _nx_crypto_method_self_test_des(&test_method, &_des_ctx, sizeof(_des_ctx)); in thread_0_entry()
241 status = _nx_crypto_method_self_test_des(&test_method, &_des_ctx, sizeof(_des_ctx)); in thread_0_entry()
247 status = _nx_crypto_method_self_test_des(&test_method, &_des_ctx, sizeof(_des_ctx)); in thread_0_entry()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_method_self_test.h40 UINT _nx_crypto_method_self_test_des(NX_CRYPTO_METHOD *crypto_method_des,
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_des.c109 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_des(NX_CRYPTO_METHOD *crypto_method_des, in _nx_crypto_method_self_test_des() function
Dnx_crypto_method_self_test.c133 status = _nx_crypto_method_self_test_des(&crypto_method_des, metadata, metadata_size); in _nx_crypto_method_self_test()