Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs1060 pub fn append_entry(&mut self, ne: &X509NameEntryRef) -> std::result::Result<(), ErrorStack> { in append_entry()
1283 type Item = &'a X509NameEntryRef; in fmt()
1285 fn next(&mut self) -> Option<&'a X509NameEntryRef> { in fmt()
1307 Some(X509NameEntryRef::from_const_ptr_opt(entry).expect("entry must not be null")) in fmt()
1319 pub struct X509NameEntryRef; structure names
1322 impl X509NameEntryRef { impls
1349 impl fmt::Debug for X509NameEntryRef {

Completed in 4 milliseconds