Function tomcrypt_sys::hmac_file [] [src]

pub unsafe extern "C" fn hmac_file(
    hash: c_int,
    fname: *const c_char,
    key: *const c_uchar,
    keylen: c_ulong,
    dst: *mut c_uchar,
    dstlen: *mut c_ulong
) -> c_int