pub unsafe extern "C-unwind" fn CSSM_TP_CertGroupVerify(
tp_handle: CSSM_TP_HANDLE,
cl_handle: CSSM_CL_HANDLE,
csp_handle: CSSM_CSP_HANDLE,
cert_group_to_be_verified: *const CSSM_CERTGROUP,
verify_context: *const CSSM_TP_VERIFY_CONTEXT,
verify_context_result: CSSM_TP_VERIFY_CONTEXT_RESULT_PTR,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
cert_group_to_be_verified
must be a valid pointer.verify_context
must be a valid pointer.verify_context_result
must be a valid pointer.