CSSM_CL_CrlCreateTemplate

Function CSSM_CL_CrlCreateTemplate 

Source
pub unsafe extern "C-unwind" fn CSSM_CL_CrlCreateTemplate(
    cl_handle: CSSM_CL_HANDLE,
    number_of_fields: uint32,
    crl_template: *const CSSM_FIELD,
    new_crl: CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • crl_template must be a valid pointer.
  • new_crl must be a valid pointer.