AM
> > > To: Gonglei (Arei)
> > > Cc: f...@redhat.com; qemu-devel@nongnu.org; Gonglei (Arei); Wubin (H)
> > > Subject: Re: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and
> > > little inprovement
> > >
> > > Hi,
> > >
> > &
qemu-devel@nongnu.org; Gonglei (Arei); Wubin (H)
> > Subject: Re: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and
> > little inprovement
> >
> > Hi,
> >
> > Your series failed automatic build test. Please find the testing commands
> > and
> &g
ge-id: 1474683000-346560-1-git-send-email-arei.gong...@huawei.com
> Subject: [Qemu-devel] [PATCH v2 0/3] crypto: add ctr mode support and little
> inprovement
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> set -e
> git submodule update --init dtc
> make J=8 docker-test-quick@centos6
] crypto: add ctr mode support and little
inprovement
=== TEST SCRIPT BEGIN ===
#!/bin/bash
set -e
git submodule update --init dtc
make J=8 docker-test-quick@centos6
make J=8 docker-test-mingw@fedora
=== TEST SCRIPT END ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com
Please see the detailed description in each patch.
v2:
- fix qtest complaint in cipher-builtin backend.
- introduce patch 2 and patch 3.
Gonglei (3):
crypto: add CTR mode support
crypto: extend mode as a parameter in qcrypto_cipher_supports()
crypto: add mode check in qcrypto_cipher_new()