Home
last modified time | relevance | path

Searched defs:len (Results 6101 - 6125 of 6503) sorted by relevance

1...<<241242243244245246247248249250>>...261

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c66 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len) in dpp_get_attr() argument
89 static const u8 * dpp_get_attr_next(const u8 *prev, const u8 *buf, size_t len, in dpp_get_attr_next() argument
117 int dpp_check_attrs(const u8 *buf, size_t len) in dpp_check_attrs() argument
607 size_t len; in dpp_gen_uri() local
48 dpp_alloc_msg(enum dpp_public_action_frame_type type, size_t len) dpp_alloc_msg() argument
816 size_t len, name_len; dpp_build_conf_req_helper() local
888 bin_str_eq(const char *val, size_t len, const char *cmp) bin_str_eq() argument
898 size_t len; dpp_configuration_alloc() local
1000 size_t len; dpp_configuration_parse_helper() local
1142 size_t len; dpp_configuration_parse() local
1200 size_t len; dpp_set_configurator() local
1703 size_t len[1]; dpp_build_conf_resp() local
2119 size_t len = os_strlen(pass->string); dpp_parse_cred_legacy() local
2843 dpp_get_csr_attrs(const u8 *attrs, size_t attrs_len, size_t *len) dpp_get_csr_attrs() argument
2864 size_t len[1]; dpp_conf_resp_rx() local
3012 size_t len[2]; dpp_conf_result_rx() local
3093 size_t len[2]; dpp_build_conf_result() local
3166 size_t len[2]; dpp_conn_status_result_rx() local
3311 size_t len[2]; dpp_build_conn_status_result() local
3409 size_t len[1]; dpp_configurator_gen_kid() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp1375 const deUint32 len = last - first + 1; in getBits128() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c247 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() argument
332 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u argument
206 openssl_digest_vector(const EVP_MD *type, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) openssl_digest_vector() argument
339 sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha1_vector() argument
346 sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha256_vector() argument
355 sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha384_vector() argument
364 sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha512_vector() argument
387 aes_encrypt_init(const u8 *key, size_t len) aes_encrypt_init() argument
431 int len = sizeof(buf); aes_encrypt_deinit() local
444 aes_decrypt_init(const u8 *key, size_t len) aes_decrypt_init() argument
488 int len = sizeof(buf); aes_decrypt_deinit() local
541 int clen, len; aes_128_cbc_encrypt() local
568 int plen, len; aes_128_cbc_decrypt() local
619 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) crypto_dh_derive_secret() argument
791 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument
801 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
1103 crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) crypto_hash_update() argument
1111 crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) crypto_hash_finish() argument
1142 openssl_hmac_vector(const EVP_MD *type, const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac, unsigned int mdlen) openssl_hmac_vector() argument
1174 hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_md5_vector() argument
1201 hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha1_vector() argument
1218 hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha256_vector() argument
1237 hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha384_vector() argument
1256 hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha512_vector() argument
1273 crypto_get_random(void *buf, size_t len) crypto_get_random() argument
1282 omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_vector() argument
1319 omac1_aes_128_vector(const u8 *key, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_128_vector() argument
1347 crypto_bignum_init_set(const u8 *buf, size_t len) crypto_bignum_init_set() argument
1883 int len = BN_num_bytes(e->prime); crypto_ec_point_to_bin() local
1916 int len = BN_num_bytes(e->prime); crypto_ec_point_from_bin() local
2148 int len = BN_num_bytes(ecdh->ec->prime); crypto_ecdh_get_pubkey() local
2202 crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, const u8 *key, size_t len) crypto_ecdh_set_peerkey() argument
2360 crypto_ec_key_set_pub(int group, const u8 *buf_x, const u8 *buf_y, size_t len) crypto_ec_key_set_pub() argument
2567 size_t len; crypto_ec_key_get_subject_public_key() local
2704 int len, res; crypto_ec_key_get_pubkey_point() local
2773 crypto_ec_key_sign(struct crypto_ec_key *key, const u8 *data, size_t len) crypto_ec_key_sign() argument
2801 crypto_ec_key_sign_r_s(struct crypto_ec_key *key, const u8 *data, size_t len) crypto_ec_key_sign_r_s() argument
2856 crypto_ec_key_verify_signature(struct crypto_ec_key *key, const u8 *data, size_t len, const u8 *sig, size_t sig_len) crypto_ec_key_verify_signature() argument
2878 crypto_ec_key_verify_signature_r_s(struct crypto_ec_key *key, const u8 *data, size_t len, const u8 *r, size_t r_len, const u8 *s, size_t s_len) crypto_ec_key_verify_signature_r_s() argument
3170 crypto_csr_set_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr, int attr_type, const u8 *value, size_t len) crypto_csr_set_attribute() argument
3191 crypto_csr_get_attribute(struct crypto_csr *csr, enum crypto_csr_attr attr, size_t *len, int *type) crypto_csr_get_attribute() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.c85 static void set_mka_param_body_len(void *body, unsigned int len) in set_mka_param_body_len() argument
280 ieee802_1x_kay_get_participant(struct ieee802_1x_kay *kay, const u8 *ckn, size_t len) ieee802_1x_kay_get_participant() argument
927 int len = MKA_HDR_LEN; ieee802_1x_mka_get_live_peer_length() local
987 int len = MKA_HDR_LEN; ieee802_1x_mka_get_potential_peer_length() local
3064 ieee802_1x_kay_mkpdu_validity_check(struct ieee802_1x_kay *kay, const u8 *buf, size_t len) ieee802_1x_kay_mkpdu_validity_check() argument
3200 ieee802_1x_kay_decode_mkpdu(struct ieee802_1x_kay *kay, const u8 *buf, size_t len) ieee802_1x_kay_decode_mkpdu() argument
3398 kay_l2_receive(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) kay_l2_receive() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_registrar.c1459 size_t len[4]; in wps_build_r_hash() local
2290 size_t len[4]; in wps_process_e_snonce1() local
2330 size_t len[4]; wps_process_e_snonce2() local
2702 size_t len; wps_process_m1() local
3590 int len = 0, ret; wps_registrar_get_info() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c139 static char * wpa_config_write_string_ascii(const u8 *value, size_t len) in wpa_config_write_string_ascii() argument
155 static char * wpa_config_write_string_hex(const u8 *value, size_t len) in wpa_config_write_string_hex() argument
168 wpa_config_write_string(const u8 *value, size_t len) wpa_config_write_string() argument
183 size_t len; wpa_config_write_str() local
479 size_t len; wpa_config_parse_wapi_psk() local
612 size_t len; wpa_config_parse_psk() local
674 size_t len = 4 + os_strlen(ssid->ext_psk) + 1; wpa_config_write_psk() local
1501 size_t used, len; wpa_config_parse_int_array() local
2031 wpa_config_parse_wep_key(u8 *key, size_t *len, int line, const char *value, int idx) wpa_config_parse_wep_key() argument
2314 size_t len; wpa_config_parse_mka_cak() local
2337 size_t len; wpa_config_parse_mka_ckn() local
3392 size_t len; wpa_config_set_quoted() local
3653 size_t len; wpa_config_set_cred_roaming_consortiums() local
3702 size_t len; wpa_config_set_cred() local
4706 size_t len, prev_len; wpa_global_config_parse_str() local
4756 size_t len; wpa_config_process_bgscan() local
4943 int len = os_strlen(pos) / 2; wpa_config_process_wps_vendor_ext_m1() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1212 int len; in wpas_dbus_get_scan_ssids() local
1292 int len; in wpas_dbus_get_scan_ies() local
5708 int len; wpas_dbus_handler_vendor_elem_add() local
5801 int len; wpas_dbus_handler_vendor_elem_remove() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c189 size_t len; in hostapd_ctrl_iface_wps_check_pin() local
234 size_t len; hostapd_ctrl_iface_wps_nfc_tag_read() local
376 size_t len; hostapd_ctrl_iface_nfc_report_handover() local
903 size_t len; hostapd_ctrl_iface_bss_tm_req() local
1611 size_t len; hostapd_ctrl_iface_mgmt_tx() local
1641 size_t len; hostapd_ctrl_iface_mgmt_tx_status_process() local
1702 size_t len; hostapd_ctrl_iface_mgmt_rx_process() local
1773 size_t len; hostapd_ctrl_iface_eapol_rx() local
1806 ipv4_hdr_checksum(const void *buf, size_t len) ipv4_hdr_checksum() argument
1825 hostapd_data_test_rx(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) hostapd_data_test_rx() argument
1988 size_t len; hostapd_ctrl_iface_data_test_frame() local
2865 int i = 0, len = 0, ret = 0; hostapd_ctrl_iface_acl_show_mac() local
3478 size_t len; hostapd_ctrl_iface_path() local
3497 hostapd_ctrl_iface_msg_cb(void *ctx, int level, enum wpa_msg_type type, const char *txt, size_t len) hostapd_ctrl_iface_msg_cb() argument
4288 size_t len; hostapd_global_ctrl_iface_path() local
4555 hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level, enum wpa_msg_type type, const char *buf, size_t len) hostapd_ctrl_iface_send() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h137 size_t len; member
H A Dwpa_auth.c1443 size_t len, mic_len, keyhdrlen; in __wpa_send_eapol() local
127 wpa_auth_get_msk(struct wpa_authenticator *wpa_auth, const u8 *addr, u8 *msk, size_t *len) wpa_auth_get_msk() argument
2007 size_t len = 2 * PMK_LEN; SM_STATE() local
2655 u8 *len, *tmp, *tmp2; fils_prepare_plainbuf() local
3062 size_t len; ieee80211w_kde_len() local
3076 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); ieee80211w_kde_add() local
3760 size_t len; wpa_gtk_update() local
3886 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); wpa_wnmsleep_igtk_subelem() local
3963 size_t len; wpa_group_config_group_keys() local
4135 int len = 0, ret; wpa_get_mib() local
4224 int len = 0, ret; wpa_get_mib_sta() local
4297 wpa_auth_get_pmk(struct wpa_state_machine *sm, int *len) wpa_auth_get_pmk() argument
4362 wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth, size_t *len) wpa_auth_get_wpa_ie() argument
4406 wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth, const u8 *pmk, size_t len, const u8 *sta_addr, int session_timeout, struct eapol_state_machine *eapol) wpa_auth_pmksa_add_preauth() argument
4483 wpa_auth_pmksa_list(struct wpa_authenticator *wpa_auth, char *buf, size_t len) wpa_auth_pmksa_list() argument
4502 wpa_auth_pmksa_list_mesh(struct wpa_authenticator *wpa_auth, const u8 *addr, char *buf, size_t len) wpa_auth_pmksa_list_mesh() argument
4909 wpa_auth_write_fte(struct wpa_authenticator *wpa_auth, int use_sha384, u8 *buf, size_t len) wpa_auth_write_fte() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c2011 hi_u64 len; in hifb_check_cusor_phyaddr() local
3718 hi_u64 len; local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dhi_wifi_driver_wpa_if.h324 hi_u32 len; member
331 hi_u32 len; member
456 hi_u32 len; member
461 hi_u32 len; member
H A Dwal_hipriv.c2589 static hi_u32 wal_hipriv_proc_write(hi_s32 fd, const hi_char *pc_buffer, hi_u32 len, hi_void *data) in wal_hipriv_proc_write() argument
5084 hi_u16 len; wal_hipriv_arp_offload_setting() local
5181 hi_u16 len; wal_hipriv_dhcp_offload_setting() local
5383 wal_set_protocol(oal_net_device_stru *netdev, hi_char *protocol_param, hi_s32 len, hi_s32 *protocol_value) wal_set_protocol() argument
6349 hi_u32 len = count; wal_hipriv_entry() local
6406 hi_u32 len = (hi_u32)count; wal_hipriv_sys_write() local
6884 hi_u32 len = strlen((hi_char *)argv[index]); hi_wifi_at_start() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c5686 hi_u32 hmac_btcoex_rx_delba_trigger(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *puc_param) in hmac_btcoex_rx_delba_trigger() argument
5719 hi_u32 hmac_wifitest_get_reg_info(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *puc_param) in hmac_wifitest_get_reg_info() argument
5760 hi_u32 hmac_get_rx_fcs_info(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *param) in hmac_get_rx_fcs_info() argument
5785 hmac_print_ate_paras(const oal_at_rsp_stru *rsp, const hi_u8 *param, hi_u8 len) hmac_print_ate_paras() argument
5811 hmac_print_ate_mac(const oal_at_rsp_stru *rsp, const hi_u8 *param, hi_u8 len) hmac_print_ate_mac() argument
5826 hmac_report_mfg_test(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *param) hmac_report_mfg_test() argument
5865 hmac_report_mac_from_efuse(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *param) hmac_report_mac_from_efuse() argument
5905 hmac_config_report_tx_params(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *param) hmac_config_report_tx_params() argument
5949 hmac_report_dbg_cal_data_from_dev(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *param) hmac_report_dbg_cal_data_from_dev() argument
5998 hmac_proc_query_rssi_response(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *puc_param) hmac_proc_query_rssi_response() argument
6120 hmac_config_set_psm_offset(mac_vap_stru *mac_vap, hi_u16 len, const hi_u8 *param) hmac_config_set_psm_offset() argument
6136 hmac_config_set_sta_hw_ps_mode(mac_vap_stru *mac_vap, hi_u16 len, const hi_u8 *param) hmac_config_set_sta_hw_ps_mode() argument
6162 hmac_get_thruput_info(mac_vap_stru *mac_vap, hi_u8 len, const hi_u8 *puc_param) hmac_get_thruput_info() argument
6700 hmac_config_encap_mesh_frame(mac_vap_stru *mac_vap, mac_action_data_stru *action_data, oal_netbuf_stru *data, hi_u8 us_action_code, hi_u32 *len) hmac_config_encap_mesh_frame() argument
6764 hmac_config_mesh_send_event(mac_vap_stru *mac_vap, hmac_user_stru *hmac_user, mac_action_data_stru *action_data, oal_netbuf_stru *data, hi_u32 len) hmac_config_mesh_send_event() argument
6809 hi_u32 len = 0; hmac_config_send_mesh_action() local
7108 hmac_config_add_mesh_user(mac_vap_stru *mac_vap, hi_u16 len, const hi_u8 *puc_param) hmac_config_add_mesh_user() argument
7165 hmac_config_new_peer_candidate_en(mac_vap_stru *mac_vap, hi_u16 len, const hi_u8 *puc_param) hmac_config_new_peer_candidate_en() argument
[all...]
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.c36 void* ddrtr_memcpy(void *dst, const void *src, unsigned int len) in ddrtr_memcpy() argument
46 void* ddrtr_memset(void *b, int c, unsigned int len) in ddrtr_memset() argument
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.c35 void* ddrtr_memcpy(void *dst, const void *src, unsigned int len) in ddrtr_memcpy() argument
45 void* ddrtr_memset(void *b, int c, unsigned int len) in ddrtr_memset() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
H A Dhi_wifi_driver_wpa_if.h315 hi_u32 len; member
322 hi_u32 len; member
444 hi_u32 len; member
449 hi_u32 len; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H A Dnameser.h126 int len; member
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c501 unsigned len; member
917 static HW_TLP_BUF_STATE submit_skb(struct hw_cdc_net *dev, unsigned char *data, unsigned int len) in submit_skb() argument
2855 int len = intf->cur_altsetting->extralen; global() local
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_common.h303 unsigned long len; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c1810 static int drm_do_probe_ddc_edid(void *data, u8 *buf, unsigned int block, size_t len) in drm_do_probe_ddc_edid() argument
3759 static int do_cea_modes(struct drm_connector *connector, const u8 *db, u8 len) in do_cea_modes() argument
1926 drm_do_get_edid(struct drm_connector *connector, int (*get_edid_block)(void *data, u8 *buf, unsigned int block, size_t len), void *data) drm_do_get_edid() argument
3913 do_hdmi_vsdb_modes(struct drm_connector *connector, const u8 *db, u8 len, const u8 *video_db, u8 video_len) do_hdmi_vsdb_modes() argument
4376 u16 len; drm_parse_hdr_metadata_block() local
4396 u8 len = cea_db_payload_len(db); drm_parse_hdmi_vsdb_audio() local
5081 u8 len = cea_db_payload_len(db); drm_parse_hdmi_vsdb_video() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-dp.c2205 static int dw_dp_audio_get_eld(struct device *dev, void *data, uint8_t *buf, size_t len) in dw_dp_audio_get_eld() argument
H A Ddw-mipi-dsi2-rockchip.c1071 int len; in dw_mipi_dsi2_get_dsc_params_from_sink() local
1305 int i, j, ret, len = msg->rx_len; in dw_mipi_dsi2_read_from_fifo() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c1106 size_t len = sizeof(buf) - 1; in print_constraints_debug() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1448 int len = sizeof(KERNEL_SIDE_DDK_VERSION_STRING); in kbase_api_get_ddk_version() local
2051 kbase_get_unmapped_area(struct file *filp, const unsigned long addr, const unsigned long len, const unsigned long pgoff, const unsigned long flags) kbase_get_unmapped_area() argument
3809 debugfs_protected_debug_mode_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) debugfs_protected_debug_mode_read() argument
[all...]

Completed in 95 milliseconds

1...<<241242243244245246247248249250>>...261