Home
last modified time | relevance | path

Searched defs:ccm_nonce (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt.c46 const uint8_t *ccm_nonce, // CCM Nonce (NONCE_LEN bytes, little-endian) in blecrypt_packet_encrypt()
68 const uint8_t *ccm_nonce, // CCM Nonce (NONCE_LEN bytes, little-endian) in blecrypt_packet_decrypt()
110 const uint8_t *ccm_nonce, in blecrypt_packet_encrypt_v2()
170 const uint8_t *ccm_nonce, in blecrypt_packet_decrypt_v2()
243 const uint8_t *ccm_nonce, in blecrypt_packet_encrypt_v3()
308 const uint8_t *ccm_nonce, in blecrypt_packet_decrypt_v3()
Dblecrypt_unittest.c82uint8_t *ccm_nonce) // Resulting nonce (NONCE_LEN bytes, little-endian) in nonce_calc()
115 uint8_t ccm_nonce[NONCE_LEN]; in test_packet_encryption() local
152 uint8_t ccm_nonce[NONCE_LEN]; in test_packet_decryption() local