Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt.c71 …uint8_t *decrypted_packet_payload) // Resulting decrypted payload (packet_payload_len… in blecrypt_packet_decrypt() argument
81 decrypted_packet_payload); in blecrypt_packet_decrypt()
172 uint8_t *decrypted_packet_payload) in blecrypt_packet_decrypt_v2() argument
178 uint8_t *pt = decrypted_packet_payload; in blecrypt_packet_decrypt_v2()
310 uint8_t *decrypted_packet_payload) in blecrypt_packet_decrypt_v3() argument
316 uint8_t *pt = decrypted_packet_payload; in blecrypt_packet_decrypt_v3()
Dblecrypt.h73 …uint8_t *decrypted_packet_payload); // Resulting decrypted payload (packet_payload_len…
90 uint8_t *decrypted_packet_payload);
113 uint8_t *decrypted_packet_payload);
Dblecrypt_unittest.c149 …uint8_t decrypted_packet_payload[251 /*packet_payload_len*/]; // Local buffer for decryption output in test_packet_decryption() local
160 decrypted_packet_payload); in test_packet_decryption()
168 … if (memcmp(decrypted_packet_payload, expected_decrypted_packet_payload, packet_payload_len) != 0) in test_packet_decryption()
181 print_bytes(decrypted_packet_payload, packet_payload_len); in test_packet_decryption()