Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_3des_error_checking_test.c309 status = _nx_crypto_method_self_test_3des(NX_CRYPTO_NULL, NX_CRYPTO_NULL, 0); in thread_0_entry()
315 status = _nx_crypto_method_self_test_3des(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
320 status = _nx_crypto_method_self_test_3des(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
326 status = _nx_crypto_method_self_test_3des(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
332 status = _nx_crypto_method_self_test_3des(&test_method, &_3des_ctx, sizeof(_3des_ctx)); in thread_0_entry()
338 status = _nx_crypto_method_self_test_3des(&test_method, &_3des_ctx, sizeof(_3des_ctx)); in thread_0_entry()
345 status = _nx_crypto_method_self_test_3des(&test_method, &_3des_ctx, sizeof(_3des_ctx)); in thread_0_entry()
352 status = _nx_crypto_method_self_test_3des(&test_method, &_3des_ctx, sizeof(_3des_ctx)); in thread_0_entry()
359 status = _nx_crypto_method_self_test_3des(&test_method, &_3des_ctx, sizeof(_3des_ctx)); in thread_0_entry()
365 status = _nx_crypto_method_self_test_3des(&test_method, &_3des_ctx, sizeof(_3des_ctx)); in thread_0_entry()
[all …]
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_method_self_test.h42 UINT _nx_crypto_method_self_test_3des(NX_CRYPTO_METHOD *crypto_method_3des,
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_3des.c136 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_3des(NX_CRYPTO_METHOD *crypto_method_3des, in _nx_crypto_method_self_test_3des() function
Dnx_crypto_method_self_test.c139 status = _nx_crypto_method_self_test_3des(&crypto_method_3des, metadata, metadata_size); in _nx_crypto_method_self_test()