Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dauthenc.c350 struct compat_crypt_auth_op compat_auth_cop; in compat_kcaop_from_user() local
352 ret = copy_from_user(&compat_auth_cop, arg, sizeof(compat_auth_cop)); in compat_kcaop_from_user()
358 compat_to_crypt_auth_op(&compat_auth_cop, &kcaop->caop); in compat_kcaop_from_user()
367 struct compat_crypt_auth_op compat_auth_cop; in compat_kcaop_to_user() local
375 crypt_auth_op_to_compat(&kcaop->caop, &compat_auth_cop); in compat_kcaop_to_user()
377 if (unlikely(copy_to_user(arg, &compat_auth_cop, sizeof(compat_auth_cop)))) { in compat_kcaop_to_user()