Searched refs:CMS_RevocationInfoChoice (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | cms.h | 41 typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice; typedef 127 SKM_DEFINE_STACK_OF_INTERNAL(CMS_RevocationInfoChoice, CMS_RevocationInfoChoice, CMS_RevocationInfo… 129 #define sk_CMS_RevocationInfoChoice_value(sk, idx) ((CMS_RevocationInfoChoice *)OPENSSL_sk_value(os… 130 #define sk_CMS_RevocationInfoChoice_new(cmp) ((STACK_OF(CMS_RevocationInfoChoice) *)OPENSSL_sk_new(… 131 #define sk_CMS_RevocationInfoChoice_new_null() ((STACK_OF(CMS_RevocationInfoChoice) *)OPENSSL_sk_ne… 132 #define sk_CMS_RevocationInfoChoice_new_reserve(cmp, n) ((STACK_OF(CMS_RevocationInfoChoice) *)OPEN… 136 #define sk_CMS_RevocationInfoChoice_delete(sk, i) ((CMS_RevocationInfoChoice *)OPENSSL_sk_delete(os… 137 #define sk_CMS_RevocationInfoChoice_delete_ptr(sk, ptr) ((CMS_RevocationInfoChoice *)OPENSSL_sk_del… 140 #define sk_CMS_RevocationInfoChoice_pop(sk) ((CMS_RevocationInfoChoice *)OPENSSL_sk_pop(ossl_check_… 141 #define sk_CMS_RevocationInfoChoice_shift(sk) ((CMS_RevocationInfoChoice *)OPENSSL_sk_shift(ossl_ch… [all …]
|
| H A D | cms.h.in | 42 typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice; typedef 54 .generate_stack_macros("CMS_RevocationInfoChoice"); 280 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms);
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_lib.c | 572 static STACK_OF(CMS_RevocationInfoChoice) in STACK_OF() argument 597 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms) in CMS_add0_RevocationInfoChoice() 599 STACK_OF(CMS_RevocationInfoChoice) **pcrls; in CMS_add0_RevocationInfoChoice() 600 CMS_RevocationInfoChoice *rch; in CMS_add0_RevocationInfoChoice() 609 rch = M_ASN1_new_of(CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice() 613 M_ASN1_free_of(rch, CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice() 621 CMS_RevocationInfoChoice *rch = CMS_add0_RevocationInfoChoice(cms); in CMS_add0_crl() 700 STACK_OF(CMS_RevocationInfoChoice) **pcrls; in ossl_cms_get1_crls_ex() 701 CMS_RevocationInfoChoice *rch; in ossl_cms_get1_crls_ex()
|
| H A D | cms_asn1.c | 65 ASN1_CHOICE(CMS_RevocationInfoChoice) 66 …CMS_RevocationInfoChoice, d.crl, X509_CRL), ASN1_IMP(CMS_RevocationInfoChoice, d.other, CMS_OtherR… 73 ASN1_IMP_SET_OF_OPT(CMS_SignedData, crls, CMS_RevocationInfoChoice, 1), 80 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, crls, CMS_RevocationInfoChoice, 1)
|
| H A D | cms_local.h | 77 STACK_OF(CMS_RevocationInfoChoice) *crls; 125 STACK_OF(CMS_RevocationInfoChoice) *crls; 506 DECLARE_ASN1_ITEM(CMS_RevocationInfoChoice)
|
| H A D | cms_sd.c | 68 CMS_RevocationInfoChoice *rch; in cms_sd_set_version()
|
| H A D | cms_env.c | 1070 CMS_RevocationInfoChoice *rch; in cms_env_set_originfo_version()
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 154 -T CMS_RevocationInfoChoice
|