Searched refs:mic_error (Results 1 – 3 of 3) sorted by relevance
189 uint8_t *mic_error /*was there a mic error in the packet (only if has_mic==1)*/ in BLECrypt_if_decrypt_packet() argument193 *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()
176 uint8_t mic_error; in nrf_ccm_decrypt_rx() local214 &mic_error in nrf_ccm_decrypt_rx()217 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)*/