Searched refs:thmKfHash (Results 1 – 3 of 3) sorted by relevance
92 byte[] thmKfHash = calculateThmKfHash(lockScreenHash); in thmEncryptRecoveryKey()96 /*sharedSecret=*/ thmKfHash, in thmEncryptRecoveryKey()218 byte[] thmKfHash, in encryptRecoveryClaim() argument224 /*payload=*/ ArrayUtils.concat(thmKfHash, keyClaimant)); in encryptRecoveryClaim()
556 byte[] thmKfHash = KeySyncUtils.calculateThmKfHash(kfHash); in startRecoverySession()561 thmKfHash, in startRecoverySession()
80 byte[] thmKfHash = KeySyncUtils.calculateThmKfHash(lockScreenHash); in calculateThmKfHash_isShaOfLockScreenHashWithPrefix()82 assertArrayEquals(calculateSha256(utf8Bytes("THM_KF_hash012345678910")), thmKfHash); in calculateThmKfHash_isShaOfLockScreenHashWithPrefix()87 byte[] thmKfHash = KeySyncUtils.calculateThmKfHash(utf8Bytes("1234")); in calculateThmKfHash_is256BitsLong()89 assertEquals(THM_KF_HASH_SIZE / Byte.SIZE, thmKfHash.length); in calculateThmKfHash_is256BitsLong()