Skip to main content

wc_AesDecryptDirect

Function wc_AesDecryptDirect 

Source
pub unsafe extern "C" fn wc_AesDecryptDirect(
    aes: *mut Aes,
    out: *mut byte,
    in_: *const byte,
) -> c_int