Searched refs:BootLevelKeyCache (Results 1 – 2 of 2) sorted by relevance
184 pub struct BootLevelKeyCache { struct194 impl BootLevelKeyCache { implementation287 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()
16 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()