CSSM_TP_CertGroupConstruct

Function CSSM_TP_CertGroupConstruct 

Source
pub unsafe extern "C-unwind" fn CSSM_TP_CertGroupConstruct(
    tp_handle: CSSM_TP_HANDLE,
    cl_handle: CSSM_CL_HANDLE,
    csp_handle: CSSM_CSP_HANDLE,
    db_list: *const CSSM_DL_DB_LIST,
    construct_params: *const c_void,
    cert_group_frag: *const CSSM_CERTGROUP,
    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.
  • construct_params must be a valid pointer.
  • cert_group_frag must be a valid pointer.
  • cert_group must be a valid pointer.