From: Pablo de Lara Date: Mon, 17 Jul 2017 08:29:52 +0000 (+0100) Subject: cryptodev: rename ADD field X-Git-Tag: spdx-start~2395 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=46a0547f9f2a07169c7285e098539ccc7c003dcc;hp=46a0547f9f2a07169c7285e098539ccc7c003dcc;p=dpdk.git cryptodev: rename ADD field Additional Authenticated Data (AAD) is called "aad" in most places of cryptodev, but it was called "add_auth_data" in the AEAD transform transform (aead_xform). This field is renamed to "aad_length" in order to keep consistency. Signed-off-by: Pablo de Lara Acked-by: Fiona Trahe ---