6707226368
When ciphering and authenticating in the same operation (cipher-then-auth or auth-then-cipher), the cipher key and authentication key were set with the same key, in SNOW3G, KASUMI and ZUC PMDs. They were using the key of the first transform structure, instead of using the keys of the two different transform structures. This is not a big issue, since usually, the same key is used for ciphering and authentication, but keys may be different. Fixes: |
||
---|---|---|
.. | ||
Makefile | ||
rte_pmd_zuc_version.map | ||
rte_zuc_pmd_ops.c | ||
rte_zuc_pmd_private.h | ||
rte_zuc_pmd.c |