pub unsafe extern "C-unwind" fn CSSM_TP_CertReclaimKey(
tp_handle: CSSM_TP_HANDLE,
cert_group: *const CSSM_CERTGROUP,
cert_index: uint32,
key_cache_handle: CSSM_LONG_HANDLE,
csp_handle: CSSM_CSP_HANDLE,
cred_and_acl_entry: *const CSSM_RESOURCE_CONTROL_CONTEXT,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
cert_group
must be a valid pointer.cred_and_acl_entry
must be a valid pointer.