Searched defs:SharedSecret (Results 1 – 12 of 12) sorted by relevance
| /external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/ |
| D | x25519.rs | 42 type SharedSecret: Into<[u8; 32]>; typedef 54 type SharedSecret = E::SharedSecret; typedef 97 ) -> Result<E::SharedSecret, TestError> {
|
| D | p256.rs | 43 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/ |
| D | elliptic_curve.rs | 27 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/ |
| D | x25519.rs | 24 type SharedSecret = [u8; 32]; typedef 51 ) -> Result<<X25519Ecdh as EcdhProvider<X25519>>::SharedSecret, Self::Error> { in diffie_hellman()
|
| D | p256.rs | 32 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/ |
| D | x25519.rs | 30 type SharedSecret = [u8; 32]; typedef 62 ) -> Result<<X25519Ecdh<R> as EcdhProvider<X25519>>::SharedSecret, Self::Error> { in diffie_hellman()
|
| D | p256.rs | 40 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/ |
| D | x25519.rs | 44 ) -> Result<SharedSecret, DiffieHellmanError> { in diffie_hellman() 140 type SharedSecret = crate::ecdh::SharedSecret<SHARED_KEY_LEN>; typedef
|
| D | ecdh.rs | 188 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/ |
| D | x25519.rs | 170 type SharedSecret = [u8; SHARED_SECRET_LEN]; typedef
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/ |
| D | lib.rs | 208 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/ |
| D | service-2.json | 3868 "SharedSecret":{ object
|