summaryrefslogtreecommitdiffstats
path: root/crypto/cipher.c
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-07-02 18:00:32 +0200
committerDaniel P. Berrangé2021-07-14 15:15:52 +0200
commit6801404429d51b260e08c6ad54dbf3ac430016db (patch)
tree60727eadf0242895310f7dc98551949a7cd61aaa /crypto/cipher.c
parentcrypto: delete built-in DES implementation (diff)
downloadqemu-6801404429d51b260e08c6ad54dbf3ac430016db.tar.gz
qemu-6801404429d51b260e08c6ad54dbf3ac430016db.tar.xz
qemu-6801404429d51b260e08c6ad54dbf3ac430016db.zip
crypto: delete built-in XTS cipher mode support
The built-in AES+XTS implementation is used for the LUKS encryption When building system emulators it is reasonable to expect that an external crypto library is being used instead. The performance of the builtin XTS implementation is terrible as it has no CPU acceleration support. It is thus not worth keeping a home grown XTS implementation for the built-in cipher backend. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'crypto/cipher.c')
0 files changed, 0 insertions, 0 deletions