Searched refs:CMS_RevocationInfoChoice (Results 1 – 5 of 5) sorted by relevance
| /crypto/cms/ |
| A D | cms_lib.c | 574 static STACK_OF(CMS_RevocationInfoChoice) in STACK_OF() argument 599 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms) in CMS_add0_RevocationInfoChoice() 601 STACK_OF(CMS_RevocationInfoChoice) **pcrls; in CMS_add0_RevocationInfoChoice() 602 CMS_RevocationInfoChoice *rch; in CMS_add0_RevocationInfoChoice() 611 rch = M_ASN1_new_of(CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice() 615 M_ASN1_free_of(rch, CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice() 623 CMS_RevocationInfoChoice *rch = CMS_add0_RevocationInfoChoice(cms); in CMS_add0_crl() 702 STACK_OF(CMS_RevocationInfoChoice) **pcrls; in ossl_cms_get1_crls_ex() 703 CMS_RevocationInfoChoice *rch; in ossl_cms_get1_crls_ex()
|
| A D | cms_asn1.c | 74 ASN1_CHOICE(CMS_RevocationInfoChoice) = { 75 ASN1_SIMPLE(CMS_RevocationInfoChoice, d.crl, X509_CRL), 76 ASN1_IMP(CMS_RevocationInfoChoice, d.other, CMS_OtherRevocationInfoFormat, 1) 77 } ASN1_CHOICE_END(CMS_RevocationInfoChoice) 84 ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1), 91 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, crls, CMS_RevocationInfoChoice, 1)
|
| A D | cms_local.h | 78 STACK_OF(CMS_RevocationInfoChoice) *crls; 126 STACK_OF(CMS_RevocationInfoChoice) *crls; 554 DECLARE_ASN1_ITEM(CMS_RevocationInfoChoice)
|
| A D | cms_env.c | 1107 CMS_RevocationInfoChoice *rch; in cms_env_set_originfo_version()
|
| A D | cms_sd.c | 69 CMS_RevocationInfoChoice *rch; in cms_sd_set_version()
|
Completed in 17 milliseconds