Lines Matching refs:xcRB
800 struct ica_xcRB *xcRB) in _zcrypt_send_cprb() argument
811 trace_s390_zcrypt_req(xcRB, TB_ZSECSENDCPRB); in _zcrypt_send_cprb()
813 xcRB->status = 0; in _zcrypt_send_cprb()
815 rc = get_cprb_fc(xcRB, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb()
838 if (xcRB->user_defined != AUTOSELECT && in _zcrypt_send_cprb()
839 xcRB->user_defined != zc->card->id) in _zcrypt_send_cprb()
880 rc = pref_zq->ops->send_cprb(pref_zq, xcRB, &ap_msg); in _zcrypt_send_cprb()
888 trace_s390_zcrypt_rep(xcRB, func_code, rc, in _zcrypt_send_cprb()
893 long zcrypt_send_cprb(struct ica_xcRB *xcRB) in zcrypt_send_cprb() argument
895 return _zcrypt_send_cprb(&ap_perms, xcRB); in zcrypt_send_cprb()
1343 struct ica_xcRB xcRB; in zcrypt_unlocked_ioctl() local
1345 if (copy_from_user(&xcRB, uxcRB, sizeof(xcRB))) in zcrypt_unlocked_ioctl()
1348 rc = _zcrypt_send_cprb(perms, &xcRB); in zcrypt_unlocked_ioctl()
1353 rc = _zcrypt_send_cprb(perms, &xcRB); in zcrypt_unlocked_ioctl()
1357 rc, xcRB.status); in zcrypt_unlocked_ioctl()
1358 if (copy_to_user(uxcRB, &xcRB, sizeof(xcRB))) in zcrypt_unlocked_ioctl()