HomeSort by relevance Sort by last modified time
    Searched defs:vendor (Results 26 - 50 of 235) sorted by null

12 3 4 5 6 7 8 910

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 34 int vendor; member in struct:eap_user::__anon16827
eap_gpsk.c 39 int vendor; /* CSuite/Vendor */ member in struct:eap_gpsk_data
87 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor,
95 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor,
165 miclen = eap_gpsk_mic_len(data->vendor, data->specifier);
185 WPA_PUT_BE32(csuite->vendor, data->vendor);
192 if (eap_gpsk_compute_mic(data->sk, data->sk_len, data->vendor,
385 WPA_GET_BE32(csuite->vendor),
390 data->vendor = WPA_GET_BE32(csuite->vendor)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 968 int vendor; local
981 method = eap_get_phase2_type(start, &vendor);
982 if (vendor == EAP_VENDOR_IETF && method == EAP_TYPE_NONE) {
995 methods[num_methods - 1].vendor = vendor;
1047 if (types[i].vendor == EAP_VENDOR_IETF &&
eap_gpsk.c 32 int vendor; /* CSuite/Specifier */ member in struct:eap_gpsk_data
187 data->vendor = EAP_GPSK_VENDOR_IETF;
191 int vendor, specifier; local
192 vendor = WPA_GET_BE32(csuite->vendor);
195 i, vendor, specifier);
196 if (data->vendor == EAP_GPSK_VENDOR_IETF &&
198 eap_gpsk_supported_ciphersuite(vendor, specifier)) {
199 data->vendor = vendor;
455 int vendor, specifier; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 42 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
341 int vendor; local
346 type = eap_sm_Policy_getNextMethod(sm, &vendor);
347 if (vendor == EAP_VENDOR_IETF)
355 sm->m = eap_server_get_eap_method(vendor, type);
372 "vendor=%u method=%u", vendor, sm->currentMethod);
1026 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
1028 if (sm->user->methods[i].vendor != EAP_VENDOR_IETF)
1050 sm->user->methods[EAP_MAX_METHODS - 1].vendor
    [all...]
eap_server_gpsk.c 34 int vendor; /* CSuite/Vendor */ member in struct:eap_gpsk_data
82 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor,
90 WPA_PUT_BE32(data->csuite_list[data->csuite_count].vendor,
160 miclen = eap_gpsk_mic_len(data->vendor, data->specifier);
180 WPA_PUT_BE32(csuite->vendor, data->vendor);
187 if (eap_gpsk_compute_mic(data->sk, data->sk_len, data->vendor,
380 WPA_GET_BE32(csuite->vendor),
385 data->vendor = WPA_GET_BE32(csuite->vendor)
    [all...]
eap.h 26 int vendor; member in struct:eap_user::__anon17043
  /frameworks/base/include/androidfw/
InputDevice.h 30 bus(0), vendor(0), product(0), version(0) {
38 uint16_t vendor; member in struct:android::InputDeviceIdentifier
133 * names to try based on the device name, vendor, product, and version.
  /frameworks/native/opengl/libs/EGL/
egl_display.h 107 char const * vendor; member in struct:android::egl_display_t::strings_t
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
MockAddonPackage.java 70 String vendor = baseTarget.getVendor(); local
75 name, vendor));
77 String.format("vendor-id-%1$s", vendor)); //$NON-NLS-1$
79 String.format("The %1$s", vendor)); //$NON-NLS-1$
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ManifestTest.java 46 private static final String MANIFEST_CONTENTS = "Manifest-Version: 1.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,\n org.osgi.framework; specification-version=1.0.0,\n org.osgi.service.log; specification-version=1.0.0,\n com.ibm.ive.eccomm.flash; specification-version=1.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n";
48 private static final String MANIFEST_CONTENTS_1 = "Manifest-Version: 2.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=2.1.0,\n org.osgi.framework; specification-version=2.0.0,\n org.osgi.service.log; specification-version=2.0.0,\n com.ibm.ive.eccomm.flash; specification-version=2.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n";
121 assertAttribute(main, "Bundle-Vendor", "IBM");
142 + "Name: \nSpecification-Title: foo\nSpecification-Version: 1.0\nSpecification-Vendor: \n"
143 + "Implementation-Title: \nImplementation-Version: 1.0\nImplementation-Vendor: \n\n";
410 final String vendor = new String(bVendor, "UTF-8"); local
413 .put(Attributes.Name.IMPLEMENTATION_VENDOR, vendor);
415 Attributes.Name.IMPLEMENTATION_VENDOR, vendor);
423 assertEquals(vendor, m.getMainAttributes().get(
425 assertEquals(vendor, m.getEntries().get(ATT_ENTRY_NAME).get
    [all...]
  /external/dhcpcd/
if-options.h 109 uint8_t vendor[VENDOR_MAX_LEN + 2]; member in struct:if_options
  /external/grub/netboot/
sis900.c 53 static unsigned short vendor, dev_id;
235 vendor = pci->vendor;
261 printf("sis900_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
52 static unsigned short vendor, dev_id; variable
davicom.c 133 static unsigned short vendor, dev_id;
374 if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) {
669 vendor = pci->vendor;
132 static unsigned short vendor, dev_id; variable
  /external/libppp/src/
radius.c 258 u_int32_t ipaddr, vendor; local
522 if ((res = rad_get_vendor_attr(&vendor, &data, &len)) <= 0) {
530 switch (vendor) {
619 log_Printf(LogDEBUG, "Dropping MICROSOFT vendor specific "
626 log_Printf(LogDEBUG, "Dropping vendor %lu RADIUS attribute %d\n",
627 (unsigned long)vendor, res);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmode.h 136 char* vendor; member in struct:__anon12192
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_gpsk.c 37 int vendor; /* CSuite/Specifier */ member in struct:eap_gpsk_data
192 data->vendor = EAP_GPSK_VENDOR_IETF;
196 int vendor, specifier; local
197 vendor = WPA_GET_BE32(csuite->vendor);
200 i, vendor, specifier);
201 if (data->vendor == EAP_GPSK_VENDOR_IETF &&
203 eap_gpsk_supported_ciphersuite(vendor, specifier)) {
204 data->vendor = vendor;
460 int vendor, specifier; local
    [all...]
eap_i.h 71 * vendor - EAP Vendor-ID (EAP_VENDOR_*) (0 = IETF)
73 int vendor; member in struct:eap_method
353 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method);
  /hardware/libhardware/include/hardware/
sensors.h 400 /* vendor of the hardware part */
401 const char* vendor; member in struct:sensor_t
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java 292 for (File vendor : root.listFiles()) {
293 if (vendor.isDirectory()) {
294 scanExtrasDirectory(vendor.getAbsolutePath(), visited, packages, log);
322 null, //vendor
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
AddonPackage.java 140 // addon-4.xsd introduces the name-id, name-display, vendor-id and vendor-display.
142 // that only provide name and vendor. If the addon provides neither set of fields,
168 // --- vendor id/display ---
169 // Same processing for vendor id vs display
175 String vendor = PackageParserUtils.getXmlString(packageNode, local
178 // The old <vendor> is equivalent to the new <vendor-display>
180 vendorDisp = vendor;
183 // For a missing id, we simply use a sanitized version of the display vendor
268 String vendor = getProperty(props, PkgProps.ADDON_VENDOR, target.getVendor()); local
321 String vendor = getProperty(sourceProps, local
    [all...]
ExtraPackage.java 56 * The vendor id name. It is a simple alphanumeric string [a-zA-Z0-9_-].
61 * The vendor display name. Used in the UI to represent the vendor. It can be anything.
107 // Read name-display, vendor-display and vendor-id, introduced in addon-4.xsd.
109 // as optional so that we can fallback on using <vendor> which was the only one
119 // If vid is missing, use the old <vendor> attribute.
120 // Note that in a valid XML, vendor-id cannot be an empty string.
121 // The only reason vid can be empty is when <vendor-id> is missing, which
122 // happens in an addon-3 schema, in which case the old <vendor> needs to be used
123 String vendor = PackageParserUtils.getXmlString(packageNode, RepoConstants.NODE_VENDOR); local
238 String vendor = getProperty(props, PkgProps.EXTRA_VENDOR, ""); \/\/$NON-NLS-1\$ local
395 String vendor = vendorDisplay.trim(); local
589 String vendor = getVendorId(); local
    [all...]
  /system/core/adb/
usb_osx.c 57 UInt16 vendor, UInt16 product);
64 SInt32 vendor, if_subclass, if_protocol; local
88 //* Match based on vendor id, interface subclass and protocol
89 vendor = vendorIds[i];
94 kCFNumberSInt32Type, &vendor));
129 UInt16 vendor; local
196 kr = (*dev)->GetDeviceVendor(dev, &vendor);
255 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product,
259 vendor, product);
304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 167 UINT16 vendor; member in struct:t_sdp_di_record
  /external/mtpd/
l2tp.c 123 uint16_t vendor; member in struct:attribute
150 p->vendor = 0;
251 if (p->vendor) {

Completed in 418 milliseconds

12 3 4 5 6 7 8 910