Searched refs:xcRB (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.c | 382 * @xcRB: pointer to user input data 392 struct ica_xcRB *xcRB, in XCRB_msg_to_type6CPRB_msgX() 405 int rcblen = CEIL4(xcRB->request_control_blk_length); in XCRB_msg_to_type6CPRB_msgX() 410 if (CEIL4(xcRB->request_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX() 411 xcRB->request_control_blk_length) in XCRB_msg_to_type6CPRB_msgX() 416 CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX() 417 xcRB->request_data_length; in XCRB_msg_to_type6CPRB_msgX() 425 req_sumlen = CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX() 426 xcRB->request_data_length; in XCRB_msg_to_type6CPRB_msgX() 427 if ((CEIL4(xcRB in XCRB_msg_to_type6CPRB_msgX() 391 XCRB_msg_to_type6CPRB_msgX(bool userspace, struct ap_message *ap_msg, struct ica_xcRB *xcRB, unsigned int *fcode, unsigned short **dom) XCRB_msg_to_type6CPRB_msgX() argument 499 xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, struct ep11_urb *xcRB, unsigned int *fcode) xcrb_msg_to_type6_ep11cprb_msgx() argument 719 convert_type86_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcRB) convert_type86_xcrb() argument 750 convert_type86_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcRB) convert_type86_ep11_xcrb() argument 827 convert_response_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcRB) convert_response_xcrb() argument 861 convert_response_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcRB) convert_response_ep11_xcrb() argument 1114 get_cprb_fc(bool userspace, struct ica_xcRB *xcRB, struct ap_message *ap_msg, unsigned int *func_code, unsigned short **dom) get_cprb_fc() argument 1141 zcrypt_msgtype6_send_cprb(bool userspace, struct zcrypt_queue *zq, struct ica_xcRB *xcRB, struct ap_message *ap_msg) zcrypt_msgtype6_send_cprb() argument [all...] |
H A D | zcrypt_api.c | 852 struct ica_xcRB *xcRB) in _zcrypt_send_cprb() 863 trace_s390_zcrypt_req(xcRB, TB_ZSECSENDCPRB); in _zcrypt_send_cprb() 865 xcRB->status = 0; in _zcrypt_send_cprb() 874 xcRB->agent_ID = 0x4646; in _zcrypt_send_cprb() 878 rc = get_cprb_fc(userspace, xcRB, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb() 902 if (xcRB->user_defined != AUTOSELECT && in _zcrypt_send_cprb() 903 xcRB->user_defined != zc->card->id) in _zcrypt_send_cprb() 961 rc = pref_zq->ops->send_cprb(userspace, pref_zq, xcRB, &ap_msg); in _zcrypt_send_cprb() 973 trace_s390_zcrypt_rep(xcRB, func_code, rc, in _zcrypt_send_cprb() 978 long zcrypt_send_cprb(struct ica_xcRB *xcRB) in zcrypt_send_cprb() argument 850 _zcrypt_send_cprb(bool userspace, struct ap_perms *perms, struct zcrypt_track *tr, struct ica_xcRB *xcRB) _zcrypt_send_cprb() argument 1499 struct ica_xcRB xcRB; zsecsendcprb_ioctl() local [all...] |
H A D | zcrypt_api.h | 159 long zcrypt_send_cprb(struct ica_xcRB *xcRB);
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_api.h | 155 long zcrypt_send_cprb(struct ica_xcRB *xcRB);
|
Completed in 5 milliseconds