Home
last modified time | relevance | path

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

/trusty/user/base/lib/storage/rust/src/
Dlib.rs170 pub struct Session { struct
174 impl Session { impl
630 impl Drop for Session { implementation
Dtest.rs440 fn remove_all(session: &mut Session) { in remove_all()
/trusty/user/app/keymint/
Dsecure_deletion_secret_manager.rs81 fn get_secure_deletion_secret_file_session(wait_on_port: bool) -> Result<Session, Error> { in get_secure_deletion_secret_file_session()
291 session: Option<&'a mut Session>, in get_factory_reset_secret_impl()