Home
last modified time | relevance | path

Searched refs:CMS_CertificateChoices (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libcrypto/cms/
H A Dcms_lib.c489 static STACK_OF(CMS_CertificateChoices) ** in STACK_OF() argument
507 CMS_CertificateChoices *
510 STACK_OF(CMS_CertificateChoices) **pcerts; in CMS_add0_CertificateChoices()
511 CMS_CertificateChoices *cch; in CMS_add0_CertificateChoices()
520 cch = (CMS_CertificateChoices *)ASN1_item_new(&CMS_CertificateChoices_it); in CMS_add0_CertificateChoices()
535 CMS_CertificateChoices *cch; in CMS_add0_cert()
536 STACK_OF(CMS_CertificateChoices) **pcerts; in CMS_add0_cert()
649 CMS_CertificateChoices *cch; in STACK_OF()
650 STACK_OF(CMS_CertificateChoices) **pcerts; in STACK_OF()
H A Dcms_local.h108 DECLARE_STACK_OF(CMS_CertificateChoices)
114 STACK_OF(CMS_CertificateChoices) *certificates;
159 STACK_OF(CMS_CertificateChoices) *certificates;
328 struct CMS_CertificateChoices { struct
H A Dcms_asn1.c125 .offset = offsetof(CMS_CertificateChoices, d.certificate),
132 .offset = offsetof(CMS_CertificateChoices, d.extendedCertificate),
139 .offset = offsetof(CMS_CertificateChoices, d.v1AttrCert),
146 .offset = offsetof(CMS_CertificateChoices, d.v2AttrCert),
153 .offset = offsetof(CMS_CertificateChoices, d.other),
161 .utype = offsetof(CMS_CertificateChoices, type),
165 .size = sizeof(CMS_CertificateChoices),
H A Dcms.h72 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef
250 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
H A Dcms_sd.c122 CMS_CertificateChoices *cch; in cms_sd_set_version()
605 CMS_CertificateChoices *cch; in CMS_set1_signers_certs()
606 STACK_OF(CMS_CertificateChoices) *certs; in CMS_set1_signers_certs()
H A Dcms_env.c879 CMS_CertificateChoices *cch; in cms_env_set_originfo_version()
/openbsd/lib/libcrypto/stack/
H A Dsafestack.h395 #define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(CMS_CertificateChoices, (cmp))
396 #define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(CMS_CertificateChoices)
397 #define sk_CMS_CertificateChoices_free(st) SKM_sk_free(CMS_CertificateChoices, (st))
398 #define sk_CMS_CertificateChoices_num(st) SKM_sk_num(CMS_CertificateChoices, (st))
399 #define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(CMS_CertificateChoices, (st), (i))
401 #define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(CMS_CertificateChoices, (st))
409 #define sk_CMS_CertificateChoices_dup(st) SKM_sk_dup(CMS_CertificateChoices, st)
411 #define sk_CMS_CertificateChoices_shift(st) SKM_sk_shift(CMS_CertificateChoices, (st))
412 #define sk_CMS_CertificateChoices_pop(st) SKM_sk_pop(CMS_CertificateChoices, (st))
413 #define sk_CMS_CertificateChoices_sort(st) SKM_sk_sort(CMS_CertificateChoices, (st))
[all …]