ebee5594a3
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 KASUMI library") Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>