Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_3des.c140_nx_crypto_des_encrypt(&context -> des_1, source, destination, length); /* lgtm[cpp/weak-cryptogra… in _nx_crypto_3des_encrypt()
144_nx_crypto_des_encrypt(&context -> des_3, destination, destination, length); /* lgtm[cpp/weak-cryp… in _nx_crypto_3des_encrypt()
211_nx_crypto_des_encrypt(&context -> des_2, destination, destination, length); /* lgtm[cpp/weak-cryp… in _nx_crypto_3des_decrypt()
Dnx_crypto_des.c364 NX_CRYPTO_KEEP UINT _nx_crypto_des_encrypt(NX_CRYPTO_DES *context, UCHAR source[8], UCHAR destinat… in _nx_crypto_des_encrypt() function
861 … (UINT (*)(VOID *, UCHAR *, UCHAR *, UINT))_nx_crypto_des_encrypt, in _nx_crypto_method_des_operation()
889 … (UINT (*)(VOID *, UCHAR *, UCHAR *, UINT))_nx_crypto_des_encrypt, in _nx_crypto_method_des_operation()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_des.h113 UINT _nx_crypto_des_encrypt(NX_CRYPTO_DES * context, UCHAR source[8], UCHAR destination[8], UINT le…