Symbol: CMS_CertificateChoices
crypto/libressl/crypto/cms/cms_asn1.c
120
.offset = offsetof(CMS_CertificateChoices, d.certificate),
crypto/libressl/crypto/cms/cms_asn1.c
127
.offset = offsetof(CMS_CertificateChoices, d.extendedCertificate),
crypto/libressl/crypto/cms/cms_asn1.c
134
.offset = offsetof(CMS_CertificateChoices, d.v1AttrCert),
crypto/libressl/crypto/cms/cms_asn1.c
141
.offset = offsetof(CMS_CertificateChoices, d.v2AttrCert),
crypto/libressl/crypto/cms/cms_asn1.c
148
.offset = offsetof(CMS_CertificateChoices, d.other),
crypto/libressl/crypto/cms/cms_asn1.c
156
.utype = offsetof(CMS_CertificateChoices, type),
crypto/libressl/crypto/cms/cms_asn1.c
160
.size = sizeof(CMS_CertificateChoices),
crypto/libressl/crypto/cms/cms_env.c
862
CMS_CertificateChoices *cch;
crypto/libressl/crypto/cms/cms_lcl.h
108
DECLARE_STACK_OF(CMS_CertificateChoices)
crypto/libressl/crypto/cms/cms_lcl.h
114
STACK_OF(CMS_CertificateChoices) *certificates;
crypto/libressl/crypto/cms/cms_lcl.h
159
STACK_OF(CMS_CertificateChoices) *certificates;
crypto/libressl/crypto/cms/cms_lib.c
438
static STACK_OF(CMS_CertificateChoices) **
crypto/libressl/crypto/cms/cms_lib.c
456
CMS_CertificateChoices *
crypto/libressl/crypto/cms/cms_lib.c
459
STACK_OF(CMS_CertificateChoices) **pcerts;
crypto/libressl/crypto/cms/cms_lib.c
460
CMS_CertificateChoices *cch;
crypto/libressl/crypto/cms/cms_lib.c
469
cch = (CMS_CertificateChoices *)ASN1_item_new(&CMS_CertificateChoices_it);
crypto/libressl/crypto/cms/cms_lib.c
483
CMS_CertificateChoices *cch;
crypto/libressl/crypto/cms/cms_lib.c
484
STACK_OF(CMS_CertificateChoices) **pcerts;
crypto/libressl/crypto/cms/cms_lib.c
592
CMS_CertificateChoices *cch;
crypto/libressl/crypto/cms/cms_lib.c
593
STACK_OF(CMS_CertificateChoices) **pcerts;
crypto/libressl/crypto/cms/cms_sd.c
117
CMS_CertificateChoices *cch;
crypto/libressl/crypto/cms/cms_sd.c
539
CMS_CertificateChoices *cch;
crypto/libressl/crypto/cms/cms_sd.c
540
STACK_OF(CMS_CertificateChoices) *certs;
crypto/libressl/include/openssl/cms.h
246
CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
crypto/libressl/include/openssl/cms.h
69
typedef struct CMS_CertificateChoices CMS_CertificateChoices;
crypto/libressl/include/openssl/safestack.h
446
#define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(CMS_CertificateChoices, (cmp))
crypto/libressl/include/openssl/safestack.h
447
#define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(CMS_CertificateChoices)
crypto/libressl/include/openssl/safestack.h
448
#define sk_CMS_CertificateChoices_free(st) SKM_sk_free(CMS_CertificateChoices, (st))
crypto/libressl/include/openssl/safestack.h
449
#define sk_CMS_CertificateChoices_num(st) SKM_sk_num(CMS_CertificateChoices, (st))
crypto/libressl/include/openssl/safestack.h
450
#define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(CMS_CertificateChoices, (st), (i))
crypto/libressl/include/openssl/safestack.h
451
#define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(CMS_CertificateChoices, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
452
#define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(CMS_CertificateChoices, (st))
crypto/libressl/include/openssl/safestack.h
453
#define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(CMS_CertificateChoices, (st), (val))
crypto/libressl/include/openssl/safestack.h
454
#define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(CMS_CertificateChoices, (st), (val))
crypto/libressl/include/openssl/safestack.h
455
#define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(CMS_CertificateChoices, (st), (val))
crypto/libressl/include/openssl/safestack.h
456
#define sk_CMS_CertificateChoices_find_ex(st, val) SKM_sk_find_ex(CMS_CertificateChoices, (st), (val))
crypto/libressl/include/openssl/safestack.h
457
#define sk_CMS_CertificateChoices_delete(st, i) SKM_sk_delete(CMS_CertificateChoices, (st), (i))
crypto/libressl/include/openssl/safestack.h
458
#define sk_CMS_CertificateChoices_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_CertificateChoices, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
459
#define sk_CMS_CertificateChoices_insert(st, val, i) SKM_sk_insert(CMS_CertificateChoices, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
460
#define sk_CMS_CertificateChoices_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_CertificateChoices, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
461
#define sk_CMS_CertificateChoices_dup(st) SKM_sk_dup(CMS_CertificateChoices, st)
crypto/libressl/include/openssl/safestack.h
462
#define sk_CMS_CertificateChoices_pop_free(st, free_func) SKM_sk_pop_free(CMS_CertificateChoices, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
463
#define sk_CMS_CertificateChoices_shift(st) SKM_sk_shift(CMS_CertificateChoices, (st))
crypto/libressl/include/openssl/safestack.h
464
#define sk_CMS_CertificateChoices_pop(st) SKM_sk_pop(CMS_CertificateChoices, (st))
crypto/libressl/include/openssl/safestack.h
465
#define sk_CMS_CertificateChoices_sort(st) SKM_sk_sort(CMS_CertificateChoices, (st))
crypto/libressl/include/openssl/safestack.h
466
#define sk_CMS_CertificateChoices_is_sorted(st) SKM_sk_is_sorted(CMS_CertificateChoices, (st))