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_credmust be a valid pointer.keymust be a valid pointer.descriptive_datamust be a valid pointer.wrapped_keymust be a valid pointer.