Home
last modified time | relevance | path

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

/external/rust/crates/openssl/src/ssl/
Dmod.rs1886 pub struct CipherBits { struct
1888 pub secret: i32,
1891 pub algorithm: i32,
1975 pub fn bits(&self) -> CipherBits { in bits()