Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/src/
H A Dboot_level_keys.rs184 pub struct BootLevelKeyCache { struct
194 impl BootLevelKeyCache { impl
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()
H A Dsuper_key.rs16 boot_level_keys::{get_level_zero_key, BootLevelKeyCache},
275 boot_level_key_cache: Option<Mutex<BootLevelKeyCache>>,
304 Some(Mutex::new(BootLevelKeyCache::new(level_zero_key))); in set_up_boot_level_cache()