Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_api.c855 struct ep11_urb __user *uxcrb = (void __user *)arg; in zcrypt_unlocked_ioctl() local
858 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()
870 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()