Skip to main content

mbedtls_gcm_update_ad_soft

Function mbedtls_gcm_update_ad_soft 

Source
pub unsafe extern "C" fn mbedtls_gcm_update_ad_soft(
    ctx: *mut mbedtls_gcm_context_soft,
    add: *const c_uchar,
    add_len: usize,
) -> c_int