Age | Commit message (Expand) | Author |
---|---|---|
2020-09-10 | crypto/builtin: Split QCryptoCipherBuiltin into subclasses | Richard Henderson |
2020-09-10 | crypto/builtin: Split and simplify AES_encrypt_cbc | Richard Henderson |
2020-09-10 | crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c | Richard Henderson |
2020-09-10 | crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}crypt | Richard Henderson |
2020-09-10 | crypto/builtin: Remove odd-sized AES block handling | Richard Henderson |
2020-09-10 | crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new | Richard Henderson |
2020-09-10 | crypto: Allocate QCryptoCipher with the subclass | Richard Henderson |
2020-09-10 | crypto: Use the correct const type for driver | Richard Henderson |
2020-09-10 | crypto: Remove redundant includes | Richard Henderson |
2020-09-10 | crypto: Rename cipher include files to .c.inc | Richard Henderson |