CSSM_CL_CertGroupFromVerifiedBundle

Function CSSM_CL_CertGroupFromVerifiedBundle 

Source
pub unsafe extern "C-unwind" fn CSSM_CL_CertGroupFromVerifiedBundle(
    cl_handle: CSSM_CL_HANDLE,
    cc_handle: CSSM_CC_HANDLE,
    cert_bundle: *const CSSM_CERT_BUNDLE,
    signer_cert: *const SecAsn1Item,
    cert_group: *mut CSSM_CERTGROUP_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • cert_bundle must be a valid pointer.
  • signer_cert must be a valid pointer.
  • cert_group must be a valid pointer.