Searched defs:cert (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/openssl/ |
H A D | openssl.c | 1672 X509 *cert = NULL; in php_openssl_x509_from_zval() local 1751 X509 * cert; in PHP_FUNCTION() local 2095 X509 * cert; in PHP_FUNCTION() local 2169 X509 *cert; in PHP_FUNCTION() local 2203 X509 * cert = NULL; in PHP_FUNCTION() local 2674 zval *cert; in PHP_FUNCTION() local 2696 X509 *cert; in PHP_FUNCTION() local 2726 X509 * cert; in STACK_OF() local 4682 zval *cert; in PHP_FUNCTION() local 4718 zval *cert; in PHP_FUNCTION() local [all …]
|
H A D | xp_ssl.c | 611 X509 *cert = x509_store_ctx->cert; in php_openssl_win_cert_verify_callback() local 613 X509 *cert = X509_STORE_CTX_get0_cert(x509_store_ctx); in php_openssl_win_cert_verify_callback() local 776 X509 *cert; in php_openssl_load_stream_cafile() local
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 79 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
|
H A D | mysqlnd.h | 167 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument
|
Completed in 41 milliseconds