Home
last modified time | relevance | path

Searched refs:openssl_cipher_key_length (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/openssl/tests/
H A Dopenssl_cipher_key_length_error.phpt2 openssl_cipher_key_length() error test
8 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 %d
21 openssl_cipher_key_length(): Argument #1 ($cipher_algo) cannot be empty
H A Dopenssl_cipher_key_length_basic.phpt2 openssl_cipher_key_length() basic test
8 var_dump(openssl_cipher_key_length('AES-128-CBC'));
9 var_dump(openssl_cipher_key_length('AES-256-CBC'));
/PHP-8.2/ext/openssl/
H A Dopenssl.stub.php617 function openssl_cipher_key_length(string $cipher_algo): int|false {}
H A Dopenssl_arginfo.h445 ZEND_FUNCTION(openssl_cipher_key_length);
514 ZEND_FE(openssl_cipher_key_length, arginfo_openssl_cipher_key_length)
H A Dopenssl.c7679 PHP_FUNCTION(openssl_cipher_key_length) in PHP_FUNCTION() argument
/PHP-8.2/
H A DUPGRADING267 . openssl_cipher_key_length(): Returns a key length for the supplied
H A DNEWS1954 . Added openssl_cipher_key_length function. (Jakub Zelenka)

Completed in 47 milliseconds