Searched refs:encryptedRecoveryKey (Results 1 – 3 of 3) sorted by relevance
91 byte[] encryptedRecoveryKey = locallyEncryptRecoveryKey(lockScreenHash, recoveryKey); in thmEncryptRecoveryKey()98 /*payload=*/ encryptedRecoveryKey); in thmEncryptRecoveryKey()259 public static byte[] decryptRecoveryKey(byte[] lskfHash, byte[] encryptedRecoveryKey) in decryptRecoveryKey() argument265 /*encryptedPayload=*/ encryptedRecoveryKey); in decryptRecoveryKey()
342 byte[] encryptedRecoveryKey; in syncKeysForAgent()344 encryptedRecoveryKey = KeySyncUtils.thmEncryptRecoveryKey( in syncKeysForAgent()383 .setEncryptedRecoveryKeyBlob(encryptedRecoveryKey); in syncKeysForAgent()
640 @NonNull byte[] encryptedRecoveryKey, in recoverKeyChainSnapshot() argument655 byte[] recoveryKey = decryptRecoveryKey(sessionEntry, encryptedRecoveryKey); in recoverKeyChainSnapshot()