Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c1652 X509 *cert = NULL; in php_openssl_x509_from_zval() local
1731 X509 * cert; in PHP_FUNCTION() local
2072 X509 * cert; in PHP_FUNCTION() local
2146 X509 *cert; in PHP_FUNCTION() local
2180 X509 * cert = NULL; in PHP_FUNCTION() local
2651 zval *cert; in PHP_FUNCTION() local
2673 X509 *cert; in PHP_FUNCTION() local
2703 X509 * cert; in STACK_OF() local
4624 zval *cert; in PHP_FUNCTION() local
4661 zval *cert; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c591 X509 *cert = x509_store_ctx->cert; in win_cert_verify_callback() local
593 X509 *cert = X509_STORE_CTX_get0_cert(x509_store_ctx); in win_cert_verify_callback() local
756 X509 *cert; in load_stream_cafile() local
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h79 #define mysql_ssl_set(c,key,cert,ca,capath,cipher) mysqlnd_ssl_set((c), (key), (cert), (ca), (capat… argument
H A Dmysqlnd.h167 #define mysqlnd_ssl_set(conn, key, cert, ca, capath, cipher) ((conn)->data)->m->ssl_set((conn)->dat… argument

Completed in 36 milliseconds