Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_api.c605 static long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb) in zcrypt_send_ep11_cprb() argument
615 ep11_dev_list.targets_num = (unsigned short) xcrb->targets_num; in zcrypt_send_ep11_cprb()
622 xcrb->targets_num, in zcrypt_send_ep11_cprb()
630 xcrb->targets, xcrb->targets_num * in zcrypt_send_ep11_cprb()
653 rc = zdev->ops->send_ep11_cprb(zdev, xcrb); in zcrypt_send_ep11_cprb()
875 struct ep11_urb xcrb; in zcrypt_unlocked_ioctl() local
876 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()
879 rc = zcrypt_send_ep11_cprb(&xcrb); in zcrypt_unlocked_ioctl()
884 rc = zcrypt_send_ep11_cprb(&xcrb); in zcrypt_unlocked_ioctl()
886 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()
Dzcrypt_msgtype6.c1042 struct ep11_urb *xcrb) in zcrypt_msgtype6_send_ep11_cprb() argument
1058 rc = xcrb_msg_to_type6_ep11cprb_msgx(zdev, &ap_msg, xcrb); in zcrypt_msgtype6_send_ep11_cprb()
1067 rc = convert_response_ep11_xcrb(zdev, &ap_msg, xcrb); in zcrypt_msgtype6_send_ep11_cprb()