Home
last modified time | relevance | path

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

/trusty/user/app/keymint/
Dkeys.rs113 const SERIALIZED_SIZE: usize = Self::OS_ROLLBACK_VER_OFFSET + U32_SIZE; constant
154 if raw_context.len() != Self::SERIALIZED_SIZE { in from_raw()
159 Self::SERIALIZED_SIZE in from_raw()
212 let mut raw_vec = vec_try_with_capacity!(Self::SERIALIZED_SIZE)?; in to_raw()
483 let ctx_5 = TrustyKekContext::from_raw(&[0; TrustyKekContext::SERIALIZED_SIZE]); in deserializing_bad_kek_context_fails()