Home
last modified time | relevance | path

Searched defs:KeyPair (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/ring/src/ec/
Dkeys.rs4 pub struct KeyPair { struct
9 impl KeyPair { argument
Dsuite_b.rs161 ) -> Result<ec::KeyPair, error::KeyRejected> { in key_pair_from_pkcs8()
217 ) -> Result<ec::KeyPair, error::KeyRejected> { in key_pair_from_bytes()
/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Ded25519.rs25 type KeyPair = KeyPair; typedef
30 pub struct KeyPair(ed25519_dalek::SigningKey); struct
32 impl crypto_provider::ed25519::KeyPair for KeyPair { implementation
/external/rust/beto-rust/nearby/crypto/crypto_provider_openssl/src/
Ded25519.rs25 type KeyPair = KeyPair; typedef
30 pub struct KeyPair(PKey<Private>); struct
32 impl crypto_provider::ed25519::KeyPair for KeyPair { implementation
/external/openthread/src/core/crypto/
Decdsa.hpp123 class KeyPair class in ot::Crypto::Ecdsa::P256
136 KeyPair(void) in KeyPair() function in ot::Crypto::Ecdsa::P256::KeyPair
/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Ded25519.rs21 type KeyPair: KeyPair<PublicKey = Self::PublicKey, Signature = Self::Signature>; typedef
38 pub trait KeyPair: Sized { trait
/external/rust/crates/ring/src/
Dsignature.rs336 pub trait KeyPair: core::fmt::Debug + Send + Sized + Sync { trait
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dsigning.rs152 key_pair: ec::KeyPair, in new()
/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs356 type KeyPair = KeyPairStubs; typedef