Skip to main content

wc_AesGcmSetIV

Function wc_AesGcmSetIV 

Source
pub unsafe extern "C" fn wc_AesGcmSetIV(
    aes: *mut Aes,
    ivSz: word32,
    ivFixed: *const byte,
    ivFixedSz: word32,
    rng: *mut WC_RNG,
) -> c_int