Lines Matching refs:xcRB
364 long zcrypt_send_cprb(struct ica_xcRB *xcRB) in zcrypt_send_cprb() argument
374 trace_s390_zcrypt_req(xcRB, TB_ZSECSENDCPRB); in zcrypt_send_cprb()
377 rc = get_cprb_fc(xcRB, &ap_msg, &func_code, &domain); in zcrypt_send_cprb()
389 if (xcRB->user_defined != AUTOSELECT && in zcrypt_send_cprb()
390 xcRB->user_defined != zc->card->id) in zcrypt_send_cprb()
424 rc = pref_zq->ops->send_cprb(pref_zq, xcRB, &ap_msg); in zcrypt_send_cprb()
432 trace_s390_zcrypt_rep(xcRB, func_code, rc, in zcrypt_send_cprb()
836 struct ica_xcRB xcRB; in zcrypt_unlocked_ioctl() local
838 if (copy_from_user(&xcRB, uxcRB, sizeof(xcRB))) in zcrypt_unlocked_ioctl()
841 rc = zcrypt_send_cprb(&xcRB); in zcrypt_unlocked_ioctl()
846 rc = zcrypt_send_cprb(&xcRB); in zcrypt_unlocked_ioctl()
850 if (copy_to_user(uxcRB, &xcRB, sizeof(xcRB))) in zcrypt_unlocked_ioctl()