Searched refs:encrypted_packet (Results 1 – 1 of 1) sorted by relevance
137 const uint8_t *encrypted_packet, in test_packet_decryption() argument146 uint8_t packet_1st_header_byte = encrypted_packet[0]; in test_packet_decryption()147 int packet_payload_len = encrypted_packet[1] - (no_mic ? 0 : MIC_LEN); in test_packet_decryption()148 const uint8_t *encrypted_packet_payload_and_mic = &encrypted_packet[2]; in test_packet_decryption()