Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_api.c861 struct ep11_urb __user *uxcrb = (void __user *)arg; in zcrypt_unlocked_ioctl() local
864 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()
876 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()