Home
last modified time | relevance | path

Searched refs:OpenSSLLocalKeyPair (Results 1 – 1 of 1) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ece/src/crypto/
H A Dopenssl.rs58 pub struct OpenSSLLocalKeyPair { struct
62 impl fmt::Debug for OpenSSLLocalKeyPair { argument
72 impl OpenSSLLocalKeyPair { impl
76 Ok(OpenSSLLocalKeyPair { ec_key }) in generate_random()
98 impl LocalKeyPair for OpenSSLLocalKeyPair { implementation
122 impl From<EcKey<Private>> for OpenSSLLocalKeyPair { implementation
123 fn from(key: EcKey<Private>) -> OpenSSLLocalKeyPair { in from() argument
124 OpenSSLLocalKeyPair { ec_key: key } in from()
131 Ok(Box::new(OpenSSLLocalKeyPair::generate_random()?)) in generate_ephemeral_keypair()
135 Ok(Box::new(OpenSSLLocalKeyPair::from_raw_components( in import_key_pair()
[all …]