wc_AesSetKey

Function wc_AesSetKey 

Source
pub unsafe extern "C" fn wc_AesSetKey(
    aes: *mut Aes,
    key: *const byte,
    len: word32,
    iv: *const byte,
    dir: c_int,
) -> c_int