summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-nettle.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange2019-11-291-35/+109
* crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange2019-11-291-0/+2
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2019-11-291-6/+73
* crypto: refactor code for dealing with AES cipherDaniel P. Berrange2019-11-291-28/+29
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2019-11-291-0/+30
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2019-11-291-0/+31
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2019-11-291-0/+26
* crypto: Clean up includesPeter Maydell2019-11-291-0/+1
* crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange2015-10-221-8/+20
* crypto: Fix aes_decrypt_wrapper()Kevin Wolf2015-07-201-1/+1
* crypto: avoid undefined behavior in nettle callsRadim Krčmář2015-07-161-4/+39
* crypto: fix build with nettle >= 3.0.0Radim Krčmář2015-07-161-6/+10
* crypto: add a nettle cipher implementationDaniel P. Berrange2015-07-081-0/+206
OpenPOWER on IntegriCloud