Searched refs:insz (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/aes_perf/ |
| H A D | ta_aes_perf.c | 92 uint32_t insz = 0; in cmd_process() local 134 insz = params[0].memref.size; in cmd_process() 140 unit = insz; in cmd_process() 149 for (i = 0; i < insz / unit; i++) { in cmd_process() 155 if (insz % unit) { in cmd_process() 156 res = do_update(crypto_op, in, insz % unit, out, &outsz); in cmd_process()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/sha_perf/ |
| H A D | ta_sha_perf.c | 30 uint32_t insz = 0; in cmd_process() local 43 insz = params[0].memref.size - offset; in cmd_process() 49 res = TEE_DigestDoFinal(digest_op, in, insz, out, &outsz); in cmd_process()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tx.c | 266 u16 insz; member 330 attr->insz = mlx5e_accel_tx_ids_len(sq, accel); in mlx5e_sq_xmit_prepare() 341 if (attr->insz) in mlx5e_sq_calc_wqe_attr() 342 ds_cnt_ids = DIV_ROUND_UP(sizeof(struct mlx5_wqe_inline_seg) + attr->insz, in mlx5e_sq_calc_wqe_attr() 469 !attr->insz; in mlx5e_tx_skb_supports_mpwqe()
|