Searched refs:encrypted_packet_payload (Results 1 – 2 of 2) sorted by relevance
147 …const uint8_t* encrypted_packet_payload, //as received from the air (including a MIC if has_m… in BLECrypt_if_decrypt_packet() argument176 encrypted_packet_payload, in BLECrypt_if_decrypt_packet()183 memcpy(decrypted_packet_payload, encrypted_packet_payload, packet_payload_len); in BLECrypt_if_decrypt_packet()
43 …const uint8_t* encrypted_packet_payload, //as received from the air (including a MIC if has_m…