Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt.c118 const int aad_len = 1; //Length of the Additional Authentication Data as per BT spec in blecrypt_packet_encrypt_v2() local
132 EVP_EncryptUpdate(ctx, NULL, &outlen, &aad, aad_len); in blecrypt_packet_encrypt_v2()
179 const int aad_len = 1; //Length of the Additional Authentication Data as per BT spec in blecrypt_packet_decrypt_v2() local
204 EVP_DecryptUpdate(ctx, NULL, &outlen, &aad, aad_len); in blecrypt_packet_decrypt_v2()