]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/zuc/rte_zuc_pmd_private.h
cryptodev: move IV parameters to session
[dpdk.git] / drivers / crypto / zuc / rte_zuc_pmd_private.h
index 030f120b9adae52e573fd2c778ea89f9b6c807ec..cee1b5df4e1aa3f2766fe7590e82093fba8a0bde 100644 (file)
@@ -92,6 +92,7 @@ struct zuc_session {
        enum rte_crypto_auth_operation auth_op;
        uint8_t pKey_cipher[ZUC_IV_KEY_LENGTH];
        uint8_t pKey_hash[ZUC_IV_KEY_LENGTH];
+       uint16_t iv_offset;
 } __rte_cache_aligned;