pub unsafe extern "C-unwind" fn CSSM_CSP_CreateSignatureContext(
csp_handle: CSSM_CSP_HANDLE,
algorithm_id: CSSM_ALGORITHMS,
access_cred: *const CSSM_ACCESS_CREDENTIALS,
key: *const CSSM_KEY,
new_context_handle: *mut CSSM_CC_HANDLE,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
access_credmust be a valid pointer.keymust be a valid pointer.new_context_handlemust be a valid pointer.