Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1917 pub struct CipherBits { struct
1919 pub secret: i32,
1922 pub algorithm: i32,
2010 pub fn bits(&self) -> CipherBits { in bits()