Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/ec/
Dkeys.rs4 pub struct KeyPair { struct
9 impl KeyPair { impl
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/crates/ring/src/
Dsignature.rs338 pub trait KeyPair: core::fmt::Debug + Send + Sized + Sync { interface
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dsigning.rs152 key_pair: ec::KeyPair, in new()