Home
last modified time | relevance | path

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

/aosp_15_r20/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> {
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/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
/aosp_15_r20/system/security/keystore2/src/km_compat/
H A Dkm_compat.h219 SharedSecret(::android::sp<Keymaster> device) : mDevice(device) {} in SharedSecret() function
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/curve25519/
Dx25519.rs183 type SharedSecret = [u8; SHARED_SECRET_LEN]; typedef
/aosp_15_r20/external/aws-sdk-java-v2/services/directory/src/main/resources/codegen-resources/
H A Dservice-2.json3868 "SharedSecret":{ object