Home
last modified time | relevance | path

Searched refs:has_mic (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DBLECrypt_if.c186 bool has_mic, in BLECrypt_if_decrypt_packet() argument
197 if ( has_mic && ( length < 5 ) ){ in BLECrypt_if_decrypt_packet()
206 uint8_t packet_payload_len = length - has_mic*4; in BLECrypt_if_decrypt_packet()
215 !has_mic, in BLECrypt_if_decrypt_packet()
DBLECrypt_if.h42 bool has_mic,