Searched refs:mic_error (Results 1 – 4 of 4) sorted by relevance
242 uint8_t *mic_error /*was there a mic error in the packet (only if has_mic==1)*/ in BLECrypt_if_decrypt_packet() argument246 *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()
176 uint8_t mic_error; in nrf_ccm_decrypt_rx() local215 &mic_error in nrf_ccm_decrypt_rx()218 NRF_CCM_regs.MICSTATUS = !mic_error; in nrf_ccm_decrypt_rx()
45 uint8_t *mic_error /*was there a mic error in the packet (only if has_mic==1)*/
576 int mic_error; in nhw_CCM_logic() local579 mic_error = !BLECrypt_if_decrypt_packet_v3(a_copy, in nhw_CCM_logic()590 if (!mic_error) { in nhw_CCM_logic()