Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/openssl/
H A Dopenssl.c982 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config() local
4647 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
4715 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
5443 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local
6046 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local
6945 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
7073 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
7170 static void php_openssl_add_cipher_or_alias(EVP_CIPHER *cipher, void *arg) in php_openssl_add_cipher_or_alias()
7175 static void php_openssl_add_cipher(EVP_CIPHER *cipher, void *arg) in php_openssl_add_cipher()
H A Dxp_ssl.c2391 const SSL_CIPHER *cipher; in php_openssl_sockop_set_option() local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h77 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
H A Dmysqlnd.h159 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument

Completed in 54 milliseconds