Searched refs:openssl_cipher_iv_length (Results 1 – 8 of 8) sorted by relevance
2 openssl_cipher_iv_length() error test8 var_dump(openssl_cipher_iv_length('unknown'));11 var_dump(openssl_cipher_iv_length(''));19 Warning: openssl_cipher_iv_length(): Unknown cipher algorithm in %s on line %d21 openssl_cipher_iv_length(): Argument #1 ($cipher_algo) cannot be empty
2 openssl_cipher_iv_length() basic test8 var_dump(openssl_cipher_iv_length('AES-128-CBC'));
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);
625 function openssl_cipher_iv_length(string $cipher_algo): int|false {}
444 ZEND_FUNCTION(openssl_cipher_iv_length);513 ZEND_FE(openssl_cipher_iv_length, arginfo_openssl_cipher_iv_length)
7865 PHP_FUNCTION(openssl_cipher_iv_length) in PHP_FUNCTION() argument
Completed in 47 milliseconds