X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_cryptodev%2Frte_crypto_sym.h;h=ea58cef79e6dca9d4bd4f03dea4217a45806d348;hb=46a0547f9f2a07169c7285e098539ccc7c003dcc;hp=27439af7e71ba01f1eda51ec1189ce50a9d6252d;hpb=799dea57838a89fd447d2208dff035f7307ffb85;p=dpdk.git diff --git a/lib/librte_cryptodev/rte_crypto_sym.h b/lib/librte_cryptodev/rte_crypto_sym.h index 27439af7e7..ea58cef79e 100644 --- a/lib/librte_cryptodev/rte_crypto_sym.h +++ b/lib/librte_cryptodev/rte_crypto_sym.h @@ -426,7 +426,7 @@ struct rte_crypto_aead_xform { uint16_t digest_length; - uint16_t add_auth_data_length; + uint16_t aad_length; /**< The length of the additional authenticated data (AAD) in bytes. */ };