Searched refs:compat_auth_cop (Results 1 – 1 of 1) sorted by relevance
350 struct compat_crypt_auth_op compat_auth_cop; in compat_kcaop_from_user() local352 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() local375 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()