Searched refs:encryptedRecoveryKey (Results 1 – 3 of 3) sorted by relevance
89 byte[] encryptedRecoveryKey = locallyEncryptRecoveryKey(lockScreenHash, recoveryKey); in thmEncryptRecoveryKey()96 /*payload=*/ encryptedRecoveryKey); in thmEncryptRecoveryKey()257 public static byte[] decryptRecoveryKey(byte[] lskfHash, byte[] encryptedRecoveryKey) in decryptRecoveryKey() argument263 /*encryptedPayload=*/ encryptedRecoveryKey); in decryptRecoveryKey()
324 byte[] encryptedRecoveryKey; in syncKeysForAgent()326 encryptedRecoveryKey = KeySyncUtils.thmEncryptRecoveryKey( in syncKeysForAgent()365 .setEncryptedRecoveryKeyBlob(encryptedRecoveryKey); in syncKeysForAgent()
604 @NonNull byte[] encryptedRecoveryKey, in recoverKeyChainSnapshot() argument619 byte[] recoveryKey = decryptRecoveryKey(sessionEntry, encryptedRecoveryKey); in recoverKeyChainSnapshot()