Home
last modified time | relevance | path

Searched refs:openssl_get_cipher_methods (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/openssl/tests/
H A Dopenssl_get_cipher_methods.phpt2 openssl_get_cipher_methods basic test
9 var_dump(is_array(openssl_get_cipher_methods(true)));
10 var_dump(is_array(openssl_get_cipher_methods(false)));
H A Dbug72362.phpt7 if (!in_array('bf-ecb', openssl_get_cipher_methods())) die('skip bf-ecb not available');
H A Dbug74402.phpt7 if (!in_array('AES256', openssl_get_cipher_methods(true))) print "skip";
H A Dbug71917.phpt7 if (!in_array('rc4', openssl_get_cipher_methods())) die('skip rc4 not available');
H A Dbug70438.phpt7 if (!in_array('AES-128-CBC', openssl_get_cipher_methods(true))) {
H A Dopenssl_decrypt_gcm.phpt7 if (!in_array('aes-128-gcm', openssl_get_cipher_methods()))
H A Dopenssl_decrypt_ccm.phpt7 if (!in_array('aes-256-ccm', openssl_get_cipher_methods()))
H A Dopenssl_encrypt_gcm.phpt7 if (!in_array('aes-128-gcm', openssl_get_cipher_methods()))
H A Dopenssl_decrypt_ocb.phpt7 if (!in_array('aes-128-ocb', openssl_get_cipher_methods()))
H A Dopenssl_encrypt_ccm.phpt7 if (!in_array('aes-256-ccm', openssl_get_cipher_methods()))
H A Dopenssl_encrypt_ocb.phpt7 if (!in_array('aes-128-ocb', openssl_get_cipher_methods()))
H A Dopenssl_decrypt_basic.phpt33 if (in_array("bf-ecb", openssl_get_cipher_methods())) {
/PHP-8.1/ext/openssl/
H A Dopenssl_arginfo.h435 ZEND_FUNCTION(openssl_get_cipher_methods);
503 ZEND_FE(openssl_get_cipher_methods, arginfo_openssl_get_cipher_methods)
H A Dopenssl.stub.php224 function openssl_get_cipher_methods(bool $aliases = false): array {} function
H A Dopenssl.c7187 PHP_FUNCTION(openssl_get_cipher_methods) in PHP_FUNCTION() argument

Completed in 40 milliseconds