Searched refs:CMS_CertificateChoices (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c67 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
69 DECLARE_STACK_OF(CMS_CertificateChoices)
407 static STACK_OF(CMS_CertificateChoices)
426 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
428 STACK_OF(CMS_CertificateChoices) **pcerts;
429 CMS_CertificateChoices *cch;
437 cch = M_ASN1_new_of(CMS_CertificateChoices);
441 M_ASN1_free_of(cch, CMS_CertificateChoices);
449 CMS_CertificateChoices *cch;
450 STACK_OF(CMS_CertificateChoices) **pcert
[all...]
H A Dcms_asn1.c72 ASN1_CHOICE(CMS_CertificateChoices) = {
73 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509),
74 ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0),
75 ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1),
76 ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2),
77 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3)
78 } ASN1_CHOICE_END(CMS_CertificateChoices)
128 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
134 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
H A Dcms_lcl.h118 STACK_OF(CMS_CertificateChoices) *certificates;
160 STACK_OF(CMS_CertificateChoices) *certificates;
319 struct CMS_CertificateChoices { struct
H A Dcms.h70 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
245 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
H A Dcms_sd.c111 CMS_CertificateChoices *cch;
509 CMS_CertificateChoices *cch;
510 STACK_OF(CMS_CertificateChoices) *certs;
/freebsd-10-stable/crypto/openssl/crypto/stack/
H A Dsafestack.h464 # define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(CMS_CertificateChoices, (cmp))
465 # define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(CMS_CertificateChoices)
466 # define sk_CMS_CertificateChoices_free(st) SKM_sk_free(CMS_CertificateChoices, (st))
467 # define sk_CMS_CertificateChoices_num(st) SKM_sk_num(CMS_CertificateChoices, (st))
468 # define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(CMS_CertificateChoices, (st), (i))
469 # define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(CMS_CertificateChoices, (st), (i), (val))
470 # define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(CMS_CertificateChoices, (st))
471 # define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(CMS_CertificateChoices, (st), (val))
472 # define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(CMS_CertificateChoices, (st), (val))
473 # define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(CMS_CertificateChoices, (s
[all...]

Completed in 117 milliseconds