Home
last modified time | relevance | path

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

/system/authgraph/boringssl/src/
Dtest_device.rs33 pub struct AgDevice { struct
41 impl Default for AgDevice { implementation
52 impl AgDevice { impl
64 impl traits::Device for AgDevice { implementation
179 impl AgDevice { implementation
/system/secretkeeper/client/src/
Dauthgraph_dev.rs42 pub struct AgDevice { struct
48 impl AgDevice { impl
92 impl Device for AgDevice { implementation
Dlib.rs202 ag_dev: Rc<RefCell<AgDevice>>, in authgraph_key_exchange()