/third_party/boost/boost/logic/ |
D | tribool_io.hpp | 265 string_type othername; in operator >>() local 267 othername = in operator >>() 270 othername = get_default_indeterminate_name<CharT>(); in operator >>() 275 string_type othername = get_default_indeterminate_name<CharT>(); in operator >>() local 284 || (othername_ok && pos < othername.size())) { in operator >>() 304 if (othername_ok && pos < othername.size()) { in operator >>() 305 if (Traits::eq(Traits::to_char_type(c), othername[pos])) in operator >>() 314 if (pos > othername.size()) othername_ok = false; in operator >>()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | http_curl.c | 212 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 …]
|
D | http-utils.h | 32 struct http_othername *othername; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | http_curl.c | 212 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 …]
|
D | http-utils.h | 32 struct http_othername *othername; member
|
/third_party/python/Lib/test/ |
D | allsans.pem | 85 …DNS:allsans, othername:<unsupported>, othername:<unsupported>, email:user@example.org, DNS:www.exa…
|
D | test_pathlib.py | 2553 othername = pwdent.pw_name 2555 if othername != username and otherhome: 2558 othername = username
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | osu_client.c | 2950 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2954 cert->othername[i].data, in osu_cert_cb() 2955 cert->othername[i].len); in osu_cert_cb() 2963 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2966 if (cert->othername[i].len < 3) in osu_cert_cb() 2968 if (os_strncasecmp((char *) cert->othername[i].data, in osu_cert_cb() 2971 if (os_strncmp((char *) cert->othername[i].data + 3, in osu_cert_cb() 2973 cert->othername[i].len - 3) == 0) { in osu_cert_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | osu_client.c | 2950 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2954 cert->othername[i].data, in osu_cert_cb() 2955 cert->othername[i].len); in osu_cert_cb() 2963 if (os_strcmp(cert->othername[i].oid, in osu_cert_cb() 2966 if (cert->othername[i].len < 3) in osu_cert_cb() 2968 if (os_strncasecmp((char *) cert->othername[i].data, in osu_cert_cb() 2971 if (os_strncmp((char *) cert->othername[i].data + 3, in osu_cert_cb() 2973 cert->othername[i].len - 3) == 0) { in osu_cert_cb()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.data | 91 …othername.crt":"cert. version \: 3\nserial number \: 4D\nissuer name \: C=UK, O=Mbed… 115 … O=Mbed TLS, CN=Mbed TLS multiple othername SAN\nsubject name \: C=UK, O=Mbed TLS, CN=Mbed TL… 175 x509_parse_san:"data_files/server5-othername.crt":"type \: 0\notherName \: hardware module name \: …
|
/third_party/mbedtls/tests/data_files/ |
D | Makefile | 276 server5-othername.crt: server5.key
|
/third_party/python/Doc/reference/ |
D | expressions.rst | 17 name: `othername` 20 as for ``othername``.
|
/third_party/python/Doc/whatsnew/ |
D | 2.0.rst | 529 as name`` or ``from module import name as othername``. The patch was submitted
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 3010 X509V3_R_OTHERNAME_ERROR:147:othername error
|