Searched refs:openssl_cipher_iv_length (Results 1 – 6 of 6) sorted by relevance
10 $iv = str_repeat("\0", openssl_cipher_iv_length($method));
11 $iv = str_repeat("\0", openssl_cipher_iv_length($method));
11 $ivlen = openssl_cipher_iv_length($method);
442 ZEND_FUNCTION(openssl_cipher_iv_length);510 ZEND_FE(openssl_cipher_iv_length, arginfo_openssl_cipher_iv_length)
241 function openssl_cipher_iv_length(string $cipher_algo): int|false {} function
7743 PHP_FUNCTION(openssl_cipher_iv_length) in PHP_FUNCTION() argument
Completed in 28 milliseconds