Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs816 assert_eq!(Ordering::Equal, subject.try_cmp(subject).unwrap()); in test_name_cmp()
817 assert_eq!(Ordering::Greater, subject.try_cmp(issuer).unwrap()); in test_name_cmp()
827 assert_eq!(Ordering::Equal, name.try_cmp(&copied_name).unwrap()); in test_name_to_owned()
H A Dmod.rs1243 pub fn try_cmp(&self, other: &X509NameRef) -> Result<Ordering, ErrorStack> { in try_cmp() functions

Completed in 5 milliseconds