Home
last modified time | relevance | path

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

/system/keymint/hal/src/
Dtests.rs68 let imp = keymint::Device::new(Arc::new(Mutex::new(channel.clone()))); in test_method_roundtrip() localVariable
93 let imp = keymint::Device::new(Arc::new(Mutex::new(channel.clone()))); in test_method_err_roundtrip() localVariable
/system/keymint/ta/src/
Dlib.rs114 imp: crypto::Implementation, field