pub unsafe extern "C-unwind" fn CSSM_CSP_CreateDigestContext(
csp_handle: CSSM_CSP_HANDLE,
algorithm_id: CSSM_ALGORITHMS,
new_context_handle: *mut CSSM_CC_HANDLE,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
new_context_handle
must be a valid pointer.