summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce/skcipher.c
AgeCommit message (Expand)Author
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-03-12crypto: qce - fix wrong config symbol referenceEneas U de Queiroz
2020-02-13crypto: qce - handle AES-XTS cases that qce failsEneas U de Queiroz
2020-02-13crypto: qce - use AES fallback for small requestsEneas U de Queiroz
2020-02-13crypto: qce - use cryptlen when adding extra sglEneas U de Queiroz
2019-12-27crypto: qce - initialize fallback only for AESEneas U de Queiroz
2019-12-27crypto: qce - update the skcipher IVEneas U de Queiroz
2019-12-27crypto: qce - save a sg table slot for result bufEneas U de Queiroz
2019-12-27crypto: qce - fix xts-aes-qce key sizesEneas U de Queiroz
2019-12-27crypto: qce - fix ctr-aes-qce block, chunk sizesEneas U de Queiroz
2019-11-17crypto: qce - switch to skcipher APIArd Biesheuvel