Symbol: GENERAL_NAMES
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2320
GENERAL_NAMES *ialt = NULL;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
141
static GENERAL_NAMES *
crypto/krb5/src/plugins/tls/k5tls/openssl.c
174
GENERAL_NAMES *sans;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
233
GENERAL_NAMES *sans;
crypto/openssl/apps/cms.c
1432
static void gnames_stack_print(STACK_OF(GENERAL_NAMES) *gns)
crypto/openssl/apps/cms.c
1456
STACK_OF(GENERAL_NAMES) *rto, *rlist;
crypto/openssl/apps/cms.c
1496
static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns)
crypto/openssl/apps/cms.c
1499
STACK_OF(GENERAL_NAMES) *ret;
crypto/openssl/apps/cms.c
1500
GENERAL_NAMES *gens = NULL;
crypto/openssl/apps/cms.c
1533
STACK_OF(GENERAL_NAMES) *rct_to = NULL, *rct_from = NULL;
crypto/openssl/apps/lib/apps.c
2425
GENERAL_NAMES *gens;
crypto/openssl/apps/lib/cmp_mock_srv.c
464
GENERAL_NAMES *issuer = NULL;
crypto/openssl/crypto/asn1/asn1_item_list.h
74
ASN1_ITEM_ref(GENERAL_NAMES),
crypto/openssl/crypto/cmp/cmp_asn.c
160
ASN1_EXP(OSSL_CMP_CRLSOURCE, value.issuer, GENERAL_NAMES, 1),
crypto/openssl/crypto/cmp/cmp_asn.c
616
const GENERAL_NAMES *issuer,
crypto/openssl/crypto/cmp/cmp_asn.c
657
static GENERAL_NAMES *gennames_new(const X509_NAME *nm)
crypto/openssl/crypto/cmp/cmp_asn.c
659
GENERAL_NAMES *names;
crypto/openssl/crypto/cmp/cmp_asn.c
672
static int gennames_allowed(GENERAL_NAMES *names, int only_DN)
crypto/openssl/crypto/cmp/cmp_asn.c
689
GENERAL_NAMES *issuers = NULL;
crypto/openssl/crypto/cmp/cmp_asn.c
690
const GENERAL_NAMES *CRLissuer = NULL;
crypto/openssl/crypto/cmp/cmp_asn.c
756
DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
crypto/openssl/crypto/cmp/cmp_local.h
227
GENERAL_NAMES *issuer;
crypto/openssl/crypto/cms/cms_asn1.c
348
ASN1_IMP_SEQUENCE_OF(CMS_ReceiptsFrom, d.receiptList, GENERAL_NAMES, 1)
crypto/openssl/crypto/cms/cms_asn1.c
352
= { ASN1_SIMPLE(CMS_ReceiptRequest, signedContentIdentifier, ASN1_OCTET_STRING), ASN1_SIMPLE(CMS_ReceiptRequest, receiptsFrom, CMS_ReceiptsFrom), ASN1_SEQUENCE_OF(CMS_ReceiptRequest, receiptsTo, GENERAL_NAMES) } ASN1_SEQUENCE_END(CMS_ReceiptRequest)
crypto/openssl/crypto/cms/cms_ess.c
118
STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo,
crypto/openssl/crypto/cms/cms_ess.c
161
STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo)
crypto/openssl/crypto/cms/cms_ess.c
195
STACK_OF(GENERAL_NAMES) **plist,
crypto/openssl/crypto/cms/cms_ess.c
196
STACK_OF(GENERAL_NAMES) **prto)
crypto/openssl/crypto/cms/cms_local.h
350
STACK_OF(GENERAL_NAMES) *receiptsTo;
crypto/openssl/crypto/cms/cms_local.h
357
STACK_OF(GENERAL_NAMES) *receiptList;
crypto/openssl/crypto/x509/t_acert.c
131
const GENERAL_NAMES *holderEntities;
crypto/openssl/crypto/x509/v3_akid.c
105
GENERAL_NAMES *gens = NULL;
crypto/openssl/crypto/x509/v3_attrdesc.c
21
ASN1_SIMPLE(OSSL_INFO_SYNTAX_POINTER, name, GENERAL_NAMES),
crypto/openssl/crypto/x509/v3_crld.c
246
GENERAL_NAMES *gens = NULL;
crypto/openssl/crypto/x509/v3_crld.c
614
GENERAL_NAMES *gens = NULL;
crypto/openssl/crypto/x509/v3_genn.c
48
ASN1_ITEM_TEMPLATE(GENERAL_NAMES) = ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, GeneralNames, GENERAL_NAME)
crypto/openssl/crypto/x509/v3_genn.c
49
ASN1_ITEM_TEMPLATE_END(GENERAL_NAMES)
crypto/openssl/crypto/x509/v3_genn.c
51
IMPLEMENT_ASN1_FUNCTIONS(GENERAL_NAMES)
crypto/openssl/crypto/x509/v3_purp.c
1058
GENERAL_NAMES *gens = akid->issuer;
crypto/openssl/crypto/x509/v3_purp.c
1115
const GENERAL_NAMES *X509_get0_authority_issuer(X509 *x)
crypto/openssl/crypto/x509/v3_san.c
18
static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_san.c
21
static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_san.c
24
static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
crypto/openssl/crypto/x509/v3_san.c
25
static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
crypto/openssl/crypto/x509/v3_san.c
30
{ NID_subject_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
crypto/openssl/crypto/x509/v3_san.c
301
static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_san.c
306
GENERAL_NAMES *gens = sk_GENERAL_NAME_new_reserve(NULL, num);
crypto/openssl/crypto/x509/v3_san.c
336
static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens)
crypto/openssl/crypto/x509/v3_san.c
338
GENERAL_NAMES *ialt = NULL;
crypto/openssl/crypto/x509/v3_san.c
37
{ NID_issuer_alt_name, 0, ASN1_ITEM_ref(GENERAL_NAMES),
crypto/openssl/crypto/x509/v3_san.c
377
static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_san.c
381
GENERAL_NAMES *gens;
crypto/openssl/crypto/x509/v3_san.c
419
static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p)
crypto/openssl/crypto/x509/v3_san.c
44
{ NID_certificate_issuer, 0, ASN1_ITEM_ref(GENERAL_NAMES),
crypto/openssl/crypto/x509/v3_san.c
470
GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
crypto/openssl/crypto/x509/v3_san.c
474
GENERAL_NAMES *gens;
crypto/openssl/crypto/x509/v3_san.c
52
GENERAL_NAMES *gens,
crypto/openssl/crypto/x509/v3_utl.c
1420
int OSSL_GENERAL_NAMES_print(BIO *out, GENERAL_NAMES *gens, int indent)
crypto/openssl/crypto/x509/v3_utl.c
28
GENERAL_NAMES *gens);
crypto/openssl/crypto/x509/v3_utl.c
450
GENERAL_NAMES *gens;
crypto/openssl/crypto/x509/v3_utl.c
483
GENERAL_NAMES *gens;
crypto/openssl/crypto/x509/v3_utl.c
496
GENERAL_NAMES *gens)
crypto/openssl/crypto/x509/v3_utl.c
871
GENERAL_NAMES *gens = NULL;
crypto/openssl/crypto/x509/x509_acert.c
141
const GENERAL_NAMES *X509_ACERT_get0_holder_entityName(const X509_ACERT *x)
crypto/openssl/crypto/x509/x509_acert.c
79
static X509_NAME *get_dirName(const GENERAL_NAMES *names)
crypto/openssl/crypto/x509/x509_vfy.c
1531
GENERAL_NAMES *gens = NULL;
crypto/openssl/crypto/x509/x509_vfy.c
755
GENERAL_NAMES *gs = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL);
crypto/openssl/crypto/x509/x509aset.c
124
void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *names)
crypto/openssl/crypto/x509/x509aset.c
37
static int replace_dirName(GENERAL_NAMES **names, const X509_NAME *dirName)
crypto/openssl/crypto/x509/x_crl.c
85
GENERAL_NAMES *gens, *gtmp;
crypto/openssl/crypto/x509/x_ietfatt.c
105
const GENERAL_NAMES *
crypto/openssl/crypto/x509/x_ietfatt.c
112
GENERAL_NAMES *names)
crypto/openssl/crypto/x509/x_ietfatt.c
40
GENERAL_NAMES *policyAuthority;
crypto/openssl/fuzz/asn1.c
105
ASN1_ITEM_ref(GENERAL_NAMES),
crypto/openssl/include/crypto/x509.h
118
STACK_OF(GENERAL_NAMES) *issuers;
crypto/openssl/include/openssl/cmp.h
459
const GENERAL_NAMES *issuer,
crypto/openssl/include/openssl/cmp.h
462
DIST_POINT_NAME **dpn, GENERAL_NAMES **issuer,
crypto/openssl/include/openssl/cms.h
460
STACK_OF(GENERAL_NAMES) *receiptList,
crypto/openssl/include/openssl/cms.h
461
STACK_OF(GENERAL_NAMES) *receiptsTo);
crypto/openssl/include/openssl/cms.h
464
STACK_OF(GENERAL_NAMES) *receiptList,
crypto/openssl/include/openssl/cms.h
465
STACK_OF(GENERAL_NAMES) *receiptsTo,
crypto/openssl/include/openssl/cms.h
472
STACK_OF(GENERAL_NAMES) **plist,
crypto/openssl/include/openssl/cms.h
473
STACK_OF(GENERAL_NAMES) **prto);
crypto/openssl/include/openssl/x509_acert.h
171
const GENERAL_NAMES *
crypto/openssl/include/openssl/x509_acert.h
174
GENERAL_NAMES *names);
crypto/openssl/include/openssl/x509_acert.h
55
const GENERAL_NAMES *X509_ACERT_get0_holder_entityName(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
90
void X509_ACERT_set0_holder_entityName(X509_ACERT *x, GENERAL_NAMES *name);
crypto/openssl/include/openssl/x509v3.h
1025
const GENERAL_NAMES *X509_get0_authority_issuer(X509 *x);
crypto/openssl/include/openssl/x509v3.h
1495
int OSSL_GENERAL_NAMES_print(BIO *out, GENERAL_NAMES *gens, int indent);
crypto/openssl/include/openssl/x509v3.h
1537
GENERAL_NAMES *roleCertLocator;
crypto/openssl/include/openssl/x509v3.h
1581
GENERAL_NAMES *name;
crypto/openssl/include/openssl/x509v3.h
276
SKM_DEFINE_STACK_OF_INTERNAL(GENERAL_NAMES, GENERAL_NAMES, GENERAL_NAMES)
crypto/openssl/include/openssl/x509v3.h
278
#define sk_GENERAL_NAMES_value(sk, idx) ((GENERAL_NAMES *)OPENSSL_sk_value(ossl_check_const_GENERAL_NAMES_sk_type(sk), (idx)))
crypto/openssl/include/openssl/x509v3.h
279
#define sk_GENERAL_NAMES_new(cmp) ((STACK_OF(GENERAL_NAMES) *)OPENSSL_sk_new(ossl_check_GENERAL_NAMES_compfunc_type(cmp)))
crypto/openssl/include/openssl/x509v3.h
280
#define sk_GENERAL_NAMES_new_null() ((STACK_OF(GENERAL_NAMES) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/x509v3.h
281
#define sk_GENERAL_NAMES_new_reserve(cmp, n) ((STACK_OF(GENERAL_NAMES) *)OPENSSL_sk_new_reserve(ossl_check_GENERAL_NAMES_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/x509v3.h
285
#define sk_GENERAL_NAMES_delete(sk, i) ((GENERAL_NAMES *)OPENSSL_sk_delete(ossl_check_GENERAL_NAMES_sk_type(sk), (i)))
crypto/openssl/include/openssl/x509v3.h
286
#define sk_GENERAL_NAMES_delete_ptr(sk, ptr) ((GENERAL_NAMES *)OPENSSL_sk_delete_ptr(ossl_check_GENERAL_NAMES_sk_type(sk), ossl_check_GENERAL_NAMES_type(ptr)))
crypto/openssl/include/openssl/x509v3.h
289
#define sk_GENERAL_NAMES_pop(sk) ((GENERAL_NAMES *)OPENSSL_sk_pop(ossl_check_GENERAL_NAMES_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
290
#define sk_GENERAL_NAMES_shift(sk) ((GENERAL_NAMES *)OPENSSL_sk_shift(ossl_check_GENERAL_NAMES_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
293
#define sk_GENERAL_NAMES_set(sk, idx, ptr) ((GENERAL_NAMES *)OPENSSL_sk_set(ossl_check_GENERAL_NAMES_sk_type(sk), (idx), ossl_check_GENERAL_NAMES_type(ptr)))
crypto/openssl/include/openssl/x509v3.h
299
#define sk_GENERAL_NAMES_dup(sk) ((STACK_OF(GENERAL_NAMES) *)OPENSSL_sk_dup(ossl_check_const_GENERAL_NAMES_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
300
#define sk_GENERAL_NAMES_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(GENERAL_NAMES) *)OPENSSL_sk_deep_copy(ossl_check_const_GENERAL_NAMES_sk_type(sk), ossl_check_GENERAL_NAMES_copyfunc_type(copyfunc), ossl_check_GENERAL_NAMES_freefunc_type(freefunc)))
crypto/openssl/include/openssl/x509v3.h
308
GENERAL_NAMES *fullname;
crypto/openssl/include/openssl/x509v3.h
333
GENERAL_NAMES *CRLissuer;
crypto/openssl/include/openssl/x509v3.h
371
GENERAL_NAMES *issuer;
crypto/openssl/include/openssl/x509v3.h
847
DECLARE_ASN1_FUNCTIONS(GENERAL_NAMES)
crypto/openssl/include/openssl/x509v3.h
850
GENERAL_NAMES *gen,
crypto/openssl/include/openssl/x509v3.h
852
GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
crypto/openssl/test/v3nametest.c
127
GENERAL_NAMES *gens = NULL;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
903
GENERAL_NAMES *genlist;