Searched refs:openssl_get_cipher_methods (Results 1 – 16 of 16) sorted by relevance
/php-src/ext/openssl/tests/ |
H A D | openssl_get_cipher_methods.phpt | 2 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 D | bug72362.phpt | 7 if (!in_array('bf-ecb', openssl_get_cipher_methods())) die('skip bf-ecb not available');
|
H A D | bug74402.phpt | 7 if (!in_array('AES256', openssl_get_cipher_methods(true))) print "skip";
|
H A D | bug71917.phpt | 7 if (!in_array('rc4', openssl_get_cipher_methods())) die('skip rc4 not available');
|
H A D | bug70438.phpt | 7 if (!in_array('AES-128-CBC', openssl_get_cipher_methods(true))) {
|
H A D | openssl_decrypt_gcm.phpt | 7 if (!in_array('aes-128-gcm', openssl_get_cipher_methods()))
|
H A D | openssl_decrypt_ccm.phpt | 7 if (!in_array('aes-256-ccm', openssl_get_cipher_methods()))
|
H A D | openssl_encrypt_chacha20_poly1305.phpt | 7 if (!in_array('chacha20-poly1305', openssl_get_cipher_methods()))
|
H A D | openssl_decrypt_ocb.phpt | 7 if (!in_array('aes-128-ocb', openssl_get_cipher_methods()))
|
H A D | openssl_encrypt_ccm.phpt | 7 if (!in_array('aes-256-ccm', openssl_get_cipher_methods()))
|
H A D | openssl_encrypt_gcm.phpt | 7 if (!in_array('aes-128-gcm', openssl_get_cipher_methods()))
|
H A D | openssl_encrypt_ocb.phpt | 7 if (!in_array('aes-128-ocb', openssl_get_cipher_methods()))
|
H A D | openssl_decrypt_basic.phpt | 33 if (in_array("bf-ecb", openssl_get_cipher_methods())) {
|
/php-src/ext/openssl/ |
H A D | openssl.stub.php | 634 function openssl_get_cipher_methods(bool $aliases = false): array {}
|
H A D | openssl_arginfo.h | 451 ZEND_FUNCTION(openssl_get_cipher_methods); 523 ZEND_FE(openssl_get_cipher_methods, arginfo_openssl_get_cipher_methods)
|
H A D | openssl.c | 7515 PHP_FUNCTION(openssl_get_cipher_methods) argument
|
Completed in 36 milliseconds