Function bearssl_sys::br_poly1305_i15_run [] [src]

pub unsafe extern "C" fn br_poly1305_i15_run(
    key: *const c_void,
    iv: *const c_void,
    data: *mut c_void,
    len: usize,
    aad: *const c_void,
    aad_len: usize,
    tag: *mut c_void,
    ichacha: br_chacha20_run,
    encrypt: c_int
)