Searched defs:cipher (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 998 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config() local 4743 const EVP_CIPHER * cipher; in PHP_FUNCTION() local 4812 const EVP_CIPHER * cipher; in PHP_FUNCTION() local 5554 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local 6157 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local 7056 const EVP_CIPHER *cipher; in PHP_FUNCTION() local 7184 const EVP_CIPHER *cipher; in PHP_FUNCTION() local 7281 static void php_openssl_add_cipher_or_alias(EVP_CIPHER *cipher, void *arg) in php_openssl_add_cipher_or_alias() 7286 static void php_openssl_add_cipher(EVP_CIPHER *cipher, void *arg) in php_openssl_add_cipher()
|
H A D | xp_ssl.c | 2403 const SSL_CIPHER *cipher; in php_openssl_sockop_set_option() local
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 77 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
|
H A D | mysqlnd.h | 158 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument
|
Completed in 40 milliseconds