/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_lib.c | 22 static STACK_OF(CMS_CertificateChoices) 103 CMS_CertificateChoices *cch; in ossl_cms_resolve_libctx() 104 STACK_OF(CMS_CertificateChoices) **pcerts; in ossl_cms_resolve_libctx() 477 static STACK_OF(CMS_CertificateChoices) in STACK_OF() 502 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms) in CMS_add0_CertificateChoices() 504 STACK_OF(CMS_CertificateChoices) **pcerts; in CMS_add0_CertificateChoices() 505 CMS_CertificateChoices *cch; in CMS_add0_CertificateChoices() 514 cch = M_ASN1_new_of(CMS_CertificateChoices); in CMS_add0_CertificateChoices() 518 M_ASN1_free_of(cch, CMS_CertificateChoices); in CMS_add0_CertificateChoices() 526 CMS_CertificateChoices *cc in CMS_add0_cert() [all...] |
H A D | cms_asn1.c | 27 ASN1_CHOICE(CMS_CertificateChoices) = { 28 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509), 29 ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0), 30 ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1), 31 ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2), 32 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3) 33 } ASN1_CHOICE_END(CMS_CertificateChoices) 82 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0), 88 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
|
H A D | cms_local.h | 72 DEFINE_STACK_OF(CMS_CertificateChoices) 78 STACK_OF(CMS_CertificateChoices) *certificates; 124 STACK_OF(CMS_CertificateChoices) *certificates; 309 struct CMS_CertificateChoices { struct 486 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
|
/third_party/openssl/crypto/cms/ |
H A D | cms_lib.c | 22 static STACK_OF(CMS_CertificateChoices) 90 CMS_CertificateChoices *cch; in ossl_cms_resolve_libctx() 91 STACK_OF(CMS_CertificateChoices) **pcerts; in ossl_cms_resolve_libctx() 464 static STACK_OF(CMS_CertificateChoices) in STACK_OF() 489 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms) in CMS_add0_CertificateChoices() 491 STACK_OF(CMS_CertificateChoices) **pcerts; in CMS_add0_CertificateChoices() 492 CMS_CertificateChoices *cch; in CMS_add0_CertificateChoices() 501 cch = M_ASN1_new_of(CMS_CertificateChoices); in CMS_add0_CertificateChoices() 505 M_ASN1_free_of(cch, CMS_CertificateChoices); in CMS_add0_CertificateChoices() 513 CMS_CertificateChoices *cc in CMS_add0_cert() [all...] |
H A D | cms_asn1.c | 27 ASN1_CHOICE(CMS_CertificateChoices) = { 28 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509), 29 ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0), 30 ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1), 31 ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2), 32 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3) 33 } ASN1_CHOICE_END(CMS_CertificateChoices) 83 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0), 89 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
|
H A D | cms_local.h | 72 DEFINE_STACK_OF(CMS_CertificateChoices) 78 STACK_OF(CMS_CertificateChoices) *certificates; 124 STACK_OF(CMS_CertificateChoices) *certificates; 309 struct CMS_CertificateChoices { struct 486 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | cms.h | 25 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 209 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | cms.h | 36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|