Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Docsp.rs79 pub struct OcspRevokedStatus(c_int); struct
81 impl OcspRevokedStatus { impl
100 pub fn from_raw(raw: c_int) -> OcspRevokedStatus { in from_raw()