Lines Matching refs:xcRB
852 struct ica_xcRB *xcRB)
863 trace_s390_zcrypt_req(xcRB, TB_ZSECSENDCPRB);
865 xcRB->status = 0;
874 xcRB->agent_ID = 0x4646;
878 rc = get_cprb_fc(userspace, xcRB, &ap_msg, &func_code, &domain);
902 if (xcRB->user_defined != AUTOSELECT &&
903 xcRB->user_defined != zc->card->id)
961 rc = pref_zq->ops->send_cprb(userspace, pref_zq, xcRB, &ap_msg);
973 trace_s390_zcrypt_rep(xcRB, func_code, rc,
978 long zcrypt_send_cprb(struct ica_xcRB *xcRB)
980 return _zcrypt_send_cprb(false, &ap_perms, NULL, xcRB);
1499 struct ica_xcRB xcRB;
1504 if (copy_from_user(&xcRB, uxcRB, sizeof(xcRB)))
1508 if (xcRB.status & (1U << 31)) {
1511 tr.fi.cmd = (u16)(xcRB.status >> 16);
1513 xcRB.status &= 0x0000FFFF;
1517 rc = _zcrypt_send_cprb(true, perms, &tr, &xcRB);
1528 rc = _zcrypt_send_cprb(true, perms, &tr, &xcRB);
1536 rc, xcRB.status);
1537 if (copy_to_user(uxcRB, &xcRB, sizeof(xcRB)))