Searched refs:vcr (Results 1 – 1 of 1) sorted by relevance
1498 private void setUserKeyProtection(int userId, String credential, VerifyCredentialResponse vcr) in setUserKeyProtection() argument1501 if (vcr == null) { in setUserKeyProtection()1504 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in setUserKeyProtection()1506 + vcr.getResponseCode()); in setUserKeyProtection()1508 byte[] token = vcr.getPayload(); in setUserKeyProtection()