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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/cms/
H A Dcms_lib.c66 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
68 DECLARE_STACK_OF(CMS_CertificateChoices)
422 static STACK_OF(CMS_CertificateChoices) **cms_get0_certificate_choices(CMS_ContentInfo *cms)
441 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
443 STACK_OF(CMS_CertificateChoices) **pcerts;
444 CMS_CertificateChoices *cch;
452 cch = M_ASN1_new_of(CMS_CertificateChoices);
457 M_ASN1_free_of(cch, CMS_CertificateChoices);
465 CMS_CertificateChoices *cch;
466 STACK_OF(CMS_CertificateChoices) **pcert
[all...]
H A Dcms_asn1.c71 ASN1_CHOICE(CMS_CertificateChoices) = {
72 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509),
73 ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0),
74 ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1),
75 ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2),
76 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3)
77 } 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;
165 STACK_OF(CMS_CertificateChoices) *certificates;
340 struct CMS_CertificateChoices struct
H A Dcms.h71 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
232 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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)
130 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
136 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
H A Dcms_lcl.h116 STACK_OF(CMS_CertificateChoices) *certificates;
161 STACK_OF(CMS_CertificateChoices) *certificates;
328 struct CMS_CertificateChoices { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/cms/
H A Dcms_lib.c66 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
68 DECLARE_STACK_OF(CMS_CertificateChoices)
422 static STACK_OF(CMS_CertificateChoices) **cms_get0_certificate_choices(CMS_ContentInfo *cms)
441 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
443 STACK_OF(CMS_CertificateChoices) **pcerts;
444 CMS_CertificateChoices *cch;
452 cch = M_ASN1_new_of(CMS_CertificateChoices);
457 M_ASN1_free_of(cch, CMS_CertificateChoices);
465 CMS_CertificateChoices *cch;
466 STACK_OF(CMS_CertificateChoices) **pcert
[all...]
H A Dcms_asn1.c71 ASN1_CHOICE(CMS_CertificateChoices) = {
72 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509),
73 ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0),
74 ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1),
75 ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2),
76 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3)
77 } 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;
165 STACK_OF(CMS_CertificateChoices) *certificates;
340 struct CMS_CertificateChoices struct
H A Dcms.h71 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
232 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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)
130 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
136 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
H A Dcms_lcl.h116 STACK_OF(CMS_CertificateChoices) *certificates;
161 STACK_OF(CMS_CertificateChoices) *certificates;
328 struct CMS_CertificateChoices { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/cms/
H A Dcms_lib.c66 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
68 DECLARE_STACK_OF(CMS_CertificateChoices)
422 static STACK_OF(CMS_CertificateChoices) **cms_get0_certificate_choices(CMS_ContentInfo *cms)
441 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
443 STACK_OF(CMS_CertificateChoices) **pcerts;
444 CMS_CertificateChoices *cch;
452 cch = M_ASN1_new_of(CMS_CertificateChoices);
457 M_ASN1_free_of(cch, CMS_CertificateChoices);
465 CMS_CertificateChoices *cch;
466 STACK_OF(CMS_CertificateChoices) **pcert
[all...]
H A Dcms_asn1.c71 ASN1_CHOICE(CMS_CertificateChoices) = {
72 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509),
73 ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0),
74 ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1),
75 ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2),
76 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3)
77 } 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;
165 STACK_OF(CMS_CertificateChoices) *certificates;
340 struct CMS_CertificateChoices struct
H A Dcms.h71 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
232 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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)
130 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
136 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
H A Dcms_lcl.h116 STACK_OF(CMS_CertificateChoices) *certificates;
161 STACK_OF(CMS_CertificateChoices) *certificates;
328 struct CMS_CertificateChoices { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dcms.h71 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
232 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dcms.h71 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
232 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dcms.h71 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
232 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dcms.h71 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef in typeref:struct:CMS_CertificateChoices
231 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);

Completed in 239 milliseconds

123