Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dcms.h37 typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice; typedef
122 SKM_DEFINE_STACK_OF_INTERNAL(CMS_RevocationInfoChoice, CMS_RevocationInfoChoice, CMS_RevocationInfo…
124 #define sk_CMS_RevocationInfoChoice_value(sk, idx) ((CMS_RevocationInfoChoice *)OPENSSL_sk_value(os…
125 #define sk_CMS_RevocationInfoChoice_new(cmp) ((STACK_OF(CMS_RevocationInfoChoice) *)OPENSSL_sk_new(…
126 #define sk_CMS_RevocationInfoChoice_new_null() ((STACK_OF(CMS_RevocationInfoChoice) *)OPENSSL_sk_ne…
127 #define sk_CMS_RevocationInfoChoice_new_reserve(cmp, n) ((STACK_OF(CMS_RevocationInfoChoice) *)OPEN…
131 #define sk_CMS_RevocationInfoChoice_delete(sk, i) ((CMS_RevocationInfoChoice *)OPENSSL_sk_delete(os…
135 #define sk_CMS_RevocationInfoChoice_pop(sk) ((CMS_RevocationInfoChoice *)OPENSSL_sk_pop(ossl_check_…
136 #define sk_CMS_RevocationInfoChoice_shift(sk) ((CMS_RevocationInfoChoice *)OPENSSL_sk_shift(ossl_ch…
145 #define sk_CMS_RevocationInfoChoice_dup(sk) ((STACK_OF(CMS_RevocationInfoChoice) *)OPENSSL_sk_dup(o…
[all …]
H A Dcms.h.in38 typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice; typedef
49 .generate_stack_macros("CMS_RevocationInfoChoice");
263 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms);
/freebsd-14.2/crypto/openssl/crypto/cms/
H A Dcms_lib.c546 static STACK_OF(CMS_RevocationInfoChoice) in STACK_OF() argument
571 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms) in CMS_add0_RevocationInfoChoice()
573 STACK_OF(CMS_RevocationInfoChoice) **pcrls; in CMS_add0_RevocationInfoChoice()
574 CMS_RevocationInfoChoice *rch; in CMS_add0_RevocationInfoChoice()
583 rch = M_ASN1_new_of(CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice()
587 M_ASN1_free_of(rch, CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice()
595 CMS_RevocationInfoChoice *rch; in CMS_add0_crl()
641 STACK_OF(CMS_RevocationInfoChoice) **pcrls; in STACK_OF()
642 CMS_RevocationInfoChoice *rch; in STACK_OF()
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),
90 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, crls, CMS_RevocationInfoChoice, 1)
H A Dcms_local.h79 STACK_OF(CMS_RevocationInfoChoice) *crls;
125 STACK_OF(CMS_RevocationInfoChoice) *crls;
500 DECLARE_ASN1_ITEM(CMS_RevocationInfoChoice)
H A Dcms_sd.c72 CMS_RevocationInfoChoice *rch; in cms_sd_set_version()
H A Dcms_env.c1039 CMS_RevocationInfoChoice *rch; in cms_env_set_originfo_version()
/freebsd-14.2/crypto/openssl/util/
H A Dindent.pro154 -T CMS_RevocationInfoChoice