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.rs1906 pub struct CipherBits { struct
1908 pub secret: i32,
1911 pub algorithm: i32,
1995 pub fn bits(&self) -> CipherBits { in bits()