Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DBLECrypt_if.c183 …const uint8_t* encrypted_packet_payload, //as received from the air (including a MIC if has_m… in BLECrypt_if_decrypt_packet() argument
212 encrypted_packet_payload, in BLECrypt_if_decrypt_packet()
219 memcpy(decrypted_packet_payload, encrypted_packet_payload, packet_payload_len); in BLECrypt_if_decrypt_packet()
DBLECrypt_if.h39 …const uint8_t* encrypted_packet_payload, //as received from the air (including a MIC if has_m…