Searched refs:noncelen (Results 1 – 2 of 2) sorted by relevance
/babblesim_ext_libCryptov1-latest/src/ |
D | blecrypt.c | 240 int noncelen, in blecrypt_packet_encrypt_v3() argument 257 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_IVLEN, noncelen, NULL); in blecrypt_packet_encrypt_v3() 305 int noncelen, in blecrypt_packet_decrypt_v3() argument 322 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_IVLEN, noncelen, NULL); in blecrypt_packet_decrypt_v3()
|
D | blecrypt.h | 97 int noncelen, 108 int noncelen,
|