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

/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c66 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
68 DECLARE_STACK_OF(CMS_CertificateChoices)
417 static STACK_OF(CMS_CertificateChoices)
436 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
438 STACK_OF(CMS_CertificateChoices) **pcerts;
439 CMS_CertificateChoices *cch;
447 cch = M_ASN1_new_of(CMS_CertificateChoices);
451 M_ASN1_free_of(cch, CMS_CertificateChoices);
459 CMS_CertificateChoices *cch;
460 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)
127 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
133 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;
316 struct CMS_CertificateChoices { struct
H A Dcms.h70 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
226 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
H A Dcms_sd.c110 CMS_CertificateChoices *cch;
520 CMS_CertificateChoices *cch;
521 STACK_OF(CMS_CertificateChoices) *certs;
/freebsd-9.3-release/crypto/openssl/crypto/stack/
H A Dsafestack.h424 # define sk_CMS_CertificateChoices_new(st) SKM_sk_new(CMS_CertificateChoices, (st))
425 # define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(CMS_CertificateChoices)
426 # define sk_CMS_CertificateChoices_free(st) SKM_sk_free(CMS_CertificateChoices, (st))
427 # define sk_CMS_CertificateChoices_num(st) SKM_sk_num(CMS_CertificateChoices, (st))
428 # define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(CMS_CertificateChoices, (st), (i))
429 # define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(CMS_CertificateChoices, (st), (i), (val))
430 # define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(CMS_CertificateChoices, (st))
431 # define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(CMS_CertificateChoices, (st), (val))
432 # define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(CMS_CertificateChoices, (st), (val))
433 # define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(CMS_CertificateChoices, (s
[all...]

Completed in 84 milliseconds