Searched defs:X509VerifyResult (Results 1 – 2 of 2) sorted by relevance
94 pub(crate) struct X509VerifyResult(c_int); struct96 impl X509VerifyResult { impl105 pub(crate) fn from_raw(err: c_int) -> X509VerifyResult { in from_raw()110 impl fmt::Display for X509VerifyResult { implementation117 impl fmt::Debug for X509VerifyResult { implementation
95 pub(crate) fn verify_result(&self) -> X509VerifyResult { in verify_result()