pub unsafe extern "C-unwind" fn CSSM_ChangeKeyOwner(
csp_handle: CSSM_CSP_HANDLE,
access_cred: *const CSSM_ACCESS_CREDENTIALS,
key: *const CSSM_KEY,
new_owner: *const CSSM_ACL_OWNER_PROTOTYPE,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
access_cred
must be a valid pointer.key
must be a valid pointer.new_owner
must be a valid pointer.