Home
last modified time | relevance | path

Searched refs:OcspRequest (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Docsp.rs303 pub struct OcspRequest;
307 impl OcspRequest { impl
309 pub fn new() -> Result<OcspRequest, ErrorStack> { in new()
313 cvt_p(ffi::OCSP_REQUEST_new()).map(OcspRequest) in new()
321 OcspRequest,