Skip to main content

SecKeyDeriveFromPassword

Function SecKeyDeriveFromPassword 

Source
pub unsafe extern "C-unwind" fn SecKeyDeriveFromPassword(
    password: &CFString,
    parameters: &CFDictionary,
    error: *mut *mut CFError,
) -> Option<CFRetained<SecKey>>
👎Deprecated:

renamed to SecKey::derive_from_password

Available on crate features SecBase and SecKey only.