Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into...
commit3c7adbc67d9a5c3e992a4dd13b8704464daaad5b
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 May 2020 13:30:12 +0000 (7 14:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 May 2020 13:30:12 +0000 (7 14:30 +0100)
tree61ad38c2db6ad30906836739a48a9aa9904acb4c
parentb894c6ed4a38c72dc160977e4bc066e9f643ff0a
parent6022e15d146d8bba9610a9d134afa4bc6e5d9275
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging

Misc crypto subsystem fixes

* Improve error message for large files when creating LUKS volumes
* Expand crypto hash benchmark coverage
* Misc code refactoring with no functional change

# gpg: Signature made Thu 07 May 2020 12:57:02 BST
# gpg:                using RSA key DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
# gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
# gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>" [full]
# Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF

* remotes/berrange/tags/qcrypto-next-pull-request:
  crypto: extend hash benchmark to cover more algorithms
  block: luks: better error message when creating too large files
  crypto: Redundant type conversion for AES_KEY pointer
  crypto/secret: fix inconsequential errors.
  crypto: fix getter of a QCryptoSecret's property

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