]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/kasumi/rte_kasumi_pmd_private.h
cryptodev: move IV parameters to session
[dpdk.git] / drivers / crypto / kasumi / rte_kasumi_pmd_private.h
index fb586caaf31f0bd51c59a122fb4f9b6951e93a39..6a0d47a846860df4b40ac8a808fab292ddd9abb8 100644 (file)
@@ -92,6 +92,7 @@ struct kasumi_session {
        sso_kasumi_key_sched_t pKeySched_hash;
        enum kasumi_operation op;
        enum rte_crypto_auth_operation auth_op;
+       uint16_t iv_offset;
 } __rte_cache_aligned;