Lines Matching refs:pcert
144 STACK_OF(X509_NAME) *ca_dn, X509 **pcert,
527 PCCERT_CONTEXT pcert; member
1544 key->pcert = NULL; in capi_get_key()
1615 if (key->pcert) in capi_free_key()
1616 CertFreeCertificateContext(key->pcert); in capi_free_key()
1715 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, in capi_load_ssl_client_cert() argument
1731 *pcert = NULL; in capi_load_ssl_client_cert()
1764 key->pcert = excert; in capi_load_ssl_client_cert()
1793 *pcert = x; in capi_load_ssl_client_cert()
1803 if (*pcert == NULL) in capi_load_ssl_client_cert()
1808 key = X509_get_ex_data(*pcert, cert_capi_idx); in capi_load_ssl_client_cert()
1810 X509_set_ex_data(*pcert, cert_capi_idx, NULL); in capi_load_ssl_client_cert()
1870 if (!CertAddCertificateContextToStore(dstore, key->pcert, in cert_select_dialog()
1894 key->pcert->pCertInfo)) { in cert_select_dialog()