Home
last modified time | relevance | path

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

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