Function PKCS12_set_mac

Source
pub unsafe extern "C" fn PKCS12_set_mac(
    p12: *mut PKCS12,
    password: *const c_char,
    password_len: c_int,
    salt: *mut c_uchar,
    salt_len: c_int,
    mac_iterations: c_int,
    md: *const EVP_MD,
) -> c_int