Function PKCS5_pbe_set0_algor_ex

Source
pub unsafe extern "C" fn PKCS5_pbe_set0_algor_ex(
    algor: *mut X509_algor_st,
    alg: i32,
    iter: i32,
    salt: *const u8,
    saltlen: i32,
    libctx: *mut ossl_lib_ctx_st,
) -> i32