Searched defs:cipher (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 1012 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config() local 4903 const EVP_CIPHER * cipher; in PHP_FUNCTION() local 4972 const EVP_CIPHER * cipher; in PHP_FUNCTION() local 5757 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local 6360 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local 7273 const EVP_CIPHER *cipher; local 7401 const EVP_CIPHER *cipher; local 7498 static void php_openssl_add_cipher_or_alias(EVP_CIPHER *cipher, void *arg) 7503 static void php_openssl_add_cipher(EVP_CIPHER *cipher, void *arg)
|
H A D | xp_ssl.c | 2399 const SSL_CIPHER *cipher; in php_openssl_sockop_set_option() local
|
/PHP-8.4/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 | 160 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument
|
Completed in 38 milliseconds