Lines Matching refs:status
1639 /// An `X509` certificate revocation status.
1651 /// Deserializes a DER-encoded certificate revocation status
1661 /// Serializes the certificate request to a DER-encoded certificate revocation status
1759 /// The status of a certificate in a revoction list
1769 /// The certificate is in the list, but has the "removeFromCrl" status.
1778 // value to the status enum.
1782 status: c_int,
1785 match status {
1873 /// Get the revocation status of a certificate by its serial number
1878 let status =
1880 CrlStatus::from_ffi_status(status, ret)
1884 /// Get the revocation status of a certificate
1889 let status =
1891 CrlStatus::from_ffi_status(status, ret)