SecKeyWrapSymmetric

Function SecKeyWrapSymmetric 

Source
pub unsafe extern "C-unwind" fn SecKeyWrapSymmetric(
    key_to_wrap: &SecKey,
    wrapping_key: &SecKey,
    parameters: &CFDictionary,
    error: *mut *mut CFError,
) -> Option<CFRetained<CFData>>
👎Deprecated: renamed to SecKey::wrap_symmetric
Available on crate features SecBase and SecKey only.