Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/x509/
Dmod.rs108 pub fn error(&self) -> X509VerifyResult { in error()
173 pub fn set_error(&mut self, result: X509VerifyResult) { in set_error()
624 pub fn issued(&self, subject: &X509Ref) -> X509VerifyResult { in issued()
2015 pub struct X509VerifyResult(c_int); struct
2017 impl fmt::Debug for X509VerifyResult { implementation
2026 impl fmt::Display for X509VerifyResult { implementation
2032 impl Error for X509VerifyResult {} implementation
2034 impl X509VerifyResult { impl
2041 pub unsafe fn from_raw(err: c_int) -> X509VerifyResult { in from_raw()
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs2788 pub fn verify_result(&self) -> X509VerifyResult { in verify_result()