Home
last modified time | relevance | path

Searched refs:FRIENDLYNAME (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dtests.rs116 let friendly = subject.entries_by_nid(Nid::FRIENDLYNAME).next().unwrap(); in test_nid_values()
139 assert_eq!(friendly.object().nid().as_raw(), Nid::FRIENDLYNAME.as_raw()); in test_nameref_iterator()
/third_party/rust/crates/rust-openssl/openssl/src/
Dnid.rs367 pub const FRIENDLYNAME: Nid = Nid(ffi::NID_friendlyName); constant