Searched refs:personalizedHash (Results 1 – 2 of 2) sorted by relevance
102 byte[] keyHash = personalizedHash(personalization, keyBytes); in encrypt()116 byte[] keyHash = personalizedHash(personalization, keyBytes); in decrypt()254 protected static byte[] personalizedHash(byte[] personalization, byte[]... message) { in personalizedHash() method in SyntheticPasswordCrypto
236 return SyntheticPasswordCrypto.personalizedHash(personalization, in deriveSubkey()319 mSyntheticPassword = bytesToHex(SyntheticPasswordCrypto.personalizedHash( in recreate()1708 byte[] weaverSecret = SyntheticPasswordCrypto.personalizedHash( in transformUnderWeaverSecret()1714 byte[] secdiscardable = SyntheticPasswordCrypto.personalizedHash( in transformUnderSecdiscardable()1881 return SyntheticPasswordCrypto.personalizedHash(PERSONALIZATION_USER_GK_AUTH, in stretchedLskfToGkPassword()1886 byte[] key = SyntheticPasswordCrypto.personalizedHash(PERSONALIZATION_WEAVER_KEY, in stretchedLskfToWeaverKey()