Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dzcrypt_msgtype6.c417 xcRB->request_data_length; in XCRB_msg_to_type6CPRB_msgX()
426 xcRB->request_data_length; in XCRB_msg_to_type6CPRB_msgX()
443 xcRB->reply_data_length; in XCRB_msg_to_type6CPRB_msgX()
444 if ((CEIL4(xcRB->reply_control_blk_length) <= xcRB->reply_data_length) ? in XCRB_msg_to_type6CPRB_msgX()
452 memcpy(msg->hdr.agent_id, &(xcRB->agent_ID), sizeof(xcRB->agent_ID)); in XCRB_msg_to_type6CPRB_msgX()
494 struct ep11_urb *xcRB, in xcrb_msg_to_type6_ep11cprb_msgx() argument
523 if (CEIL4(xcRB->req_len) < xcRB->req_len) in xcrb_msg_to_type6_ep11cprb_msgx()
531 if (CEIL4(xcRB->resp_len) < xcRB->resp_len) in xcrb_msg_to_type6_ep11cprb_msgx()
541 (char __force __user *)xcRB->req, xcRB->req_len)) { in xcrb_msg_to_type6_ep11cprb_msgx()
742 struct ep11_urb *xcRB) in convert_type86_ep11_xcrb() argument
[all …]
A Dzcrypt_api.c849 struct ica_xcRB *xcRB) in _zcrypt_send_cprb() argument
862 xcRB->status = 0; in _zcrypt_send_cprb()
871 xcRB->agent_ID = 0x4646; in _zcrypt_send_cprb()
899 if (xcRB->user_defined != AUTOSELECT && in _zcrypt_send_cprb()
900 xcRB->user_defined != zc->card->id) in _zcrypt_send_cprb()
1502 struct ica_xcRB xcRB; in zsecsendcprb_ioctl() local
1507 if (copy_from_user(&xcRB, uxcRB, sizeof(xcRB))) in zsecsendcprb_ioctl()
1514 tr.fi.cmd = (u16)(xcRB.status >> 16); in zsecsendcprb_ioctl()
1516 xcRB.status = 0; in zsecsendcprb_ioctl()
1539 rc, xcRB.status); in zsecsendcprb_ioctl()
[all …]
A Dzcrypt_api.h158 long zcrypt_send_cprb(struct ica_xcRB *xcRB);

Completed in 12 milliseconds