Home
last modified time | relevance | path

Searched defs:SharedSecret (Results 1 – 12 of 12) sorted by relevance

/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/
Dx25519.rs42 type SharedSecret: Into<[u8; 32]>; typedef
54 type SharedSecret = E::SharedSecret; typedef
97 ) -> Result<E::SharedSecret, TestError> {
Dp256.rs43 type SharedSecret: Into<[u8; 32]>; typedef
55 type SharedSecret = E::SharedSecret; typedef
237 ) -> Result<E::SharedSecret, TestError> {
/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Delliptic_curve.rs27 type SharedSecret: Into<[u8; 32]>; typedef
57 ) -> Result<<Self::Impl as EcdhProvider<C>>::SharedSecret, Self::Error>; in diffie_hellman()
/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Dx25519.rs24 type SharedSecret = [u8; 32]; typedef
51 ) -> Result<<X25519Ecdh as EcdhProvider<X25519>>::SharedSecret, Self::Error> { in diffie_hellman()
Dp256.rs32 type SharedSecret = [u8; 32]; typedef
108 ) -> Result<<Self::Impl as EcdhProvider<P256>>::SharedSecret, Self::Error> { in diffie_hellman()
/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Dx25519.rs30 type SharedSecret = [u8; 32]; typedef
62 ) -> Result<<X25519Ecdh<R> as EcdhProvider<X25519>>::SharedSecret, Self::Error> { in diffie_hellman()
Dp256.rs40 type SharedSecret = [u8; 32]; typedef
110 ) -> Result<<Self::Impl as EcdhProvider<P256>>::SharedSecret, Self::Error> { in diffie_hellman()
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
Dx25519.rs44 ) -> Result<SharedSecret, DiffieHellmanError> { in diffie_hellman()
140 type SharedSecret = crate::ecdh::SharedSecret<SHARED_KEY_LEN>; typedef
Decdh.rs188 pub struct SharedSecret<const SIZE: usize>(pub(crate) [u8; SIZE]); struct
190 impl<const SIZE: usize> SharedSecret<SIZE> { implementation
/external/rust/crates/ring/src/ec/curve25519/
Dx25519.rs170 type SharedSecret = [u8; SHARED_SECRET_LEN]; typedef
/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs208 type SharedSecret = [u8; 32]; typedef
230 ) -> Result<<Self::Impl as EcdhProvider<X25519>>::SharedSecret, Self::Error> { in diffie_hellman()
252 ) -> Result<<Self::Impl as EcdhProvider<P256>>::SharedSecret, Self::Error> { in diffie_hellman()
301 type SharedSecret = [u8; 32]; typedef
/external/aws-sdk-java-v2/services/directory/src/main/resources/codegen-resources/
Dservice-2.json3868 "SharedSecret":{ object