Searched refs:icv (Results 1 – 2 of 2) sorted by relevance
94 UCHAR *icv, UINT block_size);97 UCHAR *icv, UINT block_size);
499 UCHAR *icv, UINT block_size) in _nx_crypto_ccm_encrypt_calculate() argument515 …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() argument603 temp[i] = temp[i] ^ icv[i]; in _nx_crypto_ccm_decrypt_calculate()