Searched refs:secdiscardable (Results 1 – 1 of 1) sorted by relevance
1215 PERSONALIZATION_WEAVER_TOKEN, secdiscardable); in addPendingToken()1217 tokenData.secdiscardableOnDisk = secdiscardable; in addPendingToken()1413 byte[] secdiscardable = loadSecdiscardable(protectorId, userId); in unlockLskfBasedProtector()1414 if (secdiscardable == null) { in unlockLskfBasedProtector()1512 byte[] secdiscardable = loadSecdiscardable(protectorId, userId); in unlockTokenBasedProtectorInternal()1513 if (secdiscardable == null) { in unlockTokenBasedProtectorInternal()1534 PERSONALIZATION_WEAVER_TOKEN, secdiscardable); in unlockTokenBasedProtectorInternal()1536 byte[] protectorSecret = transformUnderSecdiscardable(token, secdiscardable); in unlockTokenBasedProtectorInternal()1714 byte[] secdiscardable = SyntheticPasswordCrypto.personalizedHash( in transformUnderSecdiscardable()1716 return ArrayUtils.concat(data, secdiscardable); in transformUnderSecdiscardable()[all …]