/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/ |
H A D | kapi_hash.c | 282 /* update key */ in kapi_hmac_start() 283 crypto_chk_err_goto(ctx->func->update(ctx->cryp_ctx, key, keylen, HASH_CHUNCK_SRC_LOCAL)); in kapi_hmac_start() 307 crypto_chk_err_goto(ctx->func->update(ctx->cryp_ctx, ctx->hmac_ipad, ctx->func->block_size, HASH_CHUNCK_SRC_LOCAL)); in kapi_hmac_start() 339 /* update(K0 ^ opad) */ in kapi_hmac_finish() 340 ret = ctx->func->update(ctx->cryp_ctx, ctx->hmac_opad, ctx->func->block_size, HASH_CHUNCK_SRC_LOCAL); in kapi_hmac_finish() 342 hi_log_print_func_err(ctx->func->update, ret); in kapi_hmac_finish() 346 /* update(sum) */ in kapi_hmac_finish() 347 ret = ctx->func->update(ctx->cryp_ctx, sum, ctx->func->size, HASH_CHUNCK_SRC_LOCAL); in kapi_hmac_finish() 349 hi_log_print_func_err(ctx->func->update, ret); in kapi_hmac_finish() 423 if ((ctx->func->create == HI_NULL) || (ctx->func->update in kapi_hash_set_ctx() [all...] |
H A D | kapi_dispatch.c | 260 hash_update_t *update = argp; in dispatch_hash_update() local 264 hi_log_chk_param_return(addr_via(update->input) == HI_NULL); in dispatch_hash_update() 266 update->src = HASH_CHUNCK_SRC_USER; in dispatch_hash_update() 267 ret = kapi_hash_update(update->id, addr_via(update->input), update->length, update->src); in dispatch_hash_update()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_metrics.c | 255 * this since the GPU can't (and thus won't) update these in kbase_pm_get_dvfs_utilisation_calc() 414 bool update = true; in kbase_pm_metrics_start() local 423 update = false; in kbase_pm_metrics_start() 426 if (update) in kbase_pm_metrics_start() 435 bool update = true; in kbase_pm_metrics_stop() local 444 update = false; in kbase_pm_metrics_stop() 447 if (update) in kbase_pm_metrics_stop()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/include/ |
H A D | cryp_hash.h | 54 * \param chunk hash message to update 77 func_hash_update update; /* update function */ member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mmu_mode.h | 28 void (*update)(struct kbase_context *kctx); member
|
H A D | mali_kbase_mmu_mode_aarch64.c | 173 static struct kbase_mmu_mode const aarch64_mode = {.update = mmu_update,
|
H A D | mali_kbase_mmu_mode_lpae.c | 169 static struct kbase_mmu_mode const lpae_mode = {.update = mmu_update,
|
H A D | mali_kbase_core_linux.c | 938 struct kbase_uk_soft_event_update *update = args;
in kbase_legacy_dispatch() local 940 if (sizeof(*update) != args_size) {
in kbase_legacy_dispatch() 944 if (((update->new_status != BASE_JD_SOFT_EVENT_SET) && (update->new_status != BASE_JD_SOFT_EVENT_RESET)) ||
in kbase_legacy_dispatch() 945 (update->flags != 0)) {
in kbase_legacy_dispatch() 949 if (kbase_soft_event_update(kctx, update->evt, update->new_status)) {
in kbase_legacy_dispatch() 1657 static int kbase_api_soft_event_update(struct kbase_context *kctx, struct kbase_ioctl_soft_event_update *update)
in kbase_api_soft_event_update() argument 1659 if (update->flags != 0) {
in kbase_api_soft_event_update() 1663 return kbase_soft_event_update(kctx, update in kbase_api_soft_event_update() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mmu_mode.h | 32 void (*update)(struct kbase_context *kctx); member
|
H A D | mali_kbase_mmu_mode_aarch64.c | 186 .update = mmu_update,
|
H A D | mali_kbase_mmu_mode_lpae.c | 184 .update = mmu_update,
|
H A D | mali_kbase_core_linux.c | 973 struct kbase_uk_soft_event_update *update = args; in kbase_legacy_dispatch() local 975 if (sizeof(*update) != args_size) in kbase_legacy_dispatch() 978 if (((update->new_status != BASE_JD_SOFT_EVENT_SET) && in kbase_legacy_dispatch() 979 (update->new_status != BASE_JD_SOFT_EVENT_RESET)) || in kbase_legacy_dispatch() 980 (update->flags != 0)) in kbase_legacy_dispatch() 983 if (kbase_soft_event_update(kctx, update->evt, in kbase_legacy_dispatch() 984 update->new_status)) in kbase_legacy_dispatch() 1729 struct kbase_ioctl_soft_event_update *update) in kbase_api_soft_event_update() 1731 if (update->flags != 0) in kbase_api_soft_event_update() 1734 return kbase_soft_event_update(kctx, update in kbase_api_soft_event_update() 1728 kbase_api_soft_event_update(struct kbase_context *kctx, struct kbase_ioctl_soft_event_update *update) kbase_api_soft_event_update() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_mgmt_ap.c | 890 /* 如果STA之前没有关联, 或者之前以支持short slot站点身份关联,需要update处理 */ in hmac_ap_up_update_legacy_capability() 898 /* 如果STA以不支持short slot站点身份关联,需要update处理 */ in hmac_ap_up_update_legacy_capability() 911 /* 如果STA之前没有关联, 或者之前以支持short preamble站点身份关联,需要update处理 */ in hmac_ap_up_update_legacy_capability() 919 /* 如果STA之前以不支持short preamble站点身份关联,需要update处理 */ in hmac_ap_up_update_legacy_capability() 933 /* 如果STA之前没有关联, 或者之前以支持ERP站点身份关联,需要update处理 */ in hmac_ap_up_update_legacy_capability() 940 /* 如果STA之前以不支持ERP身份站点关联,需要update处理 */ in hmac_ap_up_update_legacy_capability() 1019 "{hmac_ap_up_update_sta_user::AP refuse STA assoc,update rates Err=%d,status_code=%d}", rslt, *status_code); in hmac_sta_ssid_and_sup_rate_proc() 1095 hi_u32 hmac_sta_protocol_bandwidth_proc(const hmac_vap_stru *hmac_vap, const hmac_update_sta_user_info_stru *update, in hmac_sta_protocol_bandwidth_proc() argument 1103 hi_unref_param(update); in hmac_sta_protocol_bandwidth_proc() 1166 static hi_u32 hmac_ap_up_update_sta_user(const hmac_vap_stru *hmac_vap, const hmac_update_sta_user_info_stru *update, in hmac_ap_up_update_sta_user() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/ |
H A D | tde_define.h | 66 hi_u64 update; /* current node update flag */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/ |
H A D | cryp_hash.c | 627 if ((func->create == HI_NULL) || (func->destroy == HI_NULL) || (func->update == HI_NULL) || in func_register_hash() 672 func.update = cryp_hash_update; in cryp_register_hash_default() 683 func.update = ext_sm3_update; in cryp_register_hash_default() 694 func.update = mbedtls_hash_update; in cryp_register_hash_default()
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkbootimg | 38 sha.update(f.read()) 40 sha.update(pack('I', filesize(f))) 42 sha.update(pack('I', 0))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | make_upg_file.py | 314 digest.update(bytes(common_head_content))
319 digest.update(bytes(section_content))
337 digest.update(bytes(common_head_content))
342 digest.update(bytes(section_content))
373 common_head_sh.update(common_head_content)
381 section_head_sh.update(section_content)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/ |
H A D | mali_kbase_mmu_mode_lpae.c | 186 static struct kbase_mmu_mode const lpae_mode = {.update = mmu_update,
|
H A D | mali_kbase_mmu_mode_aarch64.c | 181 static struct kbase_mmu_mode const aarch64_mode = {.update = mmu_update,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/ |
H A D | mali_kbase_mmu_mode_aarch64.c | 208 .update = mmu_update,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/ |
H A D | tde_hal.h | 424 hi_u64 update; member 456 /* Next node addr、update info、occupied bytes */ 679 * update: first node updating flag 683 hi_s32 tde_hal_node_execute(hi_u64 nodephy_addr, hi_u64 update, hi_bool aq_use_buff);
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | stream.h | 57 void (*update)(struct rkispp_stream *stream); member
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | stream.h | 65 void (*update)(struct rkispp_stream *stream); member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/ |
H A D | packet_tool.py | 439 elif (argv[1] == '-update'):
464 -update,param should be : python packet_create.py -update \"outputPath\" \"name|burnAddr|burnSize|type\"...\r\n\
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/ |
H A D | tde_osilist.c | 490 g_tde_osi_job_list->job_to_commit->first_cmd->node_buf.update, in tde_list_submit_first_cmd() 743 g_tde_osi_job_list->job_to_commit->first_cmd->node_buf.update,
|