Searched refs:vcr (Results 1 – 1 of 1) sorted by relevance
1621 private void setUserKeyProtection(int userId, byte[] credential, VerifyCredentialResponse vcr) in setUserKeyProtection() argument1624 if (vcr == null) { in setUserKeyProtection()1627 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in setUserKeyProtection()1629 + vcr.getResponseCode()); in setUserKeyProtection()1631 byte[] token = vcr.getPayload(); in setUserKeyProtection()