Searched defs:KeyPair (Results 1 – 9 of 9) sorted by relevance
4 pub struct KeyPair { struct9 impl KeyPair { argument
161 ) -> Result<ec::KeyPair, error::KeyRejected> { in key_pair_from_pkcs8()217 ) -> Result<ec::KeyPair, error::KeyRejected> { in key_pair_from_bytes()
25 type KeyPair = KeyPair; typedef30 pub struct KeyPair(ed25519_dalek::SigningKey); struct32 impl crypto_provider::ed25519::KeyPair for KeyPair { implementation
25 type KeyPair = KeyPair; typedef30 pub struct KeyPair(PKey<Private>); struct32 impl crypto_provider::ed25519::KeyPair for KeyPair { implementation
123 class KeyPair class in ot::Crypto::Ecdsa::P256136 KeyPair(void) in KeyPair() function in ot::Crypto::Ecdsa::P256::KeyPair
21 type KeyPair: KeyPair<PublicKey = Self::PublicKey, Signature = Self::Signature>; typedef38 pub trait KeyPair: Sized { trait
336 pub trait KeyPair: core::fmt::Debug + Send + Sized + Sync { trait
152 key_pair: ec::KeyPair, in new()
356 type KeyPair = KeyPairStubs; typedef