Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DBLECrypt_if.c189 uint8_t *mic_error /*was there a mic error in the packet (only if has_mic==1)*/ in BLECrypt_if_decrypt_packet() argument
193 *mic_error = 0; in BLECrypt_if_decrypt_packet()
202 *mic_error = 1; in BLECrypt_if_decrypt_packet()
209 *mic_error = !blecrypt_packet_decrypt( in BLECrypt_if_decrypt_packet()
220 *mic_error = 0; in BLECrypt_if_decrypt_packet()
DNHW_AES_CCM.c176 uint8_t mic_error; in nrf_ccm_decrypt_rx() local
214 &mic_error in nrf_ccm_decrypt_rx()
217 NRF_CCM_regs.MICSTATUS = !mic_error; in nrf_ccm_decrypt_rx()
DBLECrypt_if.h45 uint8_t *mic_error /*was there a mic error in the packet (only if has_mic==1)*/