cert_ctx          595 ext/openssl/xp_ssl.c 	PCCERT_CONTEXT cert_ctx = NULL;
cert_ctx          624 ext/openssl/xp_ssl.c 		cert_ctx = CertCreateCertificateContext(X509_ASN_ENCODING, der_buf, der_len);
cert_ctx          627 ext/openssl/xp_ssl.c 		if (cert_ctx == NULL) {
cert_ctx          649 ext/openssl/xp_ssl.c 		if (!CertGetCertificateChain(NULL, cert_ctx, NULL, NULL, &chain_params, chain_flags, NULL, &cert_chain_ctx)) {
cert_ctx          651 ext/openssl/xp_ssl.c 			CertFreeCertificateContext(cert_ctx);
cert_ctx          667 ext/openssl/xp_ssl.c 				CertFreeCertificateContext(cert_ctx);
cert_ctx          693 ext/openssl/xp_ssl.c 				CertFreeCertificateContext(cert_ctx);
cert_ctx          704 ext/openssl/xp_ssl.c 				CertFreeCertificateContext(cert_ctx);
cert_ctx          716 ext/openssl/xp_ssl.c 				CertFreeCertificateContext(cert_ctx);
cert_ctx          731 ext/openssl/xp_ssl.c 		CertFreeCertificateContext(cert_ctx);