Home
last modified time | relevance | path

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

/PHP-8.3/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_chacha20_poly1305.phpt7 if (!in_array('chacha20-poly1305', 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_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()))
H A Dopenssl_decrypt_basic.phpt33 if (in_array("bf-ecb", openssl_get_cipher_methods())) {
/PHP-8.3/ext/openssl/
H A Dopenssl.stub.php606 function openssl_get_cipher_methods(bool $aliases = false): array {}
H A Dopenssl_arginfo.h437 ZEND_FUNCTION(openssl_get_cipher_methods);
506 ZEND_FE(openssl_get_cipher_methods, arginfo_openssl_get_cipher_methods)
H A Dopenssl.c7275 PHP_FUNCTION(openssl_get_cipher_methods) in PHP_FUNCTION() argument

Completed in 39 milliseconds