cryptodev: rename ADD field
[dpdk.git] / lib / librte_cryptodev / rte_crypto_sym.h
index 27439af..ea58cef 100644 (file)
@@ -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. */
 };