Symbol: GENERAL_NAME
lib/libcrypto/asn1/x_crl.c
577
GENERAL_NAME *gen = sk_GENERAL_NAME_value(rev->issuer, i);
lib/libcrypto/ocsp/ocsp_cl.c
110
GENERAL_NAME *gen;
lib/libcrypto/ocsp/ocsp_local.h
99
GENERAL_NAME *requestorName;
lib/libcrypto/ocsp/ocsp_vfy.c
393
GENERAL_NAME *gen;
lib/libcrypto/stack/safestack.h
733
#define sk_GENERAL_NAME_new(cmp) SKM_sk_new(GENERAL_NAME, (cmp))
lib/libcrypto/stack/safestack.h
734
#define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME)
lib/libcrypto/stack/safestack.h
735
#define sk_GENERAL_NAME_free(st) SKM_sk_free(GENERAL_NAME, (st))
lib/libcrypto/stack/safestack.h
736
#define sk_GENERAL_NAME_num(st) SKM_sk_num(GENERAL_NAME, (st))
lib/libcrypto/stack/safestack.h
737
#define sk_GENERAL_NAME_value(st, i) SKM_sk_value(GENERAL_NAME, (st), (i))
lib/libcrypto/stack/safestack.h
738
#define sk_GENERAL_NAME_set(st, i, val) SKM_sk_set(GENERAL_NAME, (st), (i), (val))
lib/libcrypto/stack/safestack.h
739
#define sk_GENERAL_NAME_zero(st) SKM_sk_zero(GENERAL_NAME, (st))
lib/libcrypto/stack/safestack.h
740
#define sk_GENERAL_NAME_push(st, val) SKM_sk_push(GENERAL_NAME, (st), (val))
lib/libcrypto/stack/safestack.h
741
#define sk_GENERAL_NAME_unshift(st, val) SKM_sk_unshift(GENERAL_NAME, (st), (val))
lib/libcrypto/stack/safestack.h
742
#define sk_GENERAL_NAME_find(st, val) SKM_sk_find(GENERAL_NAME, (st), (val))
lib/libcrypto/stack/safestack.h
743
#define sk_GENERAL_NAME_delete(st, i) SKM_sk_delete(GENERAL_NAME, (st), (i))
lib/libcrypto/stack/safestack.h
744
#define sk_GENERAL_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAME, (st), (ptr))
lib/libcrypto/stack/safestack.h
745
#define sk_GENERAL_NAME_insert(st, val, i) SKM_sk_insert(GENERAL_NAME, (st), (val), (i))
lib/libcrypto/stack/safestack.h
746
#define sk_GENERAL_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAME, (st), (cmp))
lib/libcrypto/stack/safestack.h
747
#define sk_GENERAL_NAME_dup(st) SKM_sk_dup(GENERAL_NAME, st)
lib/libcrypto/stack/safestack.h
748
#define sk_GENERAL_NAME_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAME, (st), (free_func))
lib/libcrypto/stack/safestack.h
749
#define sk_GENERAL_NAME_shift(st) SKM_sk_shift(GENERAL_NAME, (st))
lib/libcrypto/stack/safestack.h
750
#define sk_GENERAL_NAME_pop(st) SKM_sk_pop(GENERAL_NAME, (st))
lib/libcrypto/stack/safestack.h
751
#define sk_GENERAL_NAME_sort(st) SKM_sk_sort(GENERAL_NAME, (st))
lib/libcrypto/stack/safestack.h
752
#define sk_GENERAL_NAME_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAME, (st))
lib/libcrypto/ts/ts.h
306
int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
lib/libcrypto/ts/ts.h
307
GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a);
lib/libcrypto/ts/ts_local.h
138
GENERAL_NAME *tsa;
lib/libcrypto/ts/ts_local.h
183
STACK_OF(GENERAL_NAME) *issuer;
lib/libcrypto/ts/ts_local.h
292
GENERAL_NAME *tsa_name;
lib/libcrypto/ts/ts_rsp_print.c
208
GENERAL_NAME *tsa_name;
lib/libcrypto/ts/ts_rsp_sign.c
636
GENERAL_NAME *tsa_name = NULL;
lib/libcrypto/ts/ts_rsp_sign.c
879
GENERAL_NAME *name = NULL;
lib/libcrypto/ts/ts_rsp_utils.c
409
TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa)
lib/libcrypto/ts/ts_rsp_utils.c
411
GENERAL_NAME *new_tsa;
lib/libcrypto/ts/ts_rsp_utils.c
426
GENERAL_NAME *
lib/libcrypto/ts/ts_rsp_verify.c
447
GENERAL_NAME *issuer;
lib/libcrypto/ts/ts_rsp_verify.c
528
GENERAL_NAME *tsa_name = TS_TST_INFO_get_tsa(tst_info);
lib/libcrypto/ts/ts_rsp_verify.c
807
TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer)
lib/libcrypto/ts/ts_rsp_verify.c
809
STACK_OF(GENERAL_NAME) *gen_names = NULL;
lib/libcrypto/ts/ts_rsp_verify.c
840
TS_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name)
lib/libcrypto/ts/ts_rsp_verify.c
845
GENERAL_NAME *current = sk_GENERAL_NAME_value(gen_names, i);
lib/libcrypto/ts/ts_rsp_verify.c
93
static int TS_check_signer_name(GENERAL_NAME *tsa_name, X509 *signer);
lib/libcrypto/ts/ts_rsp_verify.c
94
static int TS_find_name(STACK_OF(GENERAL_NAME) *gen_names, GENERAL_NAME *name);
lib/libcrypto/x509/x509_akey.c
165
STACK_OF(GENERAL_NAME) *gens = NULL;
lib/libcrypto/x509/x509_akey.c
166
GENERAL_NAME *gen = NULL;
lib/libcrypto/x509/x509_alt.c
151
GENERAL_NAME *gen;
lib/libcrypto/x509/x509_alt.c
176
i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,
lib/libcrypto/x509/x509_alt.c
269
GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen)
lib/libcrypto/x509/x509_alt.c
354
GENERAL_NAME *gen;
lib/libcrypto/x509/x509_alt.c
376
GENERAL_NAME *gen = NULL;
lib/libcrypto/x509/x509_alt.c
397
GENERAL_NAME *val = sk_GENERAL_NAME_value(ialt, i);
lib/libcrypto/x509/x509_alt.c
440
GENERAL_NAME *gen;
lib/libcrypto/x509/x509_alt.c
466
GENERAL_NAME *gen = NULL;
lib/libcrypto/x509/x509_alt.c
518
GENERAL_NAME *gen;
lib/libcrypto/x509/x509_alt.c
544
GENERAL_NAME *
lib/libcrypto/x509/x509_alt.c
552
GENERAL_NAME *
lib/libcrypto/x509/x509_alt.c
553
a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_alt.c
557
GENERAL_NAME *gen = NULL;
lib/libcrypto/x509/x509_alt.c
643
GENERAL_NAME *
lib/libcrypto/x509/x509_alt.c
644
v2i_GENERAL_NAME_ex(GENERAL_NAME *out, const X509V3_EXT_METHOD *method,
lib/libcrypto/x509/x509_alt.c
649
GENERAL_NAME *ret;
lib/libcrypto/x509/x509_alt.c
74
static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
lib/libcrypto/x509/x509_alt.c
748
do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx)
lib/libcrypto/x509/x509_alt.c
75
static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
lib/libcrypto/x509/x509_alt.c
777
do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx)
lib/libcrypto/x509/x509_constraints.c
704
x509_constraints_general_to_bytes(GENERAL_NAME *name, uint8_t **bytes,
lib/libcrypto/x509/x509_constraints.c
765
GENERAL_NAME *name;
lib/libcrypto/x509/x509_constraints.c
964
x509_constraints_validate(GENERAL_NAME *constraint,
lib/libcrypto/x509/x509_crld.c
121
static STACK_OF(GENERAL_NAME) *
lib/libcrypto/x509/x509_crld.c
125
STACK_OF(GENERAL_NAME) *gens;
lib/libcrypto/x509/x509_crld.c
144
STACK_OF(GENERAL_NAME) *fnm = NULL;
lib/libcrypto/x509/x509_crld.c
322
GENERAL_NAME *gen = NULL;
lib/libcrypto/x509/x509_crld.c
745
print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
lib/libcrypto/x509/x509_genn.c
190
.offset = offsetof(GENERAL_NAME, d.otherName),
lib/libcrypto/x509/x509_genn.c
197
.offset = offsetof(GENERAL_NAME, d.rfc822Name),
lib/libcrypto/x509/x509_genn.c
204
.offset = offsetof(GENERAL_NAME, d.dNSName),
lib/libcrypto/x509/x509_genn.c
212
.offset = offsetof(GENERAL_NAME, d.x400Address),
lib/libcrypto/x509/x509_genn.c
220
.offset = offsetof(GENERAL_NAME, d.directoryName),
lib/libcrypto/x509/x509_genn.c
227
.offset = offsetof(GENERAL_NAME, d.ediPartyName),
lib/libcrypto/x509/x509_genn.c
234
.offset = offsetof(GENERAL_NAME, d.uniformResourceIdentifier),
lib/libcrypto/x509/x509_genn.c
241
.offset = offsetof(GENERAL_NAME, d.iPAddress),
lib/libcrypto/x509/x509_genn.c
248
.offset = offsetof(GENERAL_NAME, d.registeredID),
lib/libcrypto/x509/x509_genn.c
256
.utype = offsetof(GENERAL_NAME, type),
lib/libcrypto/x509/x509_genn.c
260
.size = sizeof(GENERAL_NAME),
lib/libcrypto/x509/x509_genn.c
266
GENERAL_NAME *
lib/libcrypto/x509/x509_genn.c
267
d2i_GENERAL_NAME(GENERAL_NAME **a, const unsigned char **in, long len)
lib/libcrypto/x509/x509_genn.c
269
return (GENERAL_NAME *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
lib/libcrypto/x509/x509_genn.c
275
i2d_GENERAL_NAME(GENERAL_NAME *a, unsigned char **out)
lib/libcrypto/x509/x509_genn.c
281
GENERAL_NAME *
lib/libcrypto/x509/x509_genn.c
284
return (GENERAL_NAME *)ASN1_item_new(&GENERAL_NAME_it);
lib/libcrypto/x509/x509_genn.c
289
GENERAL_NAME_free(GENERAL_NAME *a)
lib/libcrypto/x509/x509_genn.c
344
GENERAL_NAME *
lib/libcrypto/x509/x509_genn.c
345
GENERAL_NAME_dup(GENERAL_NAME *a)
lib/libcrypto/x509/x509_genn.c
384
GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b)
lib/libcrypto/x509/x509_genn.c
443
GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value)
lib/libcrypto/x509/x509_genn.c
481
GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype)
lib/libcrypto/x509/x509_genn.c
516
GENERAL_NAME_set0_othername(GENERAL_NAME *gen, ASN1_OBJECT *oid,
lib/libcrypto/x509/x509_genn.c
532
GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, ASN1_OBJECT **poid,
lib/libcrypto/x509/x509_internal.h
112
int x509_constraints_general_to_bytes(GENERAL_NAME *name, uint8_t **bytes,
lib/libcrypto/x509/x509_internal.h
130
int x509_constraints_validate(GENERAL_NAME *constraint,
lib/libcrypto/x509/x509_local.h
198
STACK_OF(GENERAL_NAME) *altname;
lib/libcrypto/x509/x509_local.h
213
STACK_OF(GENERAL_NAME) *issuer;
lib/libcrypto/x509/x509_ncons.c
324
GENERAL_NAME gntmp;
lib/libcrypto/x509/x509_ncons.c
357
GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i);
lib/libcrypto/x509/x509_ncons.c
366
nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
lib/libcrypto/x509/x509_ncons.c
417
nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base)
lib/libcrypto/x509/x509_ncons.c
77
static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
lib/libcrypto/x509/x509_ncons.c
78
static int nc_match_single(GENERAL_NAME *sub, GENERAL_NAME *gen);
lib/libcrypto/x509/x509_purp.c
318
GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
lib/libcrypto/x509/x509_purp.c
874
GENERAL_NAME *gen;
lib/libcrypto/x509/x509_utl.c
1102
GENERAL_NAME *gen;
lib/libcrypto/x509/x509_utl.c
698
GENERAL_NAME *gen;
lib/libcrypto/x509/x509_vfy.c
1403
GENERAL_NAME *gena, *genb;
lib/libcrypto/x509/x509_vfy.c
1467
GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i);
lib/libcrypto/x509/x509v3.h
200
GENERAL_NAME *location;
lib/libcrypto/x509/x509v3.h
207
DECLARE_STACK_OF(GENERAL_NAME)
lib/libcrypto/x509/x509v3.h
209
typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
lib/libcrypto/x509/x509v3.h
295
GENERAL_NAME *base;
lib/libcrypto/x509/x509v3.h
455
GENERAL_NAME *GENERAL_NAME_new(void);
lib/libcrypto/x509/x509v3.h
456
void GENERAL_NAME_free(GENERAL_NAME *a);
lib/libcrypto/x509/x509v3.h
457
GENERAL_NAME *d2i_GENERAL_NAME(GENERAL_NAME **a, const unsigned char **in, long len);
lib/libcrypto/x509/x509v3.h
458
int i2d_GENERAL_NAME(GENERAL_NAME *a, unsigned char **out);
lib/libcrypto/x509/x509v3.h
460
GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a);
lib/libcrypto/x509/x509v3.h
461
int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
lib/libcrypto/x509/x509v3.h
471
STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret);
lib/libcrypto/x509/x509v3.h
472
int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
lib/libcrypto/x509/x509v3.h
496
void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
lib/libcrypto/x509/x509v3.h
497
void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype);
lib/libcrypto/x509/x509v3.h
498
int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
lib/libcrypto/x509/x509v3.h
500
int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen,
lib/libcrypto/x509/x509v3.h
594
GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
lib/libcrypto/x509/x509v3.h
598
GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
lib/libcrypto/x509/x509v3.h
600
GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,
lib/libtls/tls_verify.c
125
GENERAL_NAME *altname;
lib/libtls/tls_verify.c
91
STACK_OF(GENERAL_NAME) *altname_stack = NULL;
regress/lib/libtls/verify/verifytest.c
407
alt_names_add(STACK_OF(GENERAL_NAME) *alt_name_stack, struct alt_name *alt)
regress/lib/libtls/verify/verifytest.c
410
GENERAL_NAME *alt_name;
regress/lib/libtls/verify/verifytest.c
439
STACK_OF(GENERAL_NAME) *alt_name_stack = NULL;
sbin/iked/ca.c
2025
STACK_OF(GENERAL_NAME) *stack = NULL;
sbin/iked/ca.c
2026
GENERAL_NAME *entry;
usr.bin/openssl/cms.c
1826
STACK_OF(GENERAL_NAME) *gens;
usr.bin/openssl/cms.c
1827
GENERAL_NAME *gen;
usr.bin/openssl/cms.c
1899
GENERAL_NAME *gen = NULL;
usr.sbin/acme-client/revokeproc.c
178
GENERAL_NAME *gen_name;
usr.sbin/nsd/options.c
2248
STACK_OF(GENERAL_NAME) *san_names = NULL;
usr.sbin/nsd/options.c
2261
const GENERAL_NAME *current_name = sk_GENERAL_NAME_value(san_names, i);
usr.sbin/rpki-client/cert.c
527
GENERAL_NAME *name;
usr.sbin/rpki-client/extern.h
960
int x509_location(const char *, const char *, GENERAL_NAME *,
usr.sbin/rpki-client/x509.c
326
x509_location(const char *fn, const char *descr, GENERAL_NAME *location,