Searched refs:decrypted_packet_payload (Results 1 – 3 of 3) sorted by relevance
71 …uint8_t *decrypted_packet_payload) // Resulting decrypted payload (packet_payload_len… in blecrypt_packet_decrypt() argument81 decrypted_packet_payload); in blecrypt_packet_decrypt()172 uint8_t *decrypted_packet_payload) in blecrypt_packet_decrypt_v2() argument178 uint8_t *pt = decrypted_packet_payload; in blecrypt_packet_decrypt_v2()310 uint8_t *decrypted_packet_payload) in blecrypt_packet_decrypt_v3() argument316 uint8_t *pt = decrypted_packet_payload; in blecrypt_packet_decrypt_v3()
73 …uint8_t *decrypted_packet_payload); // Resulting decrypted payload (packet_payload_len…90 uint8_t *decrypted_packet_payload);113 uint8_t *decrypted_packet_payload);
149 …uint8_t decrypted_packet_payload[251 /*packet_payload_len*/]; // Local buffer for decryption output in test_packet_decryption() local160 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()