Searched refs:expected_encrypted_packet (Results 1 – 1 of 1) sorted by relevance
102 const uint8_t *expected_encrypted_packet, in test_packet_encryption() argument109 uint8_t packet_1st_header_byte = expected_encrypted_packet[0]; in test_packet_encryption()110 int packet_payload_and_mic_len = expected_encrypted_packet[1]; in test_packet_encryption()111 const uint8_t *expected_encrypted_packet_payload_and_mic = &expected_encrypted_packet[2]; in test_packet_encryption()