Searched refs:noncelen (Results 1 – 2 of 2) sorted by relevance
| /babblesim_ext_libCryptov1-latest/src/ |
| D | blecrypt.c | 267 int noncelen, in blecrypt_packet_encrypt_v3() argument 284 EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_CCM_SET_IVLEN, noncelen, NULL); in blecrypt_packet_encrypt_v3() 332 int noncelen, in blecrypt_packet_decrypt_v3() argument 349 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,
|