summaryrefslogtreecommitdiffstats
path: root/crypto/cipher-nettle.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: cipher: add cipher driver frameworkLongpeng(Mike)2017-07-191-42/+29Star
* crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backendLongpeng(Mike)2017-07-191-12/+29
* crypto: cipher: introduce context free functionLongpeng(Mike)2017-07-191-4/+14
* crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)2016-12-211-0/+37
* cipher: fix leak on initialization errorMarc-André Lureau2016-12-211-3/+2Star
* crypto: add CTR mode supportGonglei2016-10-191-1/+14
* crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2016-10-191-1/+12
* crypto: report enum strings instead of values in errorsDaniel P. Berrange2016-09-121-6/+8
* crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange2016-09-121-5/+7
* crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange2016-03-211-35/+109
* crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange2016-03-211-0/+2
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-171-6/+73
* crypto: refactor code for dealing with AES cipherDaniel P. Berrange2016-03-171-28/+29
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2016-03-171-0/+30
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2016-03-171-0/+31
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2016-03-171-0/+26
* crypto: Clean up includesPeter Maydell2016-01-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