Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwkey/rust/src/
Dlib.rs42 type HwkeySession = Handle; typedef
46 pub struct Hwkey(HwkeySession);
60 HwkeySession::connect(port).map(Self) in open()