Function PKCS5_pbe2_set_scrypt

Source
pub unsafe extern "C" fn PKCS5_pbe2_set_scrypt(
    cipher: *const evp_cipher_st,
    salt: *const u8,
    saltlen: i32,
    aiv: *mut u8,
    N: u64,
    r: u64,
    p: u64,
) -> *mut X509_algor_st