Home
last modified time | relevance | path

Searched refs:cipher_iv_len (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.1/ext/openssl/
H A Dopenssl.c7064 int len1, len2, cipher_iv_len; in PHP_FUNCTION() local
7097 cipher_iv_len = EVP_CIPHER_iv_length(cipher); in PHP_FUNCTION()
7098 if (cipher_iv_len > 0) { in PHP_FUNCTION()
7103 if ((size_t)cipher_iv_len != iv_len) { in PHP_FUNCTION()

Completed in 35 milliseconds