Searched refs:xcrb (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.c | 335 struct ica_xcRB *xcrb, in xcrb_msg_to_type6cprb_msgx() argument 363 xcrb->request_data_length; in xcrb_msg_to_type6cprb_msgx() 372 xcrb->request_data_length; in xcrb_msg_to_type6cprb_msgx() 389 xcrb->reply_data_length; in xcrb_msg_to_type6cprb_msgx() 399 memcpy(msg->hdr.agent_id, &xcrb->agent_ID, sizeof(xcrb->agent_ID)); in xcrb_msg_to_type6cprb_msgx() 455 struct ep11_urb *xcrb, in xcrb_msg_to_type6_ep11cprb_msgx() argument 490 if (CEIL4(xcrb->req_len) < xcrb->req_len) in xcrb_msg_to_type6_ep11cprb_msgx() 498 if (CEIL4(xcrb->resp_len) < xcrb->resp_len) in xcrb_msg_to_type6_ep11cprb_msgx() 508 (char __force __user *)xcrb->req, xcrb->req_len)) { in xcrb_msg_to_type6_ep11cprb_msgx() 670 struct ep11_urb *xcrb) in convert_type86_ep11_xcrb() argument [all …]
|
H A D | zcrypt_api.c | 851 struct ica_xcRB *xcrb) in _zcrypt_send_cprb() argument 864 xcrb->status = 0; in _zcrypt_send_cprb() 901 if (xcrb->user_defined != AUTOSELECT && in _zcrypt_send_cprb() 1008 struct ep11_urb *xcrb) in _zcrypt_send_ep11_cprb() argument 1490 struct ica_xcRB xcrb; in zsecsendcprb_ioctl() local 1495 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zsecsendcprb_ioctl() 1514 rc, xcrb.status); in zsecsendcprb_ioctl() 1515 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb))) in zsecsendcprb_ioctl() 1523 struct ep11_urb xcrb; in zsendep11cprb_ioctl() local 1528 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zsendep11cprb_ioctl() [all …]
|
H A D | zcrypt_ccamisc.c | 304 struct ica_xcRB xcrb; in cca_genseckey() local 387 rc = zcrypt_send_cprb(&xcrb); in cca_genseckey() 446 struct ica_xcRB xcrb; in cca_clr2seckey() local 525 rc = zcrypt_send_cprb(&xcrb); in cca_clr2seckey() 586 struct ica_xcRB xcrb; in cca_sec2protkey() local 652 rc = zcrypt_send_cprb(&xcrb); in cca_sec2protkey() 750 struct ica_xcRB xcrb; in cca_gencipherkey() local 954 struct ica_xcRB xcrb; in _ip_cprb_helper() local 1189 struct ica_xcRB xcrb; in cca_cipher2protkey() local 1358 struct ica_xcRB xcrb; in cca_ecc2protkey() local [all …]
|
H A D | zcrypt_msgtype6.h | 97 int prep_cca_ap_msg(bool userspace, struct ica_xcRB *xcrb, 100 int prep_ep11_ap_msg(bool userspace, struct ep11_urb *xcrb,
|