Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs293 pub fn ms_ctl_sign(&mut self) -> &mut ExtendedKeyUsage { in ms_ctl_sign() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs1112 let ms_ctl_sign = Nid::MS_CTL_SIGN; in test_long_name_conversion()
1129 ms_ctl_sign.long_name().unwrap(), in test_long_name_conversion()
1144 let ms_ctl_sign = Nid::MS_CTL_SIGN; in test_short_name_conversion()
1157 assert_eq!(ms_ctl_sign.short_name().unwrap(), "msCTLSign"); in test_short_name_conversion()

Completed in 8 milliseconds