summaryrefslogtreecommitdiff
path: root/drivers/crypto/qce/skcipher.c
AgeCommit message (Expand)Author
2021-06-11crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath
2021-03-07crypto: qce - Remove totallen and offset in qce_startThara Gopinath
2021-03-07crypto: qce - Improve the conditions for requesting AES fallback cipherThara Gopinath
2021-03-07crypto: qce - Set ivsize to 0 for ecb(aes)Thara Gopinath
2021-03-07crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)Thara Gopinath
2021-03-07crypto: qce - Return error for zero length messagesThara Gopinath
2021-03-07crypto: qce - Return unsupported if any three keys are same for DES3 algorithmsThara Gopinath
2021-03-07crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...Thara Gopinath
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