Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DBLECrypt_if.c147 …const uint8_t* encrypted_packet_payload, //as received from the air (including a MIC if has_m… in BLECrypt_if_decrypt_packet() argument
176 encrypted_packet_payload, in BLECrypt_if_decrypt_packet()
183 memcpy(decrypted_packet_payload, encrypted_packet_payload, packet_payload_len); in BLECrypt_if_decrypt_packet()
DBLECrypt_if.h43 …const uint8_t* encrypted_packet_payload, //as received from the air (including a MIC if has_m…