Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new | Richard Henderson | 2020-09-10 | 1 | -2/+0 |
* | crypto: Allocate QCryptoCipher with the subclass | Richard Henderson | 2020-09-10 | 1 | -1/+1 |
* | crypto: Use the correct const type for driver | Richard Henderson | 2020-09-10 | 1 | -1/+1 |
* | crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h | Richard Henderson | 2020-09-10 | 1 | -2/+0 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | crypto: cipher: add afalg-backend cipher support | Longpeng(Mike) | 2017-07-19 | 1 | -0/+16 |
* | crypto: cipher: add cipher driver framework | Longpeng(Mike) | 2017-07-19 | 1 | -0/+40 |