Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-03-17 | crypto: wire up XTS mode for cipher APIs | Daniel P. Berrange | 1 | -9/+76 |
2016-03-17 | crypto: refactor code for dealing with AES cipher | Daniel P. Berrange | 1 | -46/+80 |
2016-01-29 | crypto: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-22 | crypto: add sanity checking of plaintext/ciphertext length | Daniel P. Berrange | 1 | -0/+15 |
2015-10-22 | crypto: don't let builtin aes crash if no IV is provided | Daniel P. Berrange | 1 | -9/+5 |
2015-07-27 | crypto: fix built-in AES decrypt function | Daniel P. Berrange | 1 | -4/+4 |
2015-07-09 | crypto: fix builtin qcrypto_cipher_free | Paolo Bonzini | 1 | -1/+3 |
2015-07-08 | crypto: introduce generic cipher API & built-in implementation | Daniel P. Berrange | 1 | -0/+398 |