Home
last modified time | relevance | path

Searched defs:compute_shared_key (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/rust/bssl-crypto/src/
Dx25519.rs75 pub fn compute_shared_key(&self, other_public_key: &PublicKey) -> Option<[u8; SHARED_KEY_LEN]> { in compute_shared_key() method
Decdh.rs134 pub fn compute_shared_key(&self, other_public_key: &PublicKey<C>) -> Vec<u8> { in compute_shared_key() method
/external/cronet/tot/third_party/boringssl/src/rust/bssl-crypto/src/
Dx25519.rs75 pub fn compute_shared_key(&self, other_public_key: &PublicKey) -> Option<[u8; SHARED_KEY_LEN]> { in compute_shared_key() method
Decdh.rs134 pub fn compute_shared_key(&self, other_public_key: &PublicKey<C>) -> Vec<u8> { in compute_shared_key() method
/external/cronet/stable/third_party/boringssl/src/rust/bssl-crypto/src/
Dx25519.rs75 pub fn compute_shared_key(&self, other_public_key: &PublicKey) -> Option<[u8; SHARED_KEY_LEN]> { in compute_shared_key() method
Decdh.rs134 pub fn compute_shared_key(&self, other_public_key: &PublicKey<C>) -> Vec<u8> { in compute_shared_key() method