Home
last modified time | relevance | path

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

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