CSSM_CL_CertGroupToSignedBundle

Function CSSM_CL_CertGroupToSignedBundle 

Source
pub unsafe extern "C-unwind" fn CSSM_CL_CertGroupToSignedBundle(
    cl_handle: CSSM_CL_HANDLE,
    cc_handle: CSSM_CC_HANDLE,
    cert_group_to_bundle: *const CSSM_CERTGROUP,
    bundle_info: *const CSSM_CERT_BUNDLE_HEADER,
    signed_bundle: CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • cert_group_to_bundle must be a valid pointer.
  • bundle_info must be a valid pointer.
  • signed_bundle must be a valid pointer.