Home
last modified time | relevance | path

Searched refs:CMS_RevocationInfoChoice (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dcms.h39 typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice; typedef
124 SKM_DEFINE_STACK_OF_INTERNAL(CMS_RevocationInfoChoice, CMS_RevocationInfoChoice, CMS_RevocationInfo…
126 #define sk_CMS_RevocationInfoChoice_value(sk, idx) ((CMS_RevocationInfoChoice *)OPENSSL_sk_value(os…
127 #define sk_CMS_RevocationInfoChoice_new(cmp) ((STACK_OF(CMS_RevocationInfoChoice) *)OPENSSL_sk_new(…
128 #define sk_CMS_RevocationInfoChoice_new_null() ((STACK_OF(CMS_RevocationInfoChoice) *)OPENSSL_sk_ne…
129 #define sk_CMS_RevocationInfoChoice_new_reserve(cmp, n) ((STACK_OF(CMS_RevocationInfoChoice) *)OPEN…
133 #define sk_CMS_RevocationInfoChoice_delete(sk, i) ((CMS_RevocationInfoChoice *)OPENSSL_sk_delete(os…
134 #define sk_CMS_RevocationInfoChoice_delete_ptr(sk, ptr) ((CMS_RevocationInfoChoice *)OPENSSL_sk_del…
137 #define sk_CMS_RevocationInfoChoice_pop(sk) ((CMS_RevocationInfoChoice *)OPENSSL_sk_pop(ossl_check_…
138 #define sk_CMS_RevocationInfoChoice_shift(sk) ((CMS_RevocationInfoChoice *)OPENSSL_sk_shift(ossl_ch…
[all …]
H A Dcms.h.in40 typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice; typedef
51 .generate_stack_macros("CMS_RevocationInfoChoice");
276 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms);
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c574 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()
H A Dcms_asn1.c74 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)
H A Dcms_local.h77 STACK_OF(CMS_RevocationInfoChoice) *crls;
125 STACK_OF(CMS_RevocationInfoChoice) *crls;
507 DECLARE_ASN1_ITEM(CMS_RevocationInfoChoice)
H A Dcms_env.c1076 CMS_RevocationInfoChoice *rch; in cms_env_set_originfo_version()
H A Dcms_sd.c69 CMS_RevocationInfoChoice *rch; in cms_sd_set_version()
/freebsd/crypto/openssl/util/
H A Dindent.pro154 -T CMS_RevocationInfoChoice