Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Docsp.rs61 pub struct OcspCertStatus(c_int); struct
63 impl OcspCertStatus { implementation
68 pub fn from_raw(raw: c_int) -> OcspCertStatus { in from_raw()