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 { argument
52 impl AgDevice { implementation
64 impl traits::Device for AgDevice { implementation
179 impl AgDevice { impl
/system/secretkeeper/client/src/
Dauthgraph_dev.rs43 pub struct AgDevice { struct
49 impl AgDevice { argument
93 impl Device for AgDevice { implementation
Dlib.rs221 ag_dev: Rc<RefCell<AgDevice>>, in authgraph_key_exchange()