Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c1311 struct compat_crypt_fd_map_op compat_mop; in compat_kcop_map_fd_from_user() local
1313 if (unlikely(copy_from_user(&compat_mop, arg, sizeof(compat_mop)))) in compat_kcop_map_fd_from_user()
1316 compat_to_crypt_fd_map_op(&compat_mop, &kcop->mop); in compat_kcop_map_fd_from_user()
1324 struct compat_crypt_fd_map_op compat_mop; in compat_kcop_map_fd_to_user() local
1326 crypt_fd_map_op_to_compat(&kcop->mop, &compat_mop); in compat_kcop_map_fd_to_user()
1327 if (unlikely(copy_to_user(arg, &compat_mop, sizeof(compat_mop)))) { in compat_kcop_map_fd_to_user()