Searched refs:xcrb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/s390/crypto/ |
D | pkey_api.c | 187 static inline int _zcrypt_send_cprb(struct ica_xcRB *xcrb) in _zcrypt_send_cprb() argument 193 rc = zcrypt_send_cprb(xcrb); in _zcrypt_send_cprb() 209 struct ica_xcRB xcrb; in pkey_genseckey() local 287 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_genseckey() 290 rc = _zcrypt_send_cprb(&xcrb); in pkey_genseckey() 351 struct ica_xcRB xcrb; in pkey_clr2seckey() local 425 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_clr2seckey() 428 rc = _zcrypt_send_cprb(&xcrb); in pkey_clr2seckey() 489 struct ica_xcRB xcrb; in pkey_sec2protkey() local 552 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_sec2protkey() [all …]
|
D | zcrypt_api.c | 462 static long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb) in zcrypt_send_ep11_cprb() argument 473 trace_s390_zcrypt_req(xcrb, TP_ZSENDEP11CPRB); in zcrypt_send_ep11_cprb() 477 target_num = (unsigned short) xcrb->targets_num; in zcrypt_send_ep11_cprb() 490 uptr = (struct ep11_target_dev __force __user *) xcrb->targets; in zcrypt_send_ep11_cprb() 498 rc = get_ep11cprb_fc(xcrb, &ap_msg, &func_code); in zcrypt_send_ep11_cprb() 542 rc = pref_zq->ops->send_ep11_cprb(pref_zq, xcrb, &ap_msg); in zcrypt_send_ep11_cprb() 552 trace_s390_zcrypt_rep(xcrb, func_code, rc, in zcrypt_send_ep11_cprb() 856 struct ep11_urb xcrb; in zcrypt_unlocked_ioctl() local 858 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl() 861 rc = zcrypt_send_ep11_cprb(&xcrb); in zcrypt_unlocked_ioctl() [all …]
|
D | zcrypt_msgtype6.c | 1176 unsigned int get_ep11cprb_fc(struct ep11_urb *xcrb, in get_ep11cprb_fc() argument 1194 return xcrb_msg_to_type6_ep11cprb_msgx(ap_msg, xcrb, func_code); in get_ep11cprb_fc() 1205 struct ep11_urb *xcrb, in zcrypt_msgtype6_send_ep11_cprb() argument 1264 rc = convert_response_ep11_xcrb(zq, ap_msg, xcrb); in zcrypt_msgtype6_send_ep11_cprb()
|