aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce/skcipher.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-11crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun1-2/+6
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath1-7/+8
2021-03-07crypto: qce - Remove totallen and offset in qce_startThara Gopinath1-1/+1
2021-03-07crypto: qce - Improve the conditions for requesting AES fallback cipherThara Gopinath1-6/+11
2021-03-07crypto: qce - Set ivsize to 0 for ecb(aes)Thara Gopinath1-1/+1
2021-03-07crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)Thara Gopinath1-0/+9
2021-03-07crypto: qce - Return error for zero length messagesThara Gopinath1-0/+5
2021-03-07crypto: qce - Return unsupported if any three keys are same for DES3 algorithmsThara Gopinath1-0/+15
2021-03-07crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algorithmThara Gopinath1-1/+18
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-0/+1
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel1-20/+22
2020-03-12crypto: qce - fix wrong config symbol referenceEneas U de Queiroz1-1/+1
2020-02-13crypto: qce - handle AES-XTS cases that qce failsEneas U de Queiroz1-2/+7
2020-02-13crypto: qce - use AES fallback for small requestsEneas U de Queiroz1-8/+12
2020-02-13crypto: qce - use cryptlen when adding extra sglEneas U de Queiroz1-2/+3
2019-12-27crypto: qce - initialize fallback only for AESEneas U de Queiroz1-3/+14
2019-12-27crypto: qce - update the skcipher IVEneas U de Queiroz1-0/+2
2019-12-27crypto: qce - save a sg table slot for result bufEneas U de Queiroz1-2/+2
2019-12-27crypto: qce - fix xts-aes-qce key sizesEneas U de Queiroz1-5/+8
2019-12-27crypto: qce - fix ctr-aes-qce block, chunk sizesEneas U de Queiroz1-1/+4
2019-11-17crypto: qce - switch to skcipher APIArd Biesheuvel1-0/+440