Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DBLECrypt_if.c242 uint8_t *mic_error /*was there a mic error in the packet (only if has_mic==1)*/ in BLECrypt_if_decrypt_packet() argument
246 *mic_error = 0; in BLECrypt_if_decrypt_packet()
255 *mic_error = 1; in BLECrypt_if_decrypt_packet()
262 *mic_error = !blecrypt_packet_decrypt( in BLECrypt_if_decrypt_packet()
273 *mic_error = 0; in BLECrypt_if_decrypt_packet()
DNHW_AES_CCM.c176 uint8_t mic_error; in nrf_ccm_decrypt_rx() local
215 &mic_error in nrf_ccm_decrypt_rx()
218 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)*/
DNHW_54_AAR_CCM_ECB.c576 int mic_error; in nhw_CCM_logic() local
579 mic_error = !BLECrypt_if_decrypt_packet_v3(a_copy, in nhw_CCM_logic()
590 if (!mic_error) { in nhw_CCM_logic()