Searched refs:secdiscardable (Results 1 – 1 of 1) sorted by relevance
1270 final byte[] secdiscardable = SecureRandomUtils.randomBytes(SECDISCARDABLE_LENGTH); in addPendingToken()1274 PERSONALIZATION_WEAVER_TOKEN, secdiscardable); in addPendingToken()1276 tokenData.secdiscardableOnDisk = secdiscardable; in addPendingToken()1279 tokenData.aggregatedSecret = transformUnderSecdiscardable(token, secdiscardable); in addPendingToken()1475 byte[] secdiscardable = loadSecdiscardable(protectorId, userId); in unlockLskfBasedProtector()1476 if (secdiscardable == null) { in unlockLskfBasedProtector()1481 protectorSecret = transformUnderSecdiscardable(stretchedLskf, secdiscardable); in unlockLskfBasedProtector()1580 byte[] secdiscardable = loadSecdiscardable(protectorId, userId); in unlockTokenBasedProtectorInternal()1581 if (secdiscardable == null) { in unlockTokenBasedProtectorInternal()1602 secdiscardable = SyntheticPasswordCrypto.decrypt(response.getGatekeeperHAT(), in unlockTokenBasedProtectorInternal()[all …]