Function tomcrypt_sys::hkdf_extract [] [src]

pub unsafe extern "C" fn hkdf_extract(
    hash_idx: c_int,
    salt: *const c_uchar,
    saltlen: c_ulong,
    in_: *const c_uchar,
    inlen: c_ulong,
    out: *mut c_uchar,
    outlen: *mut c_ulong
) -> c_int