Symbol: GENERAL_NAME
crypto/libressl/apps/openssl/cms.c
1832
STACK_OF(GENERAL_NAME) *gens;
crypto/libressl/apps/openssl/cms.c
1833
GENERAL_NAME *gen;
crypto/libressl/apps/openssl/cms.c
1905
GENERAL_NAME *gen = NULL;
crypto/libressl/crypto/asn1/x_crl.c
598
GENERAL_NAME *gen = sk_GENERAL_NAME_value(rev->issuer, i);
crypto/libressl/crypto/ocsp/ocsp_cl.c
107
GENERAL_NAME *gen;
crypto/libressl/crypto/ocsp/ocsp_local.h
99
GENERAL_NAME *requestorName;
crypto/libressl/crypto/ocsp/ocsp_vfy.c
386
GENERAL_NAME *gen;
crypto/libressl/crypto/ts/ts_local.h
138
GENERAL_NAME *tsa;
crypto/libressl/crypto/ts/ts_local.h
183
STACK_OF(GENERAL_NAME) *issuer;
crypto/libressl/crypto/ts/ts_local.h
292
GENERAL_NAME *tsa_name;
crypto/libressl/crypto/ts/ts_rsp_print.c
206
GENERAL_NAME *tsa_name;
crypto/libressl/crypto/ts/ts_rsp_sign.c
616
GENERAL_NAME *tsa_name = NULL;
crypto/libressl/crypto/ts/ts_rsp_sign.c
860
GENERAL_NAME *name = NULL;
crypto/libressl/crypto/ts/ts_rsp_utils.c
378
TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa)
crypto/libressl/crypto/ts/ts_rsp_utils.c
380
GENERAL_NAME *new_tsa;
crypto/libressl/crypto/ts/ts_rsp_utils.c
394
GENERAL_NAME *
crypto/libressl/crypto/ts/ts_rsp_verify.c
444
GENERAL_NAME *issuer;
crypto/libressl/crypto/ts/ts_rsp_verify.c
523
GENERAL_NAME *tsa_name = TS_TST_INFO_get_tsa(tst_info);
crypto/libressl/crypto/ts/ts_rsp_verify.c
802
TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer)
crypto/libressl/crypto/ts/ts_rsp_verify.c
804
STACK_OF(GENERAL_NAME) *gen_names = NULL;
crypto/libressl/crypto/ts/ts_rsp_verify.c
835
TS_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name)
crypto/libressl/crypto/ts/ts_rsp_verify.c
840
GENERAL_NAME *current = sk_GENERAL_NAME_value(gen_names, i);
crypto/libressl/crypto/ts/ts_rsp_verify.c
93
static int TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer);
crypto/libressl/crypto/ts/ts_rsp_verify.c
94
static int TS_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name);
crypto/libressl/crypto/x509/x509_akey.c
157
STACK_OF(GENERAL_NAME) *gens = NULL;
crypto/libressl/crypto/x509/x509_akey.c
158
GENERAL_NAME *gen = NULL;
crypto/libressl/crypto/x509/x509_alt.c
133
GENERAL_NAME *gen;
crypto/libressl/crypto/x509/x509_alt.c
157
i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,
crypto/libressl/crypto/x509/x509_alt.c
249
GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen)
crypto/libressl/crypto/x509/x509_alt.c
333
GENERAL_NAME *gen;
crypto/libressl/crypto/x509/x509_alt.c
355
GENERAL_NAME *gen;
crypto/libressl/crypto/x509/x509_alt.c
413
GENERAL_NAME *gen;
crypto/libressl/crypto/x509/x509_alt.c
439
GENERAL_NAME *gen = NULL;
crypto/libressl/crypto/x509/x509_alt.c
491
GENERAL_NAME *gen;
crypto/libressl/crypto/x509/x509_alt.c
516
GENERAL_NAME *
crypto/libressl/crypto/x509/x509_alt.c
523
GENERAL_NAME *
crypto/libressl/crypto/x509/x509_alt.c
524
a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_alt.c
528
GENERAL_NAME *gen = NULL;
crypto/libressl/crypto/x509/x509_alt.c
613
GENERAL_NAME *
crypto/libressl/crypto/x509/x509_alt.c
614
v2i_GENERAL_NAME_ex(GENERAL_NAME *out, const X509V3_EXT_METHOD *method,
crypto/libressl/crypto/x509/x509_alt.c
619
GENERAL_NAME *ret;
crypto/libressl/crypto/x509/x509_alt.c
715
do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx)
crypto/libressl/crypto/x509/x509_alt.c
74
static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
crypto/libressl/crypto/x509/x509_alt.c
744
do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx)
crypto/libressl/crypto/x509/x509_alt.c
75
static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
crypto/libressl/crypto/x509/x509_constraints.c
667
x509_constraints_general_to_bytes(GENERAL_NAME *name, uint8_t **bytes,
crypto/libressl/crypto/x509/x509_constraints.c
729
GENERAL_NAME *name;
crypto/libressl/crypto/x509/x509_constraints.c
923
x509_constraints_validate(GENERAL_NAME *constraint,
crypto/libressl/crypto/x509/x509_crld.c
109
static STACK_OF(GENERAL_NAME) *
crypto/libressl/crypto/x509/x509_crld.c
113
STACK_OF(GENERAL_NAME) *gens;
crypto/libressl/crypto/x509/x509_crld.c
134
STACK_OF(GENERAL_NAME) *fnm = NULL;
crypto/libressl/crypto/x509/x509_crld.c
313
GENERAL_NAME *gen = NULL;
crypto/libressl/crypto/x509/x509_crld.c
705
print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
crypto/libressl/crypto/x509/x509_genn.c
178
.offset = offsetof(GENERAL_NAME, d.otherName),
crypto/libressl/crypto/x509/x509_genn.c
185
.offset = offsetof(GENERAL_NAME, d.rfc822Name),
crypto/libressl/crypto/x509/x509_genn.c
192
.offset = offsetof(GENERAL_NAME, d.dNSName),
crypto/libressl/crypto/x509/x509_genn.c
200
.offset = offsetof(GENERAL_NAME, d.x400Address),
crypto/libressl/crypto/x509/x509_genn.c
208
.offset = offsetof(GENERAL_NAME, d.directoryName),
crypto/libressl/crypto/x509/x509_genn.c
215
.offset = offsetof(GENERAL_NAME, d.ediPartyName),
crypto/libressl/crypto/x509/x509_genn.c
222
.offset = offsetof(GENERAL_NAME, d.uniformResourceIdentifier),
crypto/libressl/crypto/x509/x509_genn.c
229
.offset = offsetof(GENERAL_NAME, d.iPAddress),
crypto/libressl/crypto/x509/x509_genn.c
236
.offset = offsetof(GENERAL_NAME, d.registeredID),
crypto/libressl/crypto/x509/x509_genn.c
244
.utype = offsetof(GENERAL_NAME, type),
crypto/libressl/crypto/x509/x509_genn.c
248
.size = sizeof(GENERAL_NAME),
crypto/libressl/crypto/x509/x509_genn.c
253
GENERAL_NAME *
crypto/libressl/crypto/x509/x509_genn.c
254
d2i_GENERAL_NAME(GENERAL_NAME **a, const unsigned char **in, long len)
crypto/libressl/crypto/x509/x509_genn.c
256
return (GENERAL_NAME *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/x509/x509_genn.c
261
i2d_GENERAL_NAME(GENERAL_NAME *a, unsigned char **out)
crypto/libressl/crypto/x509/x509_genn.c
266
GENERAL_NAME *
crypto/libressl/crypto/x509/x509_genn.c
269
return (GENERAL_NAME *)ASN1_item_new(&GENERAL_NAME_it);
crypto/libressl/crypto/x509/x509_genn.c
273
GENERAL_NAME_free(GENERAL_NAME *a)
crypto/libressl/crypto/x509/x509_genn.c
322
GENERAL_NAME *
crypto/libressl/crypto/x509/x509_genn.c
323
GENERAL_NAME_dup(GENERAL_NAME *a)
crypto/libressl/crypto/x509/x509_genn.c
361
GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b)
crypto/libressl/crypto/x509/x509_genn.c
418
GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value)
crypto/libressl/crypto/x509/x509_genn.c
455
GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype)
crypto/libressl/crypto/x509/x509_genn.c
489
GENERAL_NAME_set0_othername(GENERAL_NAME *gen, ASN1_OBJECT *oid,
crypto/libressl/crypto/x509/x509_genn.c
504
GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, ASN1_OBJECT **poid,
crypto/libressl/crypto/x509/x509_internal.h
111
int x509_constraints_general_to_bytes(GENERAL_NAME *name, uint8_t **bytes,
crypto/libressl/crypto/x509/x509_internal.h
130
int x509_constraints_validate(GENERAL_NAME *constraint,
crypto/libressl/crypto/x509/x509_lcl.h
177
STACK_OF(GENERAL_NAME) *altname;
crypto/libressl/crypto/x509/x509_lcl.h
194
STACK_OF(GENERAL_NAME) *issuer;
crypto/libressl/crypto/x509/x509_ncons.c
312
GENERAL_NAME gntmp;
crypto/libressl/crypto/x509/x509_ncons.c
345
GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i);
crypto/libressl/crypto/x509/x509_ncons.c
353
nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
crypto/libressl/crypto/x509/x509_ncons.c
404
nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base)
crypto/libressl/crypto/x509/x509_ncons.c
77
static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
crypto/libressl/crypto/x509/x509_ncons.c
78
static int nc_match_single(GENERAL_NAME *sub, GENERAL_NAME *gen);
crypto/libressl/crypto/x509/x509_purp.c
411
GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
crypto/libressl/crypto/x509/x509_purp.c
935
GENERAL_NAME *gen;
crypto/libressl/crypto/x509/x509_utl.c
1009
GENERAL_NAME *gen;
crypto/libressl/crypto/x509/x509_utl.c
606
GENERAL_NAME *gen;
crypto/libressl/crypto/x509/x509_vfy.c
1492
GENERAL_NAME *gena, *genb;
crypto/libressl/crypto/x509/x509_vfy.c
1556
GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
crypto/libressl/include/openssl/safestack.h
888
#define sk_GENERAL_NAME_new(cmp) SKM_sk_new(GENERAL_NAME, (cmp))
crypto/libressl/include/openssl/safestack.h
889
#define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME)
crypto/libressl/include/openssl/safestack.h
890
#define sk_GENERAL_NAME_free(st) SKM_sk_free(GENERAL_NAME, (st))
crypto/libressl/include/openssl/safestack.h
891
#define sk_GENERAL_NAME_num(st) SKM_sk_num(GENERAL_NAME, (st))
crypto/libressl/include/openssl/safestack.h
892
#define sk_GENERAL_NAME_value(st, i) SKM_sk_value(GENERAL_NAME, (st), (i))
crypto/libressl/include/openssl/safestack.h
893
#define sk_GENERAL_NAME_set(st, i, val) SKM_sk_set(GENERAL_NAME, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
894
#define sk_GENERAL_NAME_zero(st) SKM_sk_zero(GENERAL_NAME, (st))
crypto/libressl/include/openssl/safestack.h
895
#define sk_GENERAL_NAME_push(st, val) SKM_sk_push(GENERAL_NAME, (st), (val))
crypto/libressl/include/openssl/safestack.h
896
#define sk_GENERAL_NAME_unshift(st, val) SKM_sk_unshift(GENERAL_NAME, (st), (val))
crypto/libressl/include/openssl/safestack.h
897
#define sk_GENERAL_NAME_find(st, val) SKM_sk_find(GENERAL_NAME, (st), (val))
crypto/libressl/include/openssl/safestack.h
898
#define sk_GENERAL_NAME_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAME, (st), (val))
crypto/libressl/include/openssl/safestack.h
899
#define sk_GENERAL_NAME_delete(st, i) SKM_sk_delete(GENERAL_NAME, (st), (i))
crypto/libressl/include/openssl/safestack.h
900
#define sk_GENERAL_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAME, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
901
#define sk_GENERAL_NAME_insert(st, val, i) SKM_sk_insert(GENERAL_NAME, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
902
#define sk_GENERAL_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAME, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
903
#define sk_GENERAL_NAME_dup(st) SKM_sk_dup(GENERAL_NAME, st)
crypto/libressl/include/openssl/safestack.h
904
#define sk_GENERAL_NAME_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAME, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
905
#define sk_GENERAL_NAME_shift(st) SKM_sk_shift(GENERAL_NAME, (st))
crypto/libressl/include/openssl/safestack.h
906
#define sk_GENERAL_NAME_pop(st) SKM_sk_pop(GENERAL_NAME, (st))
crypto/libressl/include/openssl/safestack.h
907
#define sk_GENERAL_NAME_sort(st) SKM_sk_sort(GENERAL_NAME, (st))
crypto/libressl/include/openssl/safestack.h
908
#define sk_GENERAL_NAME_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAME, (st))
crypto/libressl/include/openssl/ts.h
306
int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
crypto/libressl/include/openssl/ts.h
307
GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a);
crypto/libressl/include/openssl/x509v3.h
211
GENERAL_NAME *location;
crypto/libressl/include/openssl/x509v3.h
218
DECLARE_STACK_OF(GENERAL_NAME)
crypto/libressl/include/openssl/x509v3.h
220
typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
crypto/libressl/include/openssl/x509v3.h
320
GENERAL_NAME *base;
crypto/libressl/include/openssl/x509v3.h
552
GENERAL_NAME *GENERAL_NAME_new(void);
crypto/libressl/include/openssl/x509v3.h
553
void GENERAL_NAME_free(GENERAL_NAME *a);
crypto/libressl/include/openssl/x509v3.h
554
GENERAL_NAME *d2i_GENERAL_NAME(GENERAL_NAME **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/x509v3.h
555
int i2d_GENERAL_NAME(GENERAL_NAME *a, unsigned char **out);
crypto/libressl/include/openssl/x509v3.h
557
GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a);
crypto/libressl/include/openssl/x509v3.h
558
int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
crypto/libressl/include/openssl/x509v3.h
568
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret);
crypto/libressl/include/openssl/x509v3.h
569
int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
crypto/libressl/include/openssl/x509v3.h
593
void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
crypto/libressl/include/openssl/x509v3.h
594
void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype);
crypto/libressl/include/openssl/x509v3.h
595
int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
crypto/libressl/include/openssl/x509v3.h
597
int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen,
crypto/libressl/include/openssl/x509v3.h
691
GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
crypto/libressl/include/openssl/x509v3.h
696
GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
crypto/libressl/include/openssl/x509v3.h
698
GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,
crypto/libressl/tls/tls_verify.c
118
GENERAL_NAME *altname;
crypto/libressl/tls/tls_verify.c
91
STACK_OF(GENERAL_NAME) *altname_stack = NULL;
lib/libfetch/common.c
1028
STACK_OF(GENERAL_NAME) *altnames;
lib/libfetch/common.c
944
fetch_ssl_verify_altname(STACK_OF(GENERAL_NAME) *altnames,
lib/libfetch/common.c
947
const GENERAL_NAME *name;
lib/libfetch/common.c
962
name = (GENERAL_NAME *)SKM_sk_value(void, altnames, i);