Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dopenssl.c5688 size_t data_len, method_len, password_len, iv_len = 0, max_iv_len; in PHP_FUNCTION() local
5724 max_iv_len = EVP_CIPHER_iv_length(cipher_type); in PHP_FUNCTION()
5725 if (iv_len == 0 && max_iv_len > 0) { in PHP_FUNCTION()
5728 free_iv = php_openssl_validate_iv(&iv, &iv_len, max_iv_len); in PHP_FUNCTION()

Completed in 33 milliseconds