Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Dkeyexchange.rs751 ) -> Result<EcdhSecret, Error> { in compute_shared_secret()
767 ecdh_secret: &EcdhSecret, in derive_shared_keys()
Dtraits.rs88 ) -> Result<EcdhSecret, Error>; in compute_shared_secret()
Dkey.rs139 pub struct EcdhSecret(pub Vec<u8>); struct
/system/authgraph/boringssl/src/
Dec.rs54 ) -> Result<EcdhSecret, Error> { in compute_shared_secret()