Home
last modified time | relevance | path

Searched refs:name_type (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/regress/lib/libtls/verify/
Dverifytest.c31 int name_type; member
43 int name_type; member
179 .name_type = GEN_DNS,
184 .name_type = GEN_DNS,
196 .name_type = GEN_DNS,
201 .name_type = GEN_DNS,
213 .name_type = GEN_DNS,
218 .name_type = GEN_DNS,
230 .name_type = GEN_DNS,
235 .name_type = GEN_DNS,
[all …]
/openbsd/src/usr.sbin/tcpdump/
Dsmbutil.c237 static char *name_type_str(int name_type) in name_type_str() argument
240 switch (name_type) { in name_type_str()
442 int name_type; in fdata1() local
446 name_type = name_extract(startbuf,PTR_DIFF(buf,startbuf),maxbuf, in fdata1()
448 if (name_type < 0) in fdata1()
455 nbuf,name_type,name_type_str(name_type)); in fdata1()
458 name_type = buf[15]; in fdata1()
460 buf,name_type,name_type_str(name_type)); in fdata1()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dhp300hpux.c364 int name_type; local
367 name_type = (cache_ptr->type);
370 if ((name_type & HP_SYMTYPE_ALIGN) != 0)
373 name_type = 0;
376 if (name_type == HP_SYMTYPE_FILENAME)
380 switch (name_type & HP_SYMTYPE_TYPE)
410 if (name_type & HP_SYMTYPE_EXTERNAL)
413 if (name_type & HP_SECONDARY_SYMBOL)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dhp300hpux.c364 int name_type; local
367 name_type = (cache_ptr->type);
370 if ((name_type & HP_SYMTYPE_ALIGN) != 0)
373 name_type = 0;
376 if (name_type == HP_SYMTYPE_FILENAME)
380 switch (name_type & HP_SYMTYPE_TYPE)
410 if (name_type & HP_SYMTYPE_EXTERNAL)
413 if (name_type & HP_SECONDARY_SYMBOL)
/openbsd/src/usr.sbin/acme-client/
Drevokeproc.c160 int name_type; in revokeproc() local
165 name = GENERAL_NAME_get0_value(gen_name, &name_type); in revokeproc()
166 if (name_type != GEN_DNS) in revokeproc()
/openbsd/src/lib/libcrypto/x509/
Dx509_constraints.c767 int name_type, include_cn = is_leaf, include_email = is_leaf; in x509_constraints_extract_names() local
780 name_type = x509_constraints_general_to_bytes(name, &bytes, in x509_constraints_extract_names()
783 switch (name_type) { in x509_constraints_extract_names()
971 int name_type; in x509_constraints_validate() local
985 name_type = x509_constraints_general_to_bytes(constraint, &bytes, &len); in x509_constraints_validate()
987 switch (name_type) { in x509_constraints_validate()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Drtti.c751 tree name_type = build_cplus_array_type local
757 name_decl = build_lang_decl (VAR_DECL, name_name, name_type);
/openbsd/src/gnu/gcc/gcc/cp/
Drtti.c809 tree name_type = build_cplus_array_type in tinfo_base_init() local
819 name_decl = build_lang_decl (VAR_DECL, name_name, name_type); in tinfo_base_init()
Dparser.c11810 tree name_type = TREE_TYPE (unqualified_name); in cp_parser_direct_declarator() local
11811 if (class_type && same_type_p (name_type, class_type)) in cp_parser_direct_declarator()
11814 && CLASSTYPE_USE_TEMPLATE (name_type)) in cp_parser_direct_declarator()
11821 class_type, name_type); in cp_parser_direct_declarator()
/openbsd/src/lib/libssl/
Dssl_tlsext.c764 uint8_t name_type; in tlsext_sni_server_process() local
770 if (!CBS_get_u8(&server_name_list, &name_type)) in tlsext_sni_server_process()
778 if (name_type != TLSEXT_NAMETYPE_host_name) { in tlsext_sni_server_process()