Searched refs:des_2 (Results 1 – 2 of 2) sorted by relevance
76 _nx_crypto_des_key_set(&context -> des_2, key + 8); /* lgtm[cpp/weak-cryptographic-algorithm] */ in _nx_crypto_3des_key_set()141 …_nx_crypto_des_decrypt(&context -> des_2, destination, destination, length); /* lgtm[cpp/weak-cryp… in _nx_crypto_3des_encrypt()210 …_nx_crypto_des_encrypt(&context -> des_2, destination, destination, length); /* lgtm[cpp/weak-cryp… in _nx_crypto_3des_decrypt()
100 NX_CRYPTO_DES des_2; member