Home
last modified time | relevance | path

Searched defs:EcExchangeKeyPub (Results 1 – 4 of 4) sorted by relevance

/system/authgraph/core/src/
Dkeyexchange.rs734 ) -> Result<(EcExchangeKeyPub, Identity, Nonce16), Error> { in decode_peer_info()
750 peer_key: &EcExchangeKeyPub, in compute_shared_secret()
Dtraits.rs87 peer_key: &EcExchangeKeyPub, in compute_shared_secret()
Dkey.rs130 pub struct EcExchangeKeyPub(pub CoseKey); struct
/system/authgraph/boringssl/src/
Dec.rs53 peer_key: &EcExchangeKeyPub, in compute_shared_secret()