]> git.ipfire.org Git - thirdparty/qemu.git/commit
cryptodev: remove single-DES support in cryptodev
authorLongpeng(Mike) <longpeng2@huawei.com>
Wed, 7 Dec 2016 01:11:50 +0000 (09:11 +0800)
committerGonglei <arei.gonglei@huawei.com>
Sat, 24 Dec 2016 05:46:27 +0000 (13:46 +0800)
commitd7a2127a4c5b2d52c94d5c27a5744a055ddc14f7
treea47fbc605201f2307388ae2cb8c617ef7dcffa5a
parenteaa57403044c33e0f3e9c6f7c174b05e6534fec4
cryptodev: remove single-DES support in cryptodev

Single-DES is obsolete and it's broken/useless for decades, we should
remove it in cryptodev, as suggested by Daniel.
Guest who wants to use this obsolete cipher alg will use its built-in
implementation instead.

Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
backends/cryptodev-builtin.c