CSSM_TP_CertGroupPrune

Function CSSM_TP_CertGroupPrune 

Source
pub unsafe extern "C-unwind" fn CSSM_TP_CertGroupPrune(
    tp_handle: CSSM_TP_HANDLE,
    cl_handle: CSSM_CL_HANDLE,
    db_list: *const CSSM_DL_DB_LIST,
    ordered_cert_group: *const CSSM_CERTGROUP,
    pruned_cert_group: *mut CSSM_CERTGROUP_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • db_list must be a valid pointer.
  • ordered_cert_group must be a valid pointer.
  • pruned_cert_group must be a valid pointer.