Searched defs:X509VerifyResult (Results 1 – 2 of 2) sorted by relevance
169 pub(crate) struct X509VerifyResult(c_int); struct171 impl X509VerifyResult { impl180 pub(crate) fn from_raw(err: c_int) -> X509VerifyResult { in from_raw()185 impl fmt::Display for X509VerifyResult { implementation192 impl fmt::Debug for X509VerifyResult { implementation
104 pub(crate) fn verify_result(&self) -> X509VerifyResult { in verify_result()