Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c999 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config() local
4758 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
4826 const EVP_CIPHER * cipher; in PHP_FUNCTION() local
5568 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local
6171 const EVP_CIPHER *cipher = NULL; in PHP_FUNCTION() local
7070 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
7198 const EVP_CIPHER *cipher; in PHP_FUNCTION() local
7295 static void php_openssl_add_cipher_or_alias(EVP_CIPHER *cipher, void *arg) in php_openssl_add_cipher_or_alias()
7300 static void php_openssl_add_cipher(EVP_CIPHER *cipher, void *arg) in php_openssl_add_cipher()
H A Dxp_ssl.c2399 const SSL_CIPHER *cipher; in php_openssl_sockop_set_option() local
/php-src/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.h160 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument

Completed in 34 milliseconds