Daniel P. Berrangé
|
dc2207af2d
crypto: add support for nettle's native XTS impl
|
5 年之前 |
Thomas Huth
|
b7cbb8741b
crypto: Fix LGPL information in the file headers
|
6 年之前 |
Daniel P. Berrangé
|
e8e67ca4c1
crypto: switch to modern nettle AES APIs
|
6 年之前 |
Markus Armbruster
|
977c736f80
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
|
8 年之前 |
Longpeng(Mike)
|
75c8007809
crypto: cipher: add cipher driver framework
|
8 年之前 |
Longpeng(Mike)
|
eabe6c58ac
crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend
|
8 年之前 |
Longpeng(Mike)
|
cc5eff0186
crypto: cipher: introduce context free function
|
8 年之前 |
Longpeng(Mike)
|
ffb7bf452a
crypto: add 3des-ede support when using libgcrypt/nettle
|
8 年之前 |
Marc-André Lureau
|
d4c64800bb
cipher: fix leak on initialization error
|
8 年之前 |
Gonglei
|
3c28292f39
crypto: add CTR mode support
|
9 年之前 |
Gonglei
|
f844836ddc
crypto: extend mode as a parameter in qcrypto_cipher_supports()
|
9 年之前 |
Daniel P. Berrange
|
90d6f60d07
crypto: report enum strings instead of values in errors
|
9 年之前 |
Daniel P. Berrange
|
a5d2f44d0d
crypto: ensure XTS is only used with ciphers with 16 byte blocks
|
9 年之前 |
Daniel P. Berrange
|
f7ac78cfe1
crypto: fix cipher function signature mismatch with nettle & xts
|
9 年之前 |
Daniel P. Berrange
|
621e6ae657
crypto: add compat cast5_set_key with nettle < 3.0.0
|
9 年之前 |
Daniel P. Berrange
|
eaec903c5b
crypto: wire up XTS mode for cipher APIs
|
9 年之前 |
Daniel P. Berrange
|
e3ba0b6701
crypto: refactor code for dealing with AES cipher
|
9 年之前 |
Daniel P. Berrange
|
50f6753e27
crypto: add support for the twofish cipher algorithm
|
9 年之前 |
Daniel P. Berrange
|
94318522ed
crypto: add support for the serpent cipher algorithm
|
9 年之前 |
Daniel P. Berrange
|
084a85eedd
crypto: add support for the cast5-128 cipher algorithm
|
9 年之前 |
Peter Maydell
|
42f7a448db
crypto: Clean up includes
|
9 年之前 |
Daniel P. Berrange
|
3a661f1eab
crypto: add sanity checking of plaintext/ciphertext length
|
9 年之前 |
Kevin Wolf
|
bd09594603
crypto: Fix aes_decrypt_wrapper()
|
10 年之前 |
Radim Krčmář
|
d3462e378f
crypto: avoid undefined behavior in nettle calls
|
10 年之前 |
Radim Krčmář
|
becaeb726a
crypto: fix build with nettle >= 3.0.0
|
10 年之前 |
Daniel P. Berrange
|
ed754746fe
crypto: add a nettle cipher implementation
|
10 年之前 |