Searched refs:test_packet_decryption (Results 1 – 1 of 1) sorted by relevance
/babblesim_ext_libCryptov1-latest/src/ |
D | blecrypt_unittest.c | 135 static void test_packet_decryption( in test_packet_decryption() function 303 …test_packet_decryption(packet0_encrypted, packet0_payload_unencrypted, MASTER_TO_SLAVE_DIRECTION, … in main() 306 …test_packet_decryption(packet1_encrypted, packet1_payload_unencrypted, SLAVE_TO_MASTER_DIRECTION, … in main() 309 …test_packet_decryption(packet2_encrypted, packet2_payload_unencrypted, MASTER_TO_SLAVE_DIRECTION, … in main() 311 …test_packet_decryption(packet2_encrypted_no_mic, packet2_payload_unencrypted, MASTER_TO_SLAVE_DIRE… in main() 314 …test_packet_decryption(packet3_encrypted, packet3_payload_unencrypted, SLAVE_TO_MASTER_DIRECTION, … in main()
|