Searched refs:openssl_cipher_key_length (Results 1 – 5 of 5) sorted by relevance
2 openssl_cipher_key_length() error test8 var_dump(openssl_cipher_key_length('unknown'));11 var_dump(openssl_cipher_key_length(''));19 Warning: openssl_cipher_key_length(): Unknown cipher algorithm in %s on line %d21 openssl_cipher_key_length(): Argument #1 ($cipher_algo) cannot be empty
2 openssl_cipher_key_length() basic test8 var_dump(openssl_cipher_key_length('AES-128-CBC'));9 var_dump(openssl_cipher_key_length('AES-256-CBC'));
627 function openssl_cipher_key_length(string $cipher_algo): int|false {}
445 ZEND_FUNCTION(openssl_cipher_key_length);514 ZEND_FE(openssl_cipher_key_length, arginfo_openssl_cipher_key_length)
7894 PHP_FUNCTION(openssl_cipher_key_length) in PHP_FUNCTION() argument
Completed in 29 milliseconds