Home
last modified time | relevance | path

Searched defs:len (Results 2526 - 2550 of 22609) sorted by relevance

1...<<101102103104105106107108109110>>...905

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dptksa_cache.h60 ptksa_cache_list(struct ptksa_cache *ptksa, char *buf, size_t len) ptksa_cache_list() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal.c143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() argument
179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() argument
[all...]
H A Dsha1-pbkdf2.c22 size_t len[2]; in pbkdf2_sha1_f() local
H A Dsha256-prf.c62 size_t len[4]; in sha256_prf_bits() local
H A Dsha384-prf.c62 size_t len[4]; in sha384_prf_bits() local
H A Dsha512-prf.c62 size_t len[4]; in sha512_prf_bits() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_ndis_.c90 DWORD len; in wpa_driver_ndis_event_pipe_cb() local
41 wpa_driver_ndis_event_process(struct wpa_driver_ndis_data *drv, u8 *buf, size_t len) wpa_driver_ndis_event_process() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_peap_common.c25 size_t len[5]; in peap_prfplus() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_md5.c36 size_t len, challenge_len, password_len; in eap_md5_process() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp-utils.h17 size_t len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/
H A Dwapi_asue_i.c62 void wapi_asue_rx_wai(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in wapi_asue_rx_wai() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddhcp_snoop.c32 handle_dhcp(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) handle_dhcp() argument
H A Dhs20.c49 u8 *len; in hostapd_eid_osen() local
107 size_t len = 0; in hs20_send_wnm_notification() local
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.cpp83 int len = vsnprintf(nullptr, 0, fmt, vararg); in FormatStringIntoVector() local
/drivers/hdf_core/framework/model/camera/device_manager/src/
H A Dcamera_device_manager.c76 struct CameraDevice *CameraDeviceCreate(const char *deviceName, uint32_t len) in CameraDeviceCreate() argument
/drivers/hdf_core/framework/model/network/wifi/core/components/eapol/
H A Deapol.c61 uint32_t len; in GetEapol() local
[all...]
H A Deapol.h39 uint32_t len; member
44 uint32_t len; member
/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_listener_u.h63 uint32_t len; member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_common.c241 uint32_t len; in HdmiCommonGetVic() local
266 uint32_t len; in HdmiCommonGetCommFormatInfo() local
280 uint32_t len; in HdmiCommonGetVesaFormatInfo() local
309 uint32_t len; in HdmiCommonGetVideoTiming() local
325 uint32_t len; HdmiCommonGetVideo4kInfo() local
340 uint32_t len; HdmiCommonGetVideo4kTiming() local
[all...]
/drivers/hdf_core/framework/support/platform/src/i2s/
H A Di2s_if.c133 int32_t I2sWrite(DevHandle handle, uint8_t *buf, uint32_t len, uint32_t *pWlen) in I2sWrite() argument
157 int32_t I2sRead(DevHandle handle, uint8_t *buf, uint32_t len, uint32_t *pRlen) in I2sRead() argument
/drivers/hdf_core/framework/support/platform/src/pcie/
H A Dpcie_core.c122 int32_t PcieCntlrRead(struct PcieCntlr *cntlr, uint32_t mode, uint32_t pos, uint8_t *data, uint32_t len) in PcieCntlrRead() argument
141 int32_t PcieCntlrWrite(struct PcieCntlr *cntlr, uint32_t mode, uint32_t pos, uint8_t *data, uint32_t len) in PcieCntlrWrite() argument
159 int32_t PcieCntlrDmaMap(struct PcieCntlr *cntlr, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir) in PcieCntlrDmaMap() argument
184 void PcieCntlrDmaUnmap(struct PcieCntlr *cntlr, uintptr_t addr, uint32_t len, uint8_ argument
[all...]
H A Dpcie_if.c39 int32_t PcieRead(DevHandle handle, uint32_t mode, uint32_t pos, uint8_t *data, uint32_t len) in PcieRead() argument
44 int32_t PcieWrite(DevHandle handle, uint32_t mode, uint32_t pos, uint8_t *data, uint32_t len) in PcieWrite() argument
49 int32_t PcieDmaMap(DevHandle handle, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir) in PcieDmaMap() argument
54 void PcieDmaUnmap(DevHandle handle, uintptr_t addr, uint32_t len, uint8_t dir) in PcieDmaUnmap() argument
/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_service.c42 uint32_t len; in RtcServiceIoWriteTime() local
87 uint32_t len; in RtcServiceIoWriteAlarm() local
/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_if.c51 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len) in SpiRead() argument
61 int32_t SpiWrite(DevHandle handle, uint8_t *buf, uint32_t len) in SpiWrite() argument
/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_service.c19 uint32_t len; in UartIoRead() local

Completed in 11 milliseconds

1...<<101102103104105106107108109110>>...905