Searched refs:xcrb (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c335 struct ica_xcRB *xcrb,
351 int rcblen = CEIL4(xcrb->request_control_blk_length);
356 if (CEIL4(xcrb->request_control_blk_length) <
357 xcrb->request_control_blk_length)
362 CEIL4(xcrb->request_control_blk_length) +
363 xcrb->request_data_length;
371 req_sumlen = CEIL4(xcrb->request_control_blk_length) +
372 xcrb->request_data_length;
373 if ((CEIL4(xcrb->request_control_blk_length) <=
374 xcrb
334 xcrb_msg_to_type6cprb_msgx(bool userspace, struct ap_message *ap_msg, struct ica_xcRB *xcrb, unsigned int *fcode, unsigned short **dom) argument
454 xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, struct ep11_urb *xcrb, unsigned int *fcode, unsigned int *domain) argument
623 convert_type86_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcrb) argument
668 convert_type86_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcrb) argument
751 convert_response_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcrb) argument
786 convert_response_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcrb) argument
1075 prep_cca_ap_msg(bool userspace, struct ica_xcRB *xcrb, struct ap_message *ap_msg, unsigned int *func_code, unsigned short **dom) argument
1103 zcrypt_msgtype6_send_cprb(bool userspace, struct zcrypt_queue *zq, struct ica_xcRB *xcrb, struct ap_message *ap_msg) argument
1172 prep_ep11_ap_msg(bool userspace, struct ep11_urb *xcrb, struct ap_message *ap_msg, unsigned int *func_code, unsigned int *domain) argument
1201 zcrypt_msgtype6_send_ep11_cprb(bool userspace, struct zcrypt_queue *zq, struct ep11_urb *xcrb, struct ap_message *ap_msg) argument
[all...]
H A Dzcrypt_msgtype6.h97 int prep_cca_ap_msg(bool userspace, struct ica_xcRB *xcrb,
100 int prep_ep11_ap_msg(bool userspace, struct ep11_urb *xcrb,
H A Dzcrypt_api.c847 struct ica_xcRB *xcrb)
858 trace_s390_zcrypt_req(xcrb, TB_ZSECSENDCPRB);
860 xcrb->status = 0;
863 rc = prep_cca_ap_msg(userspace, xcrb, &ap_msg, &func_code, &domain);
899 if (xcrb->user_defined != AUTOSELECT &&
900 xcrb->user_defined != zc->card->id)
944 __func__, xcrb->user_defined, *domain);
954 rc = pref_zq->ops->send_cprb(userspace, pref_zq, xcrb, &ap_msg);
970 trace_s390_zcrypt_rep(xcrb, func_code, rc,
975 long zcrypt_send_cprb(struct ica_xcRB *xcrb) argument
845 _zcrypt_send_cprb(bool userspace, struct ap_perms *perms, struct zcrypt_track *tr, struct ica_xcRB *xcrb) argument
1027 _zcrypt_send_ep11_cprb(bool userspace, struct ap_perms *perms, struct zcrypt_track *tr, struct ep11_urb *xcrb) argument
1179 zcrypt_send_ep11_cprb(struct ep11_urb *xcrb) argument
1529 struct ica_xcRB xcrb; local
1559 struct ep11_urb xcrb; local
[all...]
H A Dzcrypt_ccamisc.c272 * Helper function to prepare the xcrb struct
299 struct ica_xcRB xcrb; local
378 /* fill xcrb struct */
379 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk);
381 /* forward xcrb with request CPRB and reply CPRB to zcrypt dd */
382 rc = zcrypt_send_cprb(&xcrb);
441 struct ica_xcRB xcrb; local
516 /* fill xcrb struct */
517 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk);
519 /* forward xcrb wit
581 struct ica_xcRB xcrb; local
745 struct ica_xcRB xcrb; local
946 struct ica_xcRB xcrb; local
1175 struct ica_xcRB xcrb; local
1340 struct ica_xcRB xcrb; local
1490 struct ica_xcRB xcrb; local
[all...]

Completed in 137 milliseconds