Home
last modified time | relevance | path

Searched defs:legacy_ctx (Results 1 – 1 of 1) sorted by relevance

/trusty/user/app/keymint/
Dkeys.rs522 let legacy_ctx = TrustyKekContext::new( in test_kek_context_creation() localVariable
531 let legacy_ctx = TrustyKekContext::new(false, None, Some(OsRollbackVersion::Version(2))); in test_kek_context_creation() localVariable
536 let legacy_ctx = TrustyKekContext::new(false, Some(KdfVersion::Best), None); in test_kek_context_creation() localVariable
541 let legacy_ctx = TrustyKekContext::new(false, None, None); in test_kek_context_creation() localVariable