Home
last modified time | relevance | path

Searched refs:othername (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c212 on = os_realloc_array(cert->othername, cert->num_othername + 1, in add_alt_name_othername()
216 cert->othername = on; in add_alt_name_othername()
892 os_free(hcert->othername[i].oid); in parse_cert_free()
893 os_free(hcert->othername); in parse_cert_free()
964 if (os_strcmp(hcert.othername[i].oid, in http_parse_x509_certificate()
966 char *name = os_zalloc(hcert.othername[i].len + 1); in http_parse_x509_certificate()
968 os_memcpy(name, hcert.othername[i].data, in http_parse_x509_certificate()
969 hcert.othername[i].len); in http_parse_x509_certificate()
977 hcert.othername[i].data, in http_parse_x509_certificate()
978 hcert.othername[i].len); in http_parse_x509_certificate()
[all …]
Dhttp-utils.h32 struct http_othername *othername; member
/external/swiftshader/third_party/LLVM/test/TableGen/
DLetInsideMultiClasses.td16 let name = "othername" in
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DLetInsideMultiClasses.td21 let name = "othername" in
/external/llvm/test/TableGen/
DLetInsideMultiClasses.td21 let name = "othername" in
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py970 othername, dummy, dummy = self.namemappers[0].findcodename('class', code)
972 self.fp.write("\n%s = %s\n"%(pname, othername))
995 othername, dummy, dummy = self.namemappers[0].findcodename('property', code)
996 if pname == othername:
999 self.fp.write("\n_Prop_%s = _Prop_%s\n"%(pname, othername))
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c2933 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb()
2937 cert->othername[i].data, in osu_cert_cb()
2938 cert->othername[i].len); in osu_cert_cb()
2946 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb()
2949 if (cert->othername[i].len < 3) in osu_cert_cb()
2951 if (os_strncasecmp((char *) cert->othername[i].data, in osu_cert_cb()
2954 if (os_strncmp((char *) cert->othername[i].data + 3, in osu_cert_cb()
2956 cert->othername[i].len - 3) == 0) { in osu_cert_cb()
/external/u-boot/doc/
DREADME.gpt237 => gpt swap host 0 name othername
/external/python/cpython3/Lib/test/
Dtest_pathlib.py2144 othername = pwdent.pw_name
2146 if othername != username and otherhome:
2149 othername = username
2154 p3 = P('~' + othername + '/Documents')
/external/python/cpython2/Doc/reference/
Dexpressions.rst19 name: `othername`
24 as for ``othername``.
/external/python/cpython3/Doc/reference/
Dexpressions.rst17 name: `othername`
20 as for ``othername``.
/external/python/cpython2/Doc/whatsnew/
D2.0.rst529 as name`` or ``from module import name as othername``. The patch was submitted
/external/python/cpython3/Doc/whatsnew/
D2.0.rst529 as name`` or ``from module import name as othername``. The patch was submitted