Home
last modified time | relevance | path

Searched refs:altname (Results 1 – 25 of 26) sorted by relevance

12

/third_party/elfutils/libdw/
Ddwarf_getalt.c101 const char *altname; in find_debug_altlink() local
104 &altname, in find_debug_altlink()
142 char *altpath = __libdw_filepath (dbg->debugdir, NULL, altname); in find_debug_altlink()
/third_party/elfutils/libdwfl/
Dfind-debuginfo.c96 const char *altname; in validate() local
98 &altname, in validate()
416 const char *altname; in dwfl_standard_find_debuginfo() local
417 bits_len = INTUSE(dwelf_dwarf_gnu_debugaltlink) (mod->dw, &altname, in dwfl_standard_find_debuginfo()
Ddwfl_build_id_find_debuginfo.c53 const char *altname; in dwfl_build_id_find_debuginfo() local
55 &altname, in dwfl_build_id_find_debuginfo()
Ddwfl_module_getdwarf.c558 const char *altname; in find_debug_altlink() local
561 &altname, in find_debug_altlink()
570 altname, in find_debug_altlink()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx_x509.c50 GENERAL_NAMES_free(ret->altname); in x509_cb()
71 ret->altname = NULL; in x509_cb()
91 GENERAL_NAMES_free(ret->altname); in x509_cb()
Dv3_ncons.c262 sk_GENERAL_NAME_num(x->altname)) in NAME_CONSTRAINTS_check()
302 for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++) { in NAME_CONSTRAINTS_check()
303 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check()
Dv3_purp.c565 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, &i, NULL); in ossl_x509v3_cache_extensions()
566 if (x->altname == NULL && i != -1) in ossl_x509v3_cache_extensions()
Dx509_vfy.c546 || x->altname == NULL) in check_extensions()
550 && x->altname != NULL in check_extensions()
554 CB_FAIL_IF(x->altname != NULL in check_extensions()
555 && sk_GENERAL_NAME_num(x->altname) <= 0, in check_extensions()
/third_party/openssl/crypto/x509/
Dx_x509.c50 GENERAL_NAMES_free(ret->altname); in x509_cb()
71 ret->altname = NULL; in x509_cb()
91 GENERAL_NAMES_free(ret->altname); in x509_cb()
Dv3_ncons.c262 sk_GENERAL_NAME_num(x->altname)) in NAME_CONSTRAINTS_check()
302 for (i = 0; i < sk_GENERAL_NAME_num(x->altname); i++) { in NAME_CONSTRAINTS_check()
303 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check()
Dv3_purp.c565 x->altname = X509_get_ext_d2i(x, NID_subject_alt_name, &i, NULL); in ossl_x509v3_cache_extensions()
566 if (x->altname == NULL && i != -1) in ossl_x509v3_cache_extensions()
Dx509_vfy.c546 || x->altname == NULL) in check_extensions()
550 && x->altname != NULL in check_extensions()
554 CB_FAIL_IF(x->altname != NULL in check_extensions()
555 && sk_GENERAL_NAME_num(x->altname) <= 0, in check_extensions()
/third_party/nghttp2/src/
Dshrpx_tls.cc1841 auto altname = sk_GENERAL_NAME_value(altnames, i); in verify_numeric_hostname() local
1842 if (altname->type != GEN_IPADD) { in verify_numeric_hostname()
1846 auto ip_addr = altname->d.iPAddress->data; in verify_numeric_hostname()
1850 size_t ip_addrlen = altname->d.iPAddress->length; in verify_numeric_hostname()
1887 auto altname = sk_GENERAL_NAME_value(altnames, i); in verify_dns_hostname() local
1888 if (altname->type != GEN_DNS) { in verify_dns_hostname()
1892 auto name = ASN1_STRING_get0_data(altname->d.ia5); in verify_dns_hostname()
1897 auto len = ASN1_STRING_length(altname->d.ia5); in verify_dns_hostname()
2136 auto altname = sk_GENERAL_NAME_value(altnames, i); in cert_lookup_tree_add_ssl_ctx() local
2137 if (altname->type != GEN_DNS) { in cert_lookup_tree_add_ssl_ctx()
[all …]
/third_party/node/test/fixtures/0-dns/
DREADME.md4 The test cert file for use `test/parallel/test-tls-0-dns-altname.js`
/third_party/node/doc/contributing/
Dusing-internal-errors.md113 errors.message('ERR_TLS_CERT_ALTNAME_INVALID', ['altname']),
114 'Hostname/IP does not match certificate\'s altnames: altname');
/third_party/openssl/ohos_lite/include/crypto/
Dx509.h178 STACK_OF(GENERAL_NAME) *altname;
/third_party/openssl/include/crypto/
Dx509.h192 STACK_OF(GENERAL_NAME) *altname;
/third_party/node/deps/openssl/openssl/include/crypto/
Dx509.h192 STACK_OF(GENERAL_NAME) *altname;
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs293 altname: *mut c_void,
319 altname: *mut c_void,
/third_party/FatFs/source/
Dff.h340 TCHAR altname[FF_SFN_BUF + 1];/* Altenative file name */ member
Dff.c2197 if (si == 9 && di < FF_SFN_BUF) fno->altname[di++] = '.'; /* Insert a . if extension is exist */ in get_fileinfo()
2206 nw = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in API encoding */ in get_fileinfo()
2212 fno->altname[di++] = (TCHAR)wc; /* Store it without any conversion */ in get_fileinfo()
2215 fno->altname[di] = 0; /* Terminate the SFN (null string means SFN is invalid) */ in get_fileinfo()
2221 …for (si = di = 0, lcf = NS_BODY; fno->altname[si]; si++, di++) { /* Copy altname[] to fname[] with… in get_fileinfo()
2222 wc = (WCHAR)fno->altname[si]; in get_fileinfo()
2229 …if (!dp->dir[DIR_NTres]) fno->altname[0] = 0; /* Altname is not needed if neither LFN nor case inf… in get_fileinfo()
4347 …if (pattern_match(dp->pat, fno->altname, 0, FIND_RECURS)) break; /* Test for alternative name if e… in f_findnext()
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md1385 ….com/nodejs/node/commit/a5a738cca7)] - **test**: refactor test-tls-0-dns-altname (Richard Karmazin…
DCHANGELOG_V9.md884 …js/node/commit/dba5e35326)] - **test**: refactor parallel/test-tls-0-dns-altname (juggernaut451) […
DCHANGELOG_V4.md551 ….com/nodejs/node/commit/96ca40bdd8)] - **test**: refactor test-tls-0-dns-altname (Richard Karmazin…
DCHANGELOG_V8.md807 …js/node/commit/488e1bbe81)] - **test**: refactor parallel/test-tls-0-dns-altname (juggernaut451) […

12