Home
last modified time | relevance | path

Searched defs:X509VerifyResult (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/openssl/src/x509/
Dmod.rs95 pub fn error(&self) -> X509VerifyResult { in error()
160 pub fn set_error(&mut self, result: X509VerifyResult) { in set_error()
547 pub fn issued(&self, subject: &X509Ref) -> X509VerifyResult { in issued()
1436 pub struct X509VerifyResult(c_int); struct
1438 impl fmt::Debug for X509VerifyResult { implementation
1447 impl fmt::Display for X509VerifyResult { implementation
1453 impl Error for X509VerifyResult {} implementation
1455 impl X509VerifyResult { impl
1462 pub unsafe fn from_raw(err: c_int) -> X509VerifyResult { in from_raw()
/external/rust/crates/openssl/src/ssl/
Dmod.rs2697 pub fn verify_result(&self) -> X509VerifyResult { in verify_result()