Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt11 $ivlen = openssl_cipher_iv_length($method);
H A Dopenssl_encrypt_error.phpt10 $iv = str_repeat("\0", openssl_cipher_iv_length($method));
H A Dopenssl_decrypt_error.phpt11 $iv = str_repeat("\0", openssl_cipher_iv_length($method));
/PHP-7.4/ext/openssl/
H A Dopenssl.c127 PHP_FUNCTION(openssl_cipher_iv_length);
522 PHP_FE(openssl_cipher_iv_length, arginfo_openssl_cipher_iv_length)
6929 PHP_FUNCTION(openssl_cipher_iv_length) in PHP_FUNCTION() argument

Completed in 26 milliseconds