Searched defs:OcspCertStatus (Results 1 – 1 of 1) sorted by relevance
63 pub struct OcspCertStatus(c_int); struct65 impl OcspCertStatus { impl70 pub fn from_raw(raw: c_int) -> OcspCertStatus { in from_raw()