Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_get_cipher_methods.phpt2 openssl_get_cipher_methods basic test
11 var_dump(is_array(openssl_get_cipher_methods(true)));
12 var_dump(is_array(openssl_get_cipher_methods(false)));
H A Dbug74402.phpt6 if (!in_array('AES256', openssl_get_cipher_methods(true))) print "skip";
H A Dbug70438.phpt6 if (!in_array('AES-128-CBC', openssl_get_cipher_methods(true))) {
H A Dopenssl_decrypt_ccm.phpt7 if (!in_array('aes-256-ccm', openssl_get_cipher_methods()))
H A Dopenssl_decrypt_gcm.phpt7 if (!in_array('aes-128-gcm', openssl_get_cipher_methods()))
H A Dopenssl_encrypt_ccm.phpt7 if (!in_array('aes-256-ccm', openssl_get_cipher_methods()))
H A Dopenssl_decrypt_ocb.phpt7 if (!in_array('aes-128-ocb', openssl_get_cipher_methods()))
H A Dopenssl_encrypt_gcm.phpt7 if (!in_array('aes-128-gcm', openssl_get_cipher_methods()))
H A Dopenssl_encrypt_ocb.phpt7 if (!in_array('aes-128-ocb', openssl_get_cipher_methods()))
/PHP-8.0/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.php192 function openssl_get_cipher_methods(bool $aliases = false): array {} function
H A Dopenssl.c6877 PHP_FUNCTION(openssl_get_cipher_methods) in PHP_FUNCTION() argument

Completed in 33 milliseconds