Home
last modified time | relevance | path

Searched defs:Tls12CipherSuite (Results 1 – 7 of 7) sorted by relevance

/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/tls12/
H A Dmod.rs144 pub struct Tls12CipherSuite { struct
146 pub common: CipherSuiteCommon,
170 impl Tls12CipherSuite { implementation
196 impl PartialEq for Tls12CipherSuite { implementation
203 impl fmt::Debug for Tls12CipherSuite { implementation
222 suite: &'static Tls12CipherSuite, in new()
245 suite: &'static Tls12CipherSuite, in new_ems()
266 suite: &'static Tls12CipherSuite, in new_resume()
355 pub(crate) fn suite(&self) -> &'static Tls12CipherSuite { in suite()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/src/tls12/
H A Dmod.rs144 pub struct Tls12CipherSuite { struct
146 pub common: CipherSuiteCommon,
170 impl Tls12CipherSuite { argument
196 impl PartialEq for Tls12CipherSuite { implementation
203 impl fmt::Debug for Tls12CipherSuite { implementation
222 suite: &'static Tls12CipherSuite, in new()
245 suite: &'static Tls12CipherSuite, in new_ems()
266 suite: &'static Tls12CipherSuite, in new_resume()
355 pub(crate) fn suite(&self) -> &'static Tls12CipherSuite { in suite()
/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/msgs/
H A Dpersist.rs251 suite: &'static Tls12CipherSuite, in new()
278 fn read(suite: &'static Tls12CipherSuite, r: &mut Reader) -> Option<Self> { in read()
310 pub fn suite(&self) -> &'static Tls12CipherSuite { in suite()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/src/msgs/
H A Dpersist.rs251 suite: &'static Tls12CipherSuite, in new()
278 fn read(suite: &'static Tls12CipherSuite, r: &mut Reader) -> Option<Self> { in read()
310 pub fn suite(&self) -> &'static Tls12CipherSuite { in suite()
/dports/graphics/p5-GD-Graph/GDGraph-1.54/Graph/
H A Dpie.pm314 # Large text, sticking out over the pie edge, could cause 3D pies to
/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/client/
H A Dtls12.rs54 suite: &'static Tls12CipherSuite, in handle_server_hello()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/src/client/
H A Dtls12.rs54 suite: &'static Tls12CipherSuite, in handle_server_hello()