Home
last modified time | relevance | path

Searched refs:icv (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ccm.h94 UCHAR *icv, UINT block_size);
97 UCHAR *icv, UINT block_size);
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ccm.c499 UCHAR *icv, UINT block_size) in _nx_crypto_ccm_encrypt_calculate() argument
515 …NX_CRYPTO_MEMCPY(icv, ccm_metadata -> nx_crypto_ccm_X, ccm_metadata -> nx_crypto_ccm_icv_length); … in _nx_crypto_ccm_encrypt_calculate()
524 icv[i] = A[i] ^ icv[i]; in _nx_crypto_ccm_encrypt_calculate()
581 UCHAR *icv, UINT block_size) in _nx_crypto_ccm_decrypt_calculate() argument
603 temp[i] = temp[i] ^ icv[i]; in _nx_crypto_ccm_decrypt_calculate()