Searched refs:vcr (Results 1 – 1 of 1) sorted by relevance
1673 private void setUserKeyProtection(int userId, byte[] credential, VerifyCredentialResponse vcr) in setUserKeyProtection() argument1676 if (vcr == null) { in setUserKeyProtection()1679 if (vcr.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in setUserKeyProtection()1681 + vcr.getResponseCode()); in setUserKeyProtection()1683 byte[] token = vcr.getPayload(); in setUserKeyProtection()