Searched refs:xcrb (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/s390/crypto/ |
| D | zcrypt_ccamisc.c | 257 static inline int _zcrypt_send_cprb(struct ica_xcRB *xcrb) in _zcrypt_send_cprb() argument 263 rc = zcrypt_send_cprb(xcrb); in _zcrypt_send_cprb() 279 struct ica_xcRB xcrb; in cca_genseckey() local 359 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in cca_genseckey() 362 rc = _zcrypt_send_cprb(&xcrb); in cca_genseckey() 420 struct ica_xcRB xcrb; in cca_clr2seckey() local 496 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in cca_clr2seckey() 499 rc = _zcrypt_send_cprb(&xcrb); in cca_clr2seckey() 559 struct ica_xcRB xcrb; in cca_sec2protkey() local 622 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in cca_sec2protkey() [all …]
|
| D | zcrypt_api.c | 924 struct ep11_urb *xcrb) in zcrypt_send_ep11_cprb() argument 936 trace_s390_zcrypt_req(xcrb, TP_ZSENDEP11CPRB); in zcrypt_send_ep11_cprb() 940 target_num = (unsigned short) xcrb->targets_num; in zcrypt_send_ep11_cprb() 954 uptr = (struct ep11_target_dev __force __user *) xcrb->targets; in zcrypt_send_ep11_cprb() 963 rc = get_ep11cprb_fc(xcrb, &ap_msg, &func_code); in zcrypt_send_ep11_cprb() 1014 rc = pref_zq->ops->send_ep11_cprb(pref_zq, xcrb, &ap_msg); in zcrypt_send_ep11_cprb() 1024 trace_s390_zcrypt_rep(xcrb, func_code, rc, in zcrypt_send_ep11_cprb() 1364 struct ep11_urb xcrb; in zcrypt_unlocked_ioctl() local 1366 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl() 1369 rc = zcrypt_send_ep11_cprb(perms, &xcrb); in zcrypt_unlocked_ioctl() [all …]
|
| D | zcrypt_msgtype6.c | 1157 unsigned int get_ep11cprb_fc(struct ep11_urb *xcrb, in get_ep11cprb_fc() argument 1174 return xcrb_msg_to_type6_ep11cprb_msgx(ap_msg, xcrb, func_code); in get_ep11cprb_fc() 1185 struct ep11_urb *xcrb, in zcrypt_msgtype6_send_ep11_cprb() argument 1244 rc = convert_response_ep11_xcrb(zq, ap_msg, xcrb); in zcrypt_msgtype6_send_ep11_cprb()
|