Home
last modified time | relevance | path

Searched refs:tail_len (Results 1 - 9 of 9) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_sm3.c70 hi_u32 tail_len; member
198 if (ctx->tail_len) { in sm3_update()
199 left = SM3_BLOCK_SIZE - ctx->tail_len; in sm3_update()
201 if (memcpy_s(ctx->tail + ctx->tail_len, left, data, data_len) != EOK) { in sm3_update()
205 ctx->tail_len += data_len; in sm3_update()
208 if (memcpy_s(ctx->tail + ctx->tail_len, left, data, left) != EOK) { in sm3_update()
234 ctx->tail_len = data_len; in sm3_update()
257 ctx->tail[ctx->tail_len] = SM3_BYTE_MSB; in sm3_final()
261 if (ctx->tail_len + SM3_PAD_MIN_SIZE <= SM3_BLOCK_SIZE) { in sm3_final()
262 (hi_void)memset_s(ctx->tail + ctx->tail_len in sm3_final()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
H A Dcryp_hash.c121 hi_u32 tail_len; /* length of the tail message */ member
531 hi_log_debug("last: total 0x%x, block size %u, tail_len %u, chunk_len 0x%x, src %d\n", hisi_ctx->total, in cryp_hash_update()
532 hisi_ctx->block_size, hisi_ctx->tail_len, chunk_len, src); in cryp_hash_update()
538 inverse_len = hisi_ctx->block_size - hisi_ctx->tail_len; in cryp_hash_update()
546 ret = cryp_hash_chunk_copy(chunk, inverse_len, hisi_ctx->tail + hisi_ctx->tail_len, inverse_len, src); in cryp_hash_update()
551 hisi_ctx->tail_len += inverse_len; in cryp_hash_update()
555 hi_log_debug("new: total 0x%x, tail_len %u, chunk_len 0x%x\n", hisi_ctx->total, hisi_ctx->tail_len, chunk_len); in cryp_hash_update()
558 if (hisi_ctx->tail_len == hisi_ctx->block_size) { in cryp_hash_update()
559 ret = cryp_hash_process(hisi_ctx, hisi_ctx->tail, hisi_ctx->tail_len, HASH_CHUNCK_SRC_LOCA in cryp_hash_update()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.c751 beacon_info->tail_len); in wal_parse_wmm_ie()
756 if (HI_FALSE == wal_find_wmm_uapsd(beacon_info->tail, beacon_info->tail_len)) { in wal_parse_wmm_ie()
2541 puc_rsn_ie = mac_find_ie(MAC_EID_RSN, beacon_info->tail, beacon_info->tail_len); in wal_parse_wpa_wpa2_ie()
2553 (hi_s32)beacon_info->tail_len); in wal_parse_wpa_wpa2_ie()
2583 puc_mesh_conf_ie = mac_find_ie(MAC_EID_MESH_CONF, beacon_info->tail, beacon_info->tail_len); in wal_parse_mesh_conf_ie()
2690 puc_extended_supported_rates_ie = mac_find_ie(MAC_EID_XRATES, beacon_info->tail, beacon_info->tail_len); in wal_parse_protocol_mode()
2740 hi_u8 *puc_ht_ie = mac_find_ie(MAC_EID_HT_CAP, beacon_info->tail, beacon_info->tail_len); in wal_parse_ht_vht_ie()
2741 hi_u8 *puc_vht_ie = mac_find_ie(MAC_EID_VHT_CAP, beacon_info->tail, beacon_info->tail_len); in wal_parse_ht_vht_ie()
3555 hi_u16 beacon_tail_len = (hi_u16)beacon_info->tail_len; in wal_cfg80211_configuration_beacon()
3580 beacon_info_tmp.tail_len in wal_cfg80211_configuration_beacon()
[all...]
H A Dhi_wifi_driver_wpa_if.h345 hi_u32 tail_len; member
H A Dwal_mac80211.c376 beacon_data.tail_len = param->tailIEsLength; in WalChangeBeacon()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
H A Dhi_wifi_driver_wpa_if.h336 hi_u32 tail_len; member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c1169 size_t ies_len = bcn->tail_len; in bdh6_nl80211_calculate_ap_params()
1305 pInfo->tail_len = (size_t)param->tailIEsLength; in InitCfg80211BeaconDataInfo()
1337 g_ap_setting_info.beacon.tail_len = param->tailIEsLength; in InitCfg80211ApSettingInfo()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h788 size_t head_len, tail_len; member
1404 hi_u32 head_len, tail_len; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c11376 info->tail_len, ies) < 0) { in wl_cfg80211_parse_ap_ies()
11420 info->tail_len)) < 0) { in wl_cfg80211_set_ies()
12314 WL_DBG(("interval (%d) dtim_period (%d) head_len (%d) tail_len (%d)\n", in wl_cfg80211_add_set_beacon()
12315 info->interval, info->dtim_period, info->head_len, info->tail_len)); in wl_cfg80211_add_set_beacon()
12371 info->tail_len, &ies) < 0) { in wl_cfg80211_add_set_beacon()
12379 info->tail_len)) < 0) { in wl_cfg80211_add_set_beacon()

Completed in 46 milliseconds