[][src]Function boring_sys::EVP_BytesToKey

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