/third_party/elfutils/libdw/ |
D | dwarf_getalt.c | 101 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/ |
D | find-debuginfo.c | 96 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()
|
D | dwfl_build_id_find_debuginfo.c | 53 const char *altname; in dwfl_build_id_find_debuginfo() local 55 &altname, in dwfl_build_id_find_debuginfo()
|
D | dwfl_module_getdwarf.c | 558 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/ |
D | x_x509.c | 50 GENERAL_NAMES_free(ret->altname); in x509_cb() 71 ret->altname = NULL; in x509_cb() 91 GENERAL_NAMES_free(ret->altname); in x509_cb()
|
D | v3_ncons.c | 262 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()
|
D | v3_purp.c | 565 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()
|
D | x509_vfy.c | 546 || 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/ |
D | x_x509.c | 50 GENERAL_NAMES_free(ret->altname); in x509_cb() 71 ret->altname = NULL; in x509_cb() 91 GENERAL_NAMES_free(ret->altname); in x509_cb()
|
D | v3_ncons.c | 262 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()
|
D | v3_purp.c | 565 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()
|
D | x509_vfy.c | 546 || 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/ |
D | shrpx_tls.cc | 1841 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/ |
D | README.md | 4 The test cert file for use `test/parallel/test-tls-0-dns-altname.js`
|
/third_party/node/doc/contributing/ |
D | using-internal-errors.md | 113 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/ |
D | x509.h | 178 STACK_OF(GENERAL_NAME) *altname;
|
/third_party/openssl/include/crypto/ |
D | x509.h | 192 STACK_OF(GENERAL_NAME) *altname;
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | x509.h | 192 STACK_OF(GENERAL_NAME) *altname;
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | types.rs | 293 altname: *mut c_void, 319 altname: *mut c_void,
|
/third_party/FatFs/source/ |
D | ff.h | 340 TCHAR altname[FF_SFN_BUF + 1];/* Altenative file name */ member
|
D | ff.c | 2197 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/ |
D | CHANGELOG_V7.md | 1385 ….com/nodejs/node/commit/a5a738cca7)] - **test**: refactor test-tls-0-dns-altname (Richard Karmazin…
|
D | CHANGELOG_V9.md | 884 …js/node/commit/dba5e35326)] - **test**: refactor parallel/test-tls-0-dns-altname (juggernaut451) […
|
D | CHANGELOG_V4.md | 551 ….com/nodejs/node/commit/96ca40bdd8)] - **test**: refactor test-tls-0-dns-altname (Richard Karmazin…
|
D | CHANGELOG_V8.md | 807 …js/node/commit/488e1bbe81)] - **test**: refactor parallel/test-tls-0-dns-altname (juggernaut451) […
|