Home
last modified time | relevance | path

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

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