Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt_unittest.c87 for (i = 0; i < NONCE_LEN - IV_LEN - 1; i++) in nonce_calc()
94 memcpy(&ccm_nonce[NONCE_LEN - IV_LEN], iv, IV_LEN); in nonce_calc()
115 uint8_t ccm_nonce[NONCE_LEN]; in test_packet_encryption()
152 uint8_t ccm_nonce[NONCE_LEN]; in test_packet_decryption()
Dblecrypt.c124 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_IVLEN, NONCE_LEN, NULL); in blecrypt_packet_encrypt_v2()
185 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_IVLEN, NONCE_LEN, NULL); in blecrypt_packet_decrypt_v2()
Dblecrypt.h27 #define NONCE_LEN (15 - BLE_CCM_L) macro