Home
last modified time | relevance | path

Searched refs:nx_des_encryption_keys (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/snmp/
Dnx_des.h63 ULONG nx_des_encryption_keys[32]; /* Contains the encryption keys */ member
Dnx_des.c240 encrypt_keys_ptr = context -> nx_des_encryption_keys; in _nx_des_key_set()
361 _nx_des_process_block(source, destination, context -> nx_des_encryption_keys); in _nx_des_encrypt()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_des.h103 ULONG nx_des_encryption_keys[32]; /* Contains the encryption keys */ member
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_des.c239 encrypt_keys_ptr = context -> nx_des_encryption_keys; in _nx_crypto_des_key_set()
368 …_nx_crypto_des_process_block(source, destination, context -> nx_des_encryption_keys); /* lgtm[cpp/… in _nx_crypto_des_encrypt()