Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt_unittest.c80 blecrypt_packet_direction_t packet_direction, // Direction of packet in nonce_calc() argument
92 …ccm_nonce[i] = (packet_counter & 0x7F) | (packet_direction == MASTER_TO_SLAVE_DIRECTION ? 0x80 : 0… in nonce_calc()
103 blecrypt_packet_direction_t packet_direction, in test_packet_encryption() argument
117 nonce_calc(iv, packet_counter, packet_direction, ccm_nonce); in test_packet_encryption()
139 blecrypt_packet_direction_t packet_direction, in test_packet_decryption() argument
154 nonce_calc(iv, packet_counter, packet_direction, ccm_nonce); in test_packet_decryption()