Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Docsp.rs149 pub struct OcspBasicResponse; structure names
294 pub fn basic(&self) -> Result<OcspBasicResponse, ErrorStack> { in basic()
295 unsafe { cvt_p(ffi::OCSP_response_get1_basic(self.as_ptr())).map(OcspBasicResponse) } in basic()

Completed in 2 milliseconds