OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMS_CertificateChoices
(Results
1 - 8
of
8
) sorted by null
/external/openssl/crypto/cms/
cms_lib.c
66
DECLARE_ASN1_ITEM(
CMS_CertificateChoices
)
68
DECLARE_STACK_OF(
CMS_CertificateChoices
)
419
static STACK_OF(
CMS_CertificateChoices
) **cms_get0_certificate_choices(CMS_ContentInfo *cms)
438
CMS_CertificateChoices
*CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
440
STACK_OF(
CMS_CertificateChoices
) **pcerts;
441
CMS_CertificateChoices
*cch;
449
cch = M_ASN1_new_of(
CMS_CertificateChoices
);
454
M_ASN1_free_of(cch,
CMS_CertificateChoices
);
462
CMS_CertificateChoices
*cch;
463
STACK_OF(
CMS_CertificateChoices
) **pcerts
[
all
...]
cms_asn1.c
71
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),
cms_lcl.h
118
STACK_OF(
CMS_CertificateChoices
) *certificates;
165
STACK_OF(
CMS_CertificateChoices
) *certificates;
343
struct
CMS_CertificateChoices
cms.h
71
typedef struct
CMS_CertificateChoices
CMS_CertificateChoices
;
244
CMS_CertificateChoices
*CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
cms_sd.c
113
CMS_CertificateChoices
*cch;
560
CMS_CertificateChoices
*cch;
561
STACK_OF(
CMS_CertificateChoices
) *certs;
/external/openssl/include/openssl/
cms.h
71
typedef struct
CMS_CertificateChoices
CMS_CertificateChoices
;
244
CMS_CertificateChoices
*CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
safestack.h
476
#define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(
CMS_CertificateChoices
, (cmp))
477
#define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(
CMS_CertificateChoices
)
478
#define sk_CMS_CertificateChoices_free(st) SKM_sk_free(
CMS_CertificateChoices
, (st))
479
#define sk_CMS_CertificateChoices_num(st) SKM_sk_num(
CMS_CertificateChoices
, (st))
480
#define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(
CMS_CertificateChoices
, (st), (i))
481
#define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(
CMS_CertificateChoices
, (st), (i), (val))
482
#define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(
CMS_CertificateChoices
, (st))
483
#define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(
CMS_CertificateChoices
, (st), (val))
484
#define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(
CMS_CertificateChoices
, (st), (val))
485
#define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(
CMS_CertificateChoices
, (st), (val)
[
all
...]
/external/openssl/crypto/stack/
safestack.h
476
#define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(
CMS_CertificateChoices
, (cmp))
477
#define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(
CMS_CertificateChoices
)
478
#define sk_CMS_CertificateChoices_free(st) SKM_sk_free(
CMS_CertificateChoices
, (st))
479
#define sk_CMS_CertificateChoices_num(st) SKM_sk_num(
CMS_CertificateChoices
, (st))
480
#define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(
CMS_CertificateChoices
, (st), (i))
481
#define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(
CMS_CertificateChoices
, (st), (i), (val))
482
#define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(
CMS_CertificateChoices
, (st))
483
#define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(
CMS_CertificateChoices
, (st), (val))
484
#define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(
CMS_CertificateChoices
, (st), (val))
485
#define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(
CMS_CertificateChoices
, (st), (val)
[
all
...]
Completed in 178 milliseconds