Searched refs:vendor (Results 1 - 25 of 225) sorted by relevance

123456789

/external/apache-xml/src/main/java/org/apache/xalan/res/
H A DXSLTInfo.properties24 vendor=Apache Software Foundation
25 vendor-url=http://xml.apache.org/xalan-j
/external/elfutils/libebl/
H A Deblcheckobjattr.c59 ebl_check_object_attribute (ebl, vendor, tag, value, tag_name, value_name)
61 const char *vendor;
67 if (ebl->check_object_attribute (ebl, vendor, tag, value,
71 if (strcmp (vendor, "gnu"))
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_methods.c21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor) argument
50 *vendor = m->vendor;
54 *vendor = EAP_VENDOR_IETF;
63 * @vendor
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
161 eap_server_get_name(int vendor, EapType type) argument
[all...]
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
21 EapType eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, EapType type);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_methods.c21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor) argument
50 *vendor = m->vendor;
54 *vendor = EAP_VENDOR_IETF;
63 * @vendor
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
161 eap_server_get_name(int vendor, EapType type) argument
[all...]
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
21 EapType eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, EapType type);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_methods.c21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor) argument
50 *vendor = m->vendor;
54 *vendor = EAP_VENDOR_IETF;
63 * @vendor
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
161 eap_server_get_name(int vendor, EapType type) argument
[all...]
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
21 EapType eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, EapType type);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
25 EapType eap_peer_get_type(const char *name, int *vendor);
26 const char * eap_get_name(int vendor, EapType type);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) argument
35 *vendor = EAP_VENDOR_IETF;
39 static inline const char * eap_get_name(int vendor, EapType type) argument
H A Deap_methods.c24 * @vendor: EAP Vendor-Id (0 = IETF)
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
32 if (m->vendor == vendor && m->method == method)
42 * @vendor: Buffer for returning EAP Vendor-Id
48 EapType eap_peer_get_type(const char *name, int *vendor) argument
53 *vendor = m->vendor;
57 *vendor = EAP_VENDOR_IETF;
64 * @vendor
71 eap_get_name(int vendor, EapType type) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
25 EapType eap_peer_get_type(const char *name, int *vendor);
26 const char * eap_get_name(int vendor, EapType type);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) argument
35 *vendor = EAP_VENDOR_IETF;
39 static inline const char * eap_get_name(int vendor, EapType type) argument
H A Deap_methods.c24 * @vendor: EAP Vendor-Id (0 = IETF)
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
32 if (m->vendor == vendor && m->method == method)
42 * @vendor: Buffer for returning EAP Vendor-Id
48 EapType eap_peer_get_type(const char *name, int *vendor) argument
53 *vendor = m->vendor;
57 *vendor = EAP_VENDOR_IETF;
64 * @vendor
71 eap_get_name(int vendor, EapType type) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
25 EapType eap_peer_get_type(const char *name, int *vendor);
26 const char * eap_get_name(int vendor, EapType type);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) argument
35 *vendor = EAP_VENDOR_IETF;
39 static inline const char * eap_get_name(int vendor, EapType type) argument
H A Deap_methods.c24 * @vendor: EAP Vendor-Id (0 = IETF)
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
32 if (m->vendor == vendor && m->method == method)
42 * @vendor: Buffer for returning EAP Vendor-Id
48 EapType eap_peer_get_type(const char *name, int *vendor) argument
53 *vendor = m->vendor;
57 *vendor = EAP_VENDOR_IETF;
64 * @vendor
71 eap_get_name(int vendor, EapType type) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
[all...]
/external/elfutils/backends/
H A Dppc_attrs.c37 ppc_check_object_attribute (ebl, vendor, tag, value, tag_name, value_name)
39 const char *vendor;
45 if (!strcmp (vendor, "gnu"))
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_common.h15 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
H A Deap_gpsk_common.h40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
H A Deap_common.c52 * @vendor: Expected EAP Vendor-Id (0 = IETF)
66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, argument
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) {
114 * @vendor: Vendor-Id (0 = IETF)
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, argument
135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) +
146 if (vendor == EAP_VENDOR_IETF) {
150 wpabuf_put_be24(buf, vendor);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_common.h15 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
H A Deap_gpsk_common.h40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
H A Deap_common.c52 * @vendor: Expected EAP Vendor-Id (0 = IETF)
66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, argument
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) {
114 * @vendor: Vendor-Id (0 = IETF)
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, argument
135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) +
146 if (vendor == EAP_VENDOR_IETF) {
150 wpabuf_put_be24(buf, vendor);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_common.h15 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
H A Deap_gpsk_common.h40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
/external/chromium/base/
H A Datomicops_internals_x86_gcc.cc53 // Get vendor string (issue CPUID with eax = 0)
55 char vendor[13]; local
56 memcpy(vendor, &ebx, 4);
57 memcpy(vendor + 4, &edx, 4);
58 memcpy(vendor + 8, &ecx, 4);
59 vendor[12] = 0;
76 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
/external/v8/src/
H A Datomicops_internals_x86_gcc.cc84 // Get vendor string (issue CPUID with eax = 0)
86 char vendor[13]; local
87 memcpy(vendor, &ebx, 4);
88 memcpy(vendor + 4, &edx, 4);
89 memcpy(vendor + 8, &ecx, 4);
90 vendor[12] = 0;
107 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD

Completed in 726 milliseconds

123456789