Home
last modified time | relevance | path

Searched refs:NX_CRYPTO_ENCRYPTION_3DES_CBC (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_crypto_self_test.c40 NX_CRYPTO_ENCRYPTION_3DES_CBC, /* 3DES crypto algorithm filled at runtime*/
Dnx_secure_3des_error_checking_test.c16 NX_CRYPTO_ENCRYPTION_3DES_CBC, /* 3DES crypto algorithm filled at runtime*/
169 test_crypto_method_3des.nx_crypto_algorithm = NX_CRYPTO_ENCRYPTION_3DES_CBC; in thread_0_entry()
Dnx_secure_3des_test.c16 NX_CRYPTO_ENCRYPTION_3DES_CBC, /* 3DES crypto algorithm filled at runtime*/
/NetX-Duo-v6.4.1/nx_secure/src/
Dnx_secure_crypto_table_self_test.c38 {NX_CRYPTO_ENCRYPTION_3DES_CBC, _nx_secure_crypto_method_self_test_3des},
/NetX-Duo-v6.4.1/crypto_libraries/inc/
Dnx_crypto_const.h77 #define NX_CRYPTO_ENCRYPTION_3DES_CBC 0x00000003 macro
/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_3des.c482 …if (method -> nx_crypto_algorithm != NX_CRYPTO_ENCRYPTION_3DES_CBC) /* lgtm[cpp/weak-cryptographic… in _nx_crypto_method_3des_operation()
Dnx_crypto_methods.c792NX_CRYPTO_ENCRYPTION_3DES_CBC, /* 3DES crypto algorithm */ /* lgtm[…