Searched refs:NX_CRYPTO_ENCRYPTION_3DES_CBC (Results 1 – 7 of 7) sorted by relevance
40 NX_CRYPTO_ENCRYPTION_3DES_CBC, /* 3DES crypto algorithm filled at runtime*/
16 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()
16 NX_CRYPTO_ENCRYPTION_3DES_CBC, /* 3DES crypto algorithm filled at runtime*/
38 {NX_CRYPTO_ENCRYPTION_3DES_CBC, _nx_secure_crypto_method_self_test_3des},
77 #define NX_CRYPTO_ENCRYPTION_3DES_CBC 0x00000003 macro
482 …if (method -> nx_crypto_algorithm != NX_CRYPTO_ENCRYPTION_3DES_CBC) /* lgtm[cpp/weak-cryptographic… in _nx_crypto_method_3des_operation()
792 …NX_CRYPTO_ENCRYPTION_3DES_CBC, /* 3DES crypto algorithm */ /* lgtm[…