Home
last modified time | relevance | path

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

/trusty/user/app/keymint/
Dkeys.rs495 let recovered_ctx = TrustyKekContext::from_raw(&original_ctx.to_raw().unwrap()).unwrap(); in test_kek_context_serialization() localVariable
496 expect_eq!(original_ctx, recovered_ctx, "Didn't get back same context"); in test_kek_context_serialization()
498 let recovered_ctx = TrustyKekContext::from_raw(&original_ctx.to_raw().unwrap()).unwrap(); in test_kek_context_serialization() localVariable
499 expect_eq!(original_ctx, recovered_ctx, "Didn't get back same context"); in test_kek_context_serialization()