Home
last modified time | relevance | path

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

/php-src/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-src/ext/openssl/
H A Dopenssl.stub.php635 function openssl_cipher_key_length(string $cipher_algo): int|false {}
H A Dopenssl_arginfo.h445 ZEND_FUNCTION(openssl_cipher_key_length);
513 ZEND_FE(openssl_cipher_key_length, arginfo_openssl_cipher_key_length)
H A Dopenssl.c7918 PHP_FUNCTION(openssl_cipher_key_length) in PHP_FUNCTION() argument

Completed in 30 milliseconds