commit | deab85dc5937a383dda0e2c4b61027a967e40511 | [log] [tgz] |
---|---|---|
author | Hasini Gunasinghe <hasinitg@google.com> | Mon Feb 01 21:10:02 2021 +0000 |
committer | Janis Danisevskis <jdanis@google.com> | Wed Feb 17 08:50:43 2021 -0800 |
tree | de85cb9603fbc8c93ffe017c73e35251cc1fa3d7 | |
parent | da895556c347b3f1f8cb19690977dceb2ebf1851 [diff] [blame] |
Super encrypted keys This CL implements super encryption of auth bound keys. Bug: 173545997 Test: TBD Change-Id: I71ca59803797d819a717dbd080550a61d88fe1c3
diff --git a/keystore2/src/globals.rs b/keystore2/src/globals.rs index 3037a03..83d381d 100644 --- a/keystore2/src/globals.rs +++ b/keystore2/src/globals.rs
@@ -60,6 +60,7 @@ }), KeystoreDB::new(&DB_PATH.lock().expect("Could not get the database directory."), None) .expect("Failed to open database."), + SUPER_KEY.clone(), ) });