Home
last modified time | relevance | path

Searched defs:vendor (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_methods.c25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method()
45 EapType eap_server_get_type(const char *name, int *vendor) in eap_server_get_type()
71 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc()
166 const char * eap_server_get_name(int vendor, EapType type) in eap_server_get_name()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_methods.c25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method()
45 EapType eap_server_get_type(const char *name, int *vendor) in eap_server_get_type()
71 struct eap_method * eap_server_method_alloc(int version, int vendor, in eap_server_method_alloc()
166 const char * eap_server_get_name(int vendor, EapType type) in eap_server_get_name()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_variable.c67 const efi_guid_t *vendor) in efi_to_native()
166 const efi_guid_t *vendor, u32 *attributes, in efi_get_variable()
272 const efi_guid_t *vendor, in parse_uboot_variable()
332 const efi_guid_t *vendor) in efi_get_next_variable_name()
422 const efi_guid_t *vendor, u32 attributes, in efi_set_variable()
583 efi_get_variable_runtime(u16 *variable_name, const efi_guid_t *vendor, in efi_get_variable_runtime()
600 u16 *variable_name, const efi_guid_t *vendor) in efi_get_next_variable_name_runtime()
616 efi_set_variable_runtime(u16 *variable_name, const efi_guid_t *vendor, in efi_set_variable_runtime()
Defi_root_node.c17 struct efi_device_path_vendor vendor; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method()
50 EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
73 const char * eap_get_name(int vendor, EapType type) in eap_get_name()
281 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc()
Deap_methods.h32 static inline EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
38 static inline const char * eap_get_name(int vendor, EapType type) in eap_get_name()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_methods.c30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method()
50 EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
73 const char * eap_get_name(int vendor, EapType type) in eap_get_name()
281 struct eap_method * eap_peer_method_alloc(int version, int vendor, in eap_peer_method_alloc()
Deap_methods.h32 static inline EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
38 static inline const char * eap_get_name(int vendor, EapType type) in eap_get_name()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp39 uint32_t GetVendorIdFromVendors(const char* vendor) { in GetVendorIdFromVendors()
72 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR)); in Initialize() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_common.c66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, in eap_hdr_validate()
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc()
Deap_gpsk_common.c24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite()
279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_keys()
417 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_session_id()
482 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len()
524 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, in eap_gpsk_compute_mic()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_common.c66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, in eap_hdr_validate()
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, in eap_msg_alloc()
Deap_gpsk_common.c24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite()
279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_keys()
417 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_session_id()
482 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len()
524 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, in eap_gpsk_compute_mic()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_sandbox.c19 u16 vendor; member
56 u16 vendor, device; in sandbox_pci_read_config() local
/third_party/uboot/u-boot-2020.01/test/dm/
Dpci.c29 u16 vendor, device; in dm_test_pci_busdev() local
139 u16 vendor, device; in dm_test_pci_mixed() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp41 uint32_t GetVendorIdFromVendors(const char* vendor) { in GetVendorIdFromVendors()
192 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR)); in InitializeImpl() local
/third_party/node/deps/npm/node_modules/ci-info/
Dindex.js15 vendors.forEach(function (vendor) { argument
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/
Dindex.js15 vendors.forEach(function (vendor) { argument
/third_party/toybox/toys/other/
Dlspci.c42 char *p = toybuf, *vendor = toybuf+9, *device = toybuf+18, local
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_unittest.cpp106 uint32_t vendor = 0; in TEST() local
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_unittest.cpp106 uint32_t vendor = 0; in TEST() local
DSystemInfo.cpp22 std::string VendorName(VendorID vendor) in VendorName()
230 unsigned int vendor = 0; in CMDeviceIDToDeviceAndVendorID() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DInstancingTest.cpp100 Vendor vendor, in runTest()
257 #define TEST_INDEXED(attrib, geometry, storage, vendor) \ argument
263 #define TEST_NONINDEXED(attrib, geometry, storage, vendor, offset) \ argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp55 #define GET_INSTANCE_PROC_VENDOR(name, vendor) GET_INSTANCE_PROC_BASE(name, name##vendor) argument
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/
Dcpu_x86.c31 const char *vendor = cpu_vendor_name(gd->arch.x86_vendor); in cpu_x86_get_vendor() local

1234567