Searched refs:packet_1st_header_byte (Results 1 – 3 of 3) sorted by relevance
/babblesim_ext_libCryptov1-latest/src/ |
D | blecrypt_unittest.c | 109 uint8_t packet_1st_header_byte = expected_encrypted_packet[0]; in test_packet_encryption() local 121 packet_1st_header_byte, packet_payload_len, unencrypted_packet_payload, sk, ccm_nonce, in test_packet_encryption() 146 uint8_t packet_1st_header_byte = encrypted_packet[0]; in test_packet_decryption() local 158 packet_1st_header_byte, packet_payload_len, encrypted_packet_payload_and_mic, sk, ccm_nonce, in test_packet_decryption()
|
D | blecrypt.c | 42 …uint8_t packet_1st_header_byte, // First byte of packet header (or just LLID and R… in blecrypt_packet_encrypt() argument 51 uint8_t aad = packet_1st_header_byte & 0xE3; in blecrypt_packet_encrypt() 64 …uint8_t packet_1st_header_byte, // First byte of packet header (or just LLID and R… in blecrypt_packet_decrypt() argument 74 uint8_t aad = packet_1st_header_byte & 0xE3; in blecrypt_packet_decrypt()
|
D | blecrypt.h | 54 …uint8_t packet_1st_header_byte, // First byte of packet header (or just LLID and R… 66 …uint8_t packet_1st_header_byte, // First byte of packet header (or just LLID and R…
|