Home
last modified time | relevance | path

Searched refs:BootLevelKeyCache (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Dboot_level_keys.rs184 pub struct BootLevelKeyCache { struct
194 impl BootLevelKeyCache { implementation
287 self.expand_key(boot_level, AES_256_KEY_LENGTH, BootLevelKeyCache::HKDF_AES) in aes_key()
299 let mut blkc = BootLevelKeyCache::new(ZVec::try_from(initial_key as &[u8])?); in test_output_is_consistent()
Dsuper_key.rs16 boot_level_keys::{get_level_zero_key, BootLevelKeyCache},
272 boot_level_key_cache: Option<Mutex<BootLevelKeyCache>>,
301 Some(Mutex::new(BootLevelKeyCache::new(level_zero_key))); in set_up_boot_level_cache()