Searched refs:evp_cipher_length (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dnet_help.c1725 int evp_cipher_length; variable
1730 evp_cipher_length = EVP_CIPHER_iv_length(cipher);
1735 if (RAND_bytes(iv, evp_cipher_length) != 1) {

Completed in 100 milliseconds