Searched refs:xcrb (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/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() 454 struct ep11_urb *xcrb, in xcrb_msg_to_type6_ep11cprb_msgx() argument 489 if (CEIL4(xcrb->req_len) < xcrb->req_len) in xcrb_msg_to_type6_ep11cprb_msgx() 497 if (CEIL4(xcrb->resp_len) < xcrb->resp_len) in xcrb_msg_to_type6_ep11cprb_msgx() 507 (char __force __user *)xcrb->req, xcrb->req_len)) { in xcrb_msg_to_type6_ep11cprb_msgx() 667 struct ep11_urb *xcrb) in convert_type86_ep11_xcrb() argument [all …]
|
| H A D | zcrypt_api.c | 847 struct ica_xcRB *xcrb) in _zcrypt_send_cprb() argument 860 xcrb->status = 0; in _zcrypt_send_cprb() 944 xcrb->user_defined, *domain); in _zcrypt_send_cprb() 1029 struct ep11_urb *xcrb) in _zcrypt_send_ep11_cprb() argument 1524 struct ica_xcRB xcrb; in zsecsendcprb_ioctl() local 1529 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zsecsendcprb_ioctl() 1545 rc, xcrb.status); in zsecsendcprb_ioctl() 1546 if (copy_to_user(uxcrb, &xcrb, sizeof(xcrb))) in zsecsendcprb_ioctl() 1554 struct ep11_urb xcrb; in zsendep11cprb_ioctl() local 1559 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zsendep11cprb_ioctl() [all …]
|
| H A D | zcrypt_ccamisc.c | 299 struct ica_xcRB xcrb; in cca_genseckey() local 382 rc = zcrypt_send_cprb(&xcrb); in cca_genseckey() 441 struct ica_xcRB xcrb; in cca_clr2seckey() local 520 rc = zcrypt_send_cprb(&xcrb); in cca_clr2seckey() 581 struct ica_xcRB xcrb; in cca_sec2protkey() local 647 rc = zcrypt_send_cprb(&xcrb); in cca_sec2protkey() 745 struct ica_xcRB xcrb; in cca_gencipherkey() local 946 struct ica_xcRB xcrb; in _ip_cprb_helper() local 1175 struct ica_xcRB xcrb; in cca_cipher2protkey() local 1340 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,
|