Searched refs:iv (Results 1 – 1 of 1) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_AES_CCM.c | 103 const uint8_t *iv, // Initialization vector (IV_LEN bytes, little-endian) in nonce_calc() argument 119 memcpy(&ccm_nonce[NONCE_LEN - IV_LEN], iv, IV_LEN); in nonce_calc() 125 const uint8_t* iv; in nrf_ccm_encrypt_tx() local 137 iv = &cnfptr[25]; in nrf_ccm_encrypt_tx() 151 nonce_calc(iv, tx_pkt_ctr, pkt_direction, ccm_nonce); in nrf_ccm_encrypt_tx() 170 const uint8_t* iv; in nrf_ccm_decrypt_rx() local 190 iv = &cnfptr[25]; in nrf_ccm_decrypt_rx() 204 nonce_calc(iv, rx_pkt_ctr, pkt_direction, ccm_nonce); in nrf_ccm_decrypt_rx()
|