pub unsafe extern "C-unwind" fn CSSM_WrapKeyP(
cc_handle: CSSM_CC_HANDLE,
access_cred: *const CSSM_ACCESS_CREDENTIALS,
key: *const CSSM_KEY,
descriptive_data: *const SecAsn1Item,
wrapped_key: CSSM_WRAP_KEY_PTR,
privilege: CSSM_PRIVILEGE,
) -> 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.descriptive_data
must be a valid pointer.wrapped_key
must be a valid pointer.