Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt_unittest.c137 const uint8_t *encrypted_packet, in test_packet_decryption() argument
146 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()