Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DBLECrypt_if.c239 bool has_mic, in BLECrypt_if_decrypt_packet() argument
250 if ( has_mic && ( length < 5 ) ){ in BLECrypt_if_decrypt_packet()
259 uint8_t packet_payload_len = length - has_mic*4; in BLECrypt_if_decrypt_packet()
268 !has_mic, in BLECrypt_if_decrypt_packet()
DBLECrypt_if.h42 bool has_mic,