Skip to main content

wc_AesGcmSetKey

Function wc_AesGcmSetKey 

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