Searched refs:cert_context (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcryptoapi.c99 const CERT_CONTEXT *cert_context; member in struct:_CAPI_DATA
284 if (cd->cert_context)
285 CertFreeCertificateContext(cd->cert_context);
364 cd->cert_context = find_certificate_in_store(cert_prop, cs);
366 if (!cd->cert_context) {
373 cd->cert_context = find_certificate_in_store(cert_prop, cs);
375 if (cd->cert_context == NULL) {
381 /* cert_context->pbCertEncoded is the cert X509 DER encoded. */
382 cert = d2i_X509(NULL, (const unsigned char **) &cd->cert_context->pbCertEncoded,
383 cd->cert_context
[all...]

Completed in 54 milliseconds