Searched refs:ctx_5 (Results 1 – 1 of 1) sorted by relevance
483 let ctx_5 = TrustyKekContext::from_raw(&[0; TrustyKekContext::SERIALIZED_SIZE]); in deserializing_bad_kek_context_fails() localVariable484 expect!(ctx_5.is_err(), "deserializing a smaller than expected context should fail"); in deserializing_bad_kek_context_fails()