/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_validate.c | 40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() argument 42 if (version2 == NULL) { in wps_validate_version2() 50 if (*version2 < 0x20) { in wps_validate_version2() 52 "value 0x%x", *version2); in wps_validate_version2() 1098 wps2 = attr.version2 != NULL; in wps_validate_beacon() 1110 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon() 1138 wps2 = attr.version2 != NULL; in wps_validate_beacon_probe_resp() 1162 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon_probe_resp() 1196 wps2 = attr.version2 != NULL; in wps_validate_probe_req() 1207 wps_validate_version2(attr.version2, wps2) || in wps_validate_probe_req() [all …]
|
D | wps_module_tests.c | 313 if (!attr.version2 || in wps_attr_parse_tests()
|
D | wps_upnp_ap.c | 61 } else if (!attr.version2) { in upnp_er_set_selected_registrar()
|
D | wps_attr_parse.h | 17 const u8 *version2; /* 1 octet */ member
|
D | wps_enrollee.c | 1014 eattr.num_cred, attr->version2 != NULL)) { in wps_process_m2() 1119 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m4() 1172 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m6() 1243 attr->version2 != NULL) < 0) { in wps_process_m8() 1254 eattr.num_cred, attr->version2 != NULL) || in wps_process_m8() 1256 attr->version2 != NULL)) { in wps_process_m8()
|
D | wps.c | 326 if (!attr.version2 && ver1_compat) { in wps_is_addr_authorized() 407 return attr.version2 != NULL; in wps_is_20()
|
D | wps_attr_parse.c | 32 attr->version2 = pos; in wps_set_vendor_ext_wfa_subelem()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_validate.c | 40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2() argument 42 if (version2 == NULL) { in wps_validate_version2() 50 if (*version2 < 0x20) { in wps_validate_version2() 52 "value 0x%x", *version2); in wps_validate_version2() 1098 wps2 = attr.version2 != NULL; in wps_validate_beacon() 1110 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon() 1138 wps2 = attr.version2 != NULL; in wps_validate_beacon_probe_resp() 1162 wps_validate_version2(attr.version2, wps2) || in wps_validate_beacon_probe_resp() 1196 wps2 = attr.version2 != NULL; in wps_validate_probe_req() 1207 wps_validate_version2(attr.version2, wps2) || in wps_validate_probe_req() [all …]
|
D | wps_module_tests.c | 313 if (!attr.version2 || in wps_attr_parse_tests()
|
D | wps_upnp_ap.c | 61 } else if (!attr.version2) { in upnp_er_set_selected_registrar()
|
D | wps_attr_parse.h | 17 const u8 *version2; /* 1 octet */ member
|
D | wps_enrollee.c | 1025 eattr.num_cred, attr->version2 != NULL)) { in wps_process_m2() 1130 if (wps_validate_m4_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m4() 1183 if (wps_validate_m6_encr(decrypted, attr->version2 != NULL) < 0) { in wps_process_m6() 1254 attr->version2 != NULL) < 0) { in wps_process_m8() 1265 eattr.num_cred, attr->version2 != NULL) || in wps_process_m8() 1267 attr->version2 != NULL)) { in wps_process_m8()
|
D | wps.c | 326 if (!attr.version2 && ver1_compat) { in wps_is_addr_authorized() 407 return attr.version2 != NULL; in wps_is_20()
|
D | wps_attr_parse.c | 32 attr->version2 = pos; in wps_set_vendor_ext_wfa_subelem()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | GPUInfoTests.cpp | 22 const gpu_info::D3DDriverVersion version2 = {21, 20, 16, 5077}; variable 28 EXPECT_EQ(gpu_info::CompareD3DDriverVersion(vendorID, version1, version2), -1); in TEST() 29 EXPECT_EQ(gpu_info::CompareD3DDriverVersion(vendorID, version2, version3), -1); in TEST()
|
/third_party/node/deps/npm/node_modules/semver/functions/ |
D | diff.js | 3 const diff = (version1, version2) => { argument 5 const v2 = parse(version2, null, true)
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | GPUInfo.cpp | 81 const D3DDriverVersion& version2) { in CompareD3DDriverVersion() argument 84 uint32_t buildNumber2 = GetIntelD3DDriverBuildNumber(version2); in CompareD3DDriverVersion()
|
D | GPUInfo.h | 56 const D3DDriverVersion& version2);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 299 const char* version2; in TestConstruction() local 302 version2 = test2.getVersionNumber(); in TestConstruction() 305 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte in TestConstruction() 312 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2); in TestConstruction() 314 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()
|
D | restsnew.cpp | 320 const char* version2; in TestConstruction() local 323 version2 = test2.getVersionNumber(); in TestConstruction() 326 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte in TestConstruction() 333 …logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect… in TestConstruction() 338 if (strcmp(version2, versionID2) != 0) { in TestConstruction() 339 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2); in TestConstruction()
|
/third_party/python/Lib/test/ |
D | test_dict_version.py | 35 version2 = _testcapi.dict_get_version(mydict) 36 self.assertEqual(version2, version1, "version changed")
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_post.h | 26 version2 = SkTEndian_SwapBE32(0x00020000), enumerator
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 104 are_equal(cl_version_khr version1, cl_version_khr version2, in are_equal() argument 108 version2 &= ~CL_VERSION_PATCH_MASK_KHR; in are_equal() 110 return version1 == version2; in are_equal()
|
/third_party/NuttX/include/nuttx/ |
D | scsi.h | 677 uint8_t version2[2]; /* 60-61: Version Descriptor 2 */ member
|
/third_party/libabigail/tools/ |
D | abidiff.cc | 1115 const string& version2, in emit_incompatible_format_version_error_message() argument 1122 << "'" << file_path2 << "' (" << version2 << ")\n"; in emit_incompatible_format_version_error_message()
|