Home
last modified time | relevance | path

Searched refs:_nx_crypto_des_key_set (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_3des.c75 _nx_crypto_des_key_set(&context -> des_1, key); /* lgtm[cpp/weak-cryptographic-algorithm] */ in _nx_crypto_3des_key_set()
77 _nx_crypto_des_key_set(&context -> des_2, key + 8); /* lgtm[cpp/weak-cryptographic-algorithm] */ in _nx_crypto_3des_key_set()
79_nx_crypto_des_key_set(&context -> des_3, key + 16); /* lgtm[cpp/weak-cryptographic-algorithm] */ in _nx_crypto_3des_key_set()
Dnx_crypto_des.c200 NX_CRYPTO_KEEP UINT _nx_crypto_des_key_set(NX_CRYPTO_DES *context, UCHAR key[8]) in _nx_crypto_des_key_set() function
653 _nx_crypto_des_key_set(des_context_ptr, key); /* lgtm[cpp/weak-cryptographic-algorithm] */ in _nx_crypto_method_des_init()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_des.h112 UINT _nx_crypto_des_key_set(NX_CRYPTO_DES * context, UCHAR key[8]);