pub unsafe extern "C-unwind" fn CSSM_CL_CrlSign(
cl_handle: CSSM_CL_HANDLE,
cc_handle: CSSM_CC_HANDLE,
unsigned_crl: *const SecAsn1Item,
sign_scope: *const CSSM_FIELD,
scope_size: uint32,
signed_crl: CSSM_DATA_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
unsigned_crlmust be a valid pointer.sign_scopemust be a valid pointer.signed_crlmust be a valid pointer.