Searched refs:CMS_RevocationInfoChoice (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/cms/ |
A D | cms_lib.c | 555 static STACK_OF(CMS_RevocationInfoChoice) in STACK_OF() argument 580 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms) in CMS_add0_RevocationInfoChoice() 582 STACK_OF(CMS_RevocationInfoChoice) **pcrls; in CMS_add0_RevocationInfoChoice() 583 CMS_RevocationInfoChoice *rch; in CMS_add0_RevocationInfoChoice() 592 rch = M_ASN1_new_of(CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice() 596 M_ASN1_free_of(rch, CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice() 604 CMS_RevocationInfoChoice *rch; in CMS_add0_crl() 649 STACK_OF(CMS_RevocationInfoChoice) **pcrls; in STACK_OF() 650 CMS_RevocationInfoChoice *rch; in STACK_OF()
|
A D | cms_asn1.c | 73 ASN1_CHOICE(CMS_RevocationInfoChoice) = { 74 ASN1_SIMPLE(CMS_RevocationInfoChoice, d.crl, X509_CRL), 75 ASN1_IMP(CMS_RevocationInfoChoice, d.other, CMS_OtherRevocationInfoFormat, 1) 76 } ASN1_CHOICE_END(CMS_RevocationInfoChoice) 83 ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1), 89 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, crls, CMS_RevocationInfoChoice, 1)
|
A D | cms_local.h | 79 STACK_OF(CMS_RevocationInfoChoice) *crls; 125 STACK_OF(CMS_RevocationInfoChoice) *crls; 499 DECLARE_ASN1_ITEM(CMS_RevocationInfoChoice)
|
A D | cms_sd.c | 72 CMS_RevocationInfoChoice *rch; in cms_sd_set_version()
|
A D | cms_env.c | 1029 CMS_RevocationInfoChoice *rch; in cms_env_set_originfo_version()
|
/openssl-master/include/openssl/ |
A D | cms.h.in | 38 typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice; typedef 49 .generate_stack_macros("CMS_RevocationInfoChoice"); 263 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms);
|
/openssl-master/util/ |
A D | indent.pro | 154 -T CMS_RevocationInfoChoice
|
Completed in 16 milliseconds