Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dpkey_api.c188 static inline int _zcrypt_send_cprb(struct ica_xcRB *xcrb) in _zcrypt_send_cprb() argument
194 rc = zcrypt_send_cprb(xcrb); in _zcrypt_send_cprb()
210 struct ica_xcRB xcrb; in pkey_genseckey() local
288 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_genseckey()
291 rc = _zcrypt_send_cprb(&xcrb); in pkey_genseckey()
352 struct ica_xcRB xcrb; in pkey_clr2seckey() local
426 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_clr2seckey()
429 rc = _zcrypt_send_cprb(&xcrb); in pkey_clr2seckey()
490 struct ica_xcRB xcrb; in pkey_sec2protkey() local
553 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_sec2protkey()
[all …]
Dzcrypt_api.c464 static long zcrypt_send_ep11_cprb(struct ep11_urb *xcrb) in zcrypt_send_ep11_cprb() argument
475 trace_s390_zcrypt_req(xcrb, TP_ZSENDEP11CPRB); in zcrypt_send_ep11_cprb()
479 target_num = (unsigned short) xcrb->targets_num; in zcrypt_send_ep11_cprb()
493 uptr = (struct ep11_target_dev __force __user *) xcrb->targets; in zcrypt_send_ep11_cprb()
502 rc = get_ep11cprb_fc(xcrb, &ap_msg, &func_code); in zcrypt_send_ep11_cprb()
546 rc = pref_zq->ops->send_ep11_cprb(pref_zq, xcrb, &ap_msg); in zcrypt_send_ep11_cprb()
556 trace_s390_zcrypt_rep(xcrb, func_code, rc, in zcrypt_send_ep11_cprb()
862 struct ep11_urb xcrb; in zcrypt_unlocked_ioctl() local
864 if (copy_from_user(&xcrb, uxcrb, sizeof(xcrb))) in zcrypt_unlocked_ioctl()
867 rc = zcrypt_send_ep11_cprb(&xcrb); in zcrypt_unlocked_ioctl()
[all …]
Dzcrypt_msgtype6.c1176 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()