Searched refs:xcrb (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/s390/crypto/ |
D | zcrypt_api.c | 604 static long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb) in zcrypt_send_ep11_cprb() argument 614 ep11_dev_list.targets_num = (unsigned short) xcrb->targets_num; in zcrypt_send_ep11_cprb() 621 xcrb->targets_num, in zcrypt_send_ep11_cprb() 629 xcrb->targets, xcrb->targets_num * in zcrypt_send_ep11_cprb() 652 rc = zdev->ops->send_ep11_cprb(zdev, xcrb); in zcrypt_send_ep11_cprb() 874 struct ep11_urb xcrb; in zcrypt_unlocked_ioctl() local 875 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl() 878 rc = zcrypt_send_ep11_cprb(&xcrb); in zcrypt_unlocked_ioctl() 883 rc = zcrypt_send_ep11_cprb(&xcrb); in zcrypt_unlocked_ioctl() 885 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()
|
D | zcrypt_msgtype6.c | 1038 struct ep11_urb *xcrb) in zcrypt_msgtype6_send_ep11_cprb() argument 1054 rc = xcrb_msg_to_type6_ep11cprb_msgx(zdev, &ap_msg, xcrb); in zcrypt_msgtype6_send_ep11_cprb() 1061 rc = convert_response_ep11_xcrb(zdev, &ap_msg, xcrb); in zcrypt_msgtype6_send_ep11_cprb()
|