[dpdk-dev] [PATCH] kasumi: restrict cipher bit-level ops

2016-07-10 Thread Thomas Monjalon
2016-07-09 17:35, Pablo de Lara: > KASUMI PMD only supports bit-level cipher operations > when destination buffer is different from the source > (out of place operations). This commit adds a check > in the code to prevent the user from trying to perform > in-place bit-level ciphering. > > Fixes: 2

[dpdk-dev] [PATCH] kasumi: restrict cipher bit-level ops

2016-07-09 Thread Pablo de Lara
KASUMI PMD only supports bit-level cipher operations when destination buffer is different from the source (out of place operations). This commit adds a check in the code to prevent the user from trying to perform in-place bit-level ciphering. Fixes: 2773c86d061a ("crypto/kasumi: add driver for KAS