]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20161224' into...
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Jan 2017 15:18:09 +0000 (15:18 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Jan 2017 15:18:09 +0000 (15:18 +0000)
commitffe22bf51065dd33022cf91f77a821d1f11c250d
tree4755562a749e76664c125bad81aeb19e4cbf9a84
parenta01b1e9a005d523ec6452ec7137885d11f8a30df
parent48ae36c0ad16bb757d4f6e243b8e9072fc8e8c8e
Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20161224' into staging

cryptodev patches

- add xts mode support
- add 3DES algorithm support
- other trivial fixes

# gpg: Signature made Sat 24 Dec 2016 05:56:44 GMT
# gpg:                using RSA key 0x2ED7FDE9063C864D
# gpg: Good signature from "Gonglei <arei.gonglei@huawei.com>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 3EF1 8E53 3459 E6D1 963A  3C05 2ED7 FDE9 063C 864D

* remotes/gonglei/tags/cryptodev-next-20161224:
  cryptodev: add 3des-ede support
  cryptodev: remove single-DES support in cryptodev
  cryptodev: add xts(aes) support
  cryptodev: fix the check of aes algorithm

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>