Home
last modified time | relevance | path

Searched refs:encipher_only (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs101 encipher_only: bool,
123 encipher_only: false, in new()
177 pub fn encipher_only(&mut self) -> &mut KeyUsage { in encipher_only() functions
178 self.encipher_only = true; in encipher_only()
223 append(&mut value, &mut first, self.encipher_only, "encipherOnly"); in build()

Completed in 1 milliseconds