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

/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_lib.c444 CMS_CertificateChoices *cch; local
452 cch = M_ASN1_new_of(CMS_CertificateChoices);
453 if (!cch)
455 if (!sk_CMS_CertificateChoices_push(*pcerts, cch))
457 M_ASN1_free_of(cch, CMS_CertificateChoices);
460 return cch;
465 CMS_CertificateChoices *cch; local
475 cch = sk_CMS_CertificateChoices_value(*pcerts, i);
476 if (cch->type == CMS_CERTCHOICE_CERT)
478 if (!X509_cmp(cch
567 CMS_CertificateChoices *cch; local
[all...]
H A Dcms_sd.c113 CMS_CertificateChoices *cch; local
119 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
120 if (cch->type == CMS_CERTCHOICE_OTHER)
125 else if (cch->type == CMS_CERTCHOICE_V2ACERT)
130 else if (cch->type == CMS_CERTCHOICE_V1ACERT)
560 CMS_CertificateChoices *cch; local
591 cch = sk_CMS_CertificateChoices_value(certs, j);
592 if (cch->type != 0)
594 x = cch->d.certificate;

Completed in 33 milliseconds