Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_3des.c142_nx_crypto_des_decrypt(&context -> des_2, 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()
213_nx_crypto_des_decrypt(&context -> des_1, destination, destination, length); /* lgtm[cpp/weak-cryp… in _nx_crypto_3des_decrypt()
Dnx_crypto_des.c426 NX_CRYPTO_KEEP UINT _nx_crypto_des_decrypt(NX_CRYPTO_DES *context, UCHAR source[8], UCHAR destinat… in _nx_crypto_des_decrypt() function
846 … (UINT (*)(VOID *, UCHAR *, UCHAR *, UINT))_nx_crypto_des_decrypt, in _nx_crypto_method_des_operation()
881 … (UINT (*)(VOID *, UCHAR *, UCHAR *, UINT))_nx_crypto_des_decrypt, in _nx_crypto_method_des_operation()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_des.h114 UINT _nx_crypto_des_decrypt(NX_CRYPTO_DES * context, UCHAR source[8], UCHAR destination[8], UINT le…