Function crypt_keyslot_context_init_by_passphrase

Source
pub unsafe extern "C" fn crypt_keyslot_context_init_by_passphrase(
    cd: *mut crypt_device,
    passphrase: *const c_char,
    passphrase_size: usize,
    kc: *mut *mut crypt_keyslot_context,
) -> c_int