Re: [Qemu-devel] [PATCH for-2.9 v2 0/2] cryptodev: support xts(aes) algorithm

2016-12-05 Thread Gonglei
On 2016/12/5 19:39, Longpeng(Mike) wrote: > This patchset firstly fix a bug in cryptodev_builtin_get_aes_algo, and > then add xts(aes) algorithm support. > > --- > Changes since v1: > - change macro's defination. [Arei] > > --- > Longpeng(Mike) (2): > cryptodev: fix the check of aes algorit

[Qemu-devel] [PATCH for-2.9 v2 0/2] cryptodev: support xts(aes) algorithm

2016-12-05 Thread Longpeng(Mike)
This patchset firstly fix a bug in cryptodev_builtin_get_aes_algo, and then add xts(aes) algorithm support. --- Changes since v1: - change macro's defination. [Arei] --- Longpeng(Mike) (2): cryptodev: fix the check of aes algorithm cryptodev: add xts(aes) support backends/cryptodev-builti