Home
last modified time | relevance | path

Searched refs:ufc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dpkey_api.c1195 struct pkey_findcard __user *ufc = (void __user *) arg; in pkey_unlocked_ioctl() local
1198 if (copy_from_user(&kfc, ufc, sizeof(kfc))) in pkey_unlocked_ioctl()
1205 if (copy_to_user(ufc, &kfc, sizeof(kfc))) in pkey_unlocked_ioctl()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dpkey_api.c1412 struct pkey_findcard __user *ufc = (void __user *)arg; in pkey_unlocked_ioctl() local
1415 if (copy_from_user(&kfc, ufc, sizeof(kfc))) in pkey_unlocked_ioctl()
1422 if (copy_to_user(ufc, &kfc, sizeof(kfc))) in pkey_unlocked_ioctl()

Completed in 6 milliseconds