EVP_BytesToKey

Function EVP_BytesToKey 

Source
pub unsafe extern "C" fn EVP_BytesToKey(
    typ: *const EVP_CIPHER,
    md: *const EVP_MD,
    salt: *const u8,
    data: *const u8,
    datalen: i32,
    count: i32,
    key: *mut u8,
    iv: *mut u8,
) -> i32