Searched refs:des_3 (Results 1 – 2 of 2) sorted by relevance
79 … _nx_crypto_des_key_set(&context -> des_3, key + 16); /* lgtm[cpp/weak-cryptographic-algorithm] */ in _nx_crypto_3des_key_set()144 …_nx_crypto_des_encrypt(&context -> des_3, destination, destination, length); /* lgtm[cpp/weak-cryp… in _nx_crypto_3des_encrypt()209 …_nx_crypto_des_decrypt(&context -> des_3, source, destination, length); /* lgtm[cpp/weak-cryptogra… in _nx_crypto_3des_decrypt()
102 NX_CRYPTO_DES des_3; member