Searched refs:TrustyKekContext (Results 1 – 2 of 2) sorted by relevance
91 enum TrustyKekContext { enum96 impl TrustyKekContext { impl134 Ok(TrustyKekContext::NonLegacyKey(NonLegacyKeyContext { in new()148 Ok(TrustyKekContext::LegacyKey) in new()174 0 => Ok(TrustyKekContext::LegacyKey), in from_raw()186 Ok(TrustyKekContext::NonLegacyKey(NonLegacyKeyContext { in from_raw()205 TrustyKekContext::LegacyKey => (0, 0, 0u32), in to_raw()206 TrustyKekContext::NonLegacyKey(ctx) => { in to_raw()230 let context = TrustyKekContext::from_raw(context)?; in root_kek()238 TrustyKekContext::NonLegacyKey(context) => { in root_kek()[all …]
159 let kek_context = super::TrustyKekContext::new( in convert_key()