Home
last modified time | relevance | path

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

/system/authgraph/hal/src/
Dservice.rs117 peer_pub_key: &PubKey, in init()
134 peer_pub_key: &PubKey, in finish()
/system/secretkeeper/client/src/
Dlib.rs279 fn build_plain_pub_key(pub_key: &Option<Vec<u8>>) -> Result<PubKey, Error> { in build_plain_pub_key()