Home
last modified time | relevance | path

Searched refs:outsz (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/sha_perf/
H A Dta_sha_perf.c31 uint32_t outsz = 0; in cmd_process() local
45 outsz = params[1].memref.size; in cmd_process()
49 res = TEE_DigestDoFinal(digest_op, in, insz, out, &outsz); in cmd_process()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/aes_perf/
H A Dta_aes_perf.c93 uint32_t outsz = 0; in cmd_process() local
136 outsz = params[1].memref.size; in cmd_process()
150 res = do_update(crypto_op, in, unit, out, &outsz); in cmd_process()
156 res = do_update(crypto_op, in, insz % unit, out, &outsz); in cmd_process()
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmbochs.c1172 unsigned long minsz, outsz; in mbochs_ioctl() local
1205 outsz = info.base.argsz; in mbochs_ioctl()
1206 if (outsz < minsz) in mbochs_ioctl()
1208 if (outsz > sizeof(info)) in mbochs_ioctl()
1215 if (copy_to_user((void __user *)arg, &info, outsz)) in mbochs_ioctl()