Skip to main content

CSSM_CL_IsCertInCachedCrl

Function CSSM_CL_IsCertInCachedCrl 

Source
pub unsafe extern "C-unwind" fn CSSM_CL_IsCertInCachedCrl(
    cl_handle: CSSM_CL_HANDLE,
    cert: *const SecAsn1Item,
    crl_handle: CSSM_HANDLE,
    cert_found: *mut CSSM_BOOL,
    crl_record_index: CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features cssmapi and cssmconfig and cssmtype and SecAsn1Types only.
Expand description

ยงSafety

  • cert must be a valid pointer.
  • cert_found must be a valid pointer.
  • crl_record_index must be a valid pointer.