Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/tests/
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));
H A Dopenssl_decrypt_basic.phpt11 $ivlen = openssl_cipher_iv_length($method);
/PHP-8.1/ext/openssl/
H A Dopenssl_arginfo.h442 ZEND_FUNCTION(openssl_cipher_iv_length);
510 ZEND_FE(openssl_cipher_iv_length, arginfo_openssl_cipher_iv_length)
H A Dopenssl.stub.php241 function openssl_cipher_iv_length(string $cipher_algo): int|false {} function
H A Dopenssl.c7743 PHP_FUNCTION(openssl_cipher_iv_length) in PHP_FUNCTION() argument

Completed in 31 milliseconds