Searched refs:OcspCertId (Results 1 – 1 of 1) sorted by relevance
216 pub struct OcspCertId;220 impl OcspCertId { impl227 ) -> Result<OcspCertId, ErrorStack> { in from_cert() argument234 .map(OcspCertId) in from_cert()335 pub fn add_id(&mut self, id: OcspCertId) -> Result<&mut OcspOneReqRef, ErrorStack> { in add_id()