cert_ctx 574 ext/openssl/xp_ssl.c PCCERT_CONTEXT cert_ctx = NULL; cert_ctx 604 ext/openssl/xp_ssl.c cert_ctx = CertCreateCertificateContext(X509_ASN_ENCODING, der_buf, der_len); cert_ctx 607 ext/openssl/xp_ssl.c if (cert_ctx == NULL) { cert_ctx 629 ext/openssl/xp_ssl.c if (!CertGetCertificateChain(NULL, cert_ctx, NULL, NULL, &chain_params, chain_flags, NULL, &cert_chain_ctx)) { cert_ctx 631 ext/openssl/xp_ssl.c CertFreeCertificateContext(cert_ctx); cert_ctx 647 ext/openssl/xp_ssl.c CertFreeCertificateContext(cert_ctx); cert_ctx 673 ext/openssl/xp_ssl.c CertFreeCertificateContext(cert_ctx); cert_ctx 684 ext/openssl/xp_ssl.c CertFreeCertificateContext(cert_ctx); cert_ctx 696 ext/openssl/xp_ssl.c CertFreeCertificateContext(cert_ctx); cert_ctx 711 ext/openssl/xp_ssl.c CertFreeCertificateContext(cert_ctx);