Searched defs:cert (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/openssl/ |
H A D | openssl.c | 1540 X509 *cert; in PHP_FUNCTION() local 1846 X509 *cert; in PHP_FUNCTION() local 1925 X509 *cert; in PHP_FUNCTION() local 1961 X509 *cert; in PHP_FUNCTION() local 1994 X509 *cert; in PHP_FUNCTION() local 2103 X509 *cert; in PHP_FUNCTION() local 2365 X509 *cert; in PHP_FUNCTION() local 2500 X509 *cert; in PHP_FUNCTION() local 2602 X509 *cert; in PHP_FUNCTION() local 2705 X509 *cert; in PHP_FUNCTION() local [all …]
|
H A D | xp_ssl.c | 679 X509 *cert = X509_STORE_CTX_get0_cert(x509_store_ctx); in php_openssl_win_cert_verify_callback() local 804 X509 *cert; in php_openssl_load_stream_cafile() local
|
/php-src/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 42 milliseconds