Home
last modified time | relevance | path

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

/PHP-7.2/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_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_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()))
/PHP-7.2/ext/openssl/
H A Dopenssl.c120 PHP_FUNCTION(openssl_get_cipher_methods);
531 PHP_FE(openssl_get_cipher_methods, arginfo_openssl_get_cipher_methods)
6261 PHP_FUNCTION(openssl_get_cipher_methods) in PHP_FUNCTION() argument

Completed in 22 milliseconds