Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs1975 pub struct CipherBits { struct
1977 pub secret: i32,
1980 pub algorithm: i32,
2068 pub fn bits(&self) -> CipherBits { in bits()