aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-07crypto: qce - Remove totallen and offset in qce_startThara Gopinath4-14/+10
2021-03-07crypto: qce - Remover src_tbl from qce_cipher_reqctxThara Gopinath1-1/+0
2021-03-07crypto: qce - Set data unit size to message length for AES XTS transformationThara Gopinath1-4/+4
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
2021-03-07crypto: qce - Hold back a block of data to be transferred as part of finalThara Gopinath1-0/+19
2021-03-07crypto: qce - Restore/save ahash state with custom struct in export/importThara Gopinath1-88/+34
2020-11-27crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath1-1/+1
2020-11-27crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath1-1/+16
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers3-3/+4
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu3-0/+3
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-0/+1
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel2-21/+24
2020-07-03crypto: qce/sha - Do not modify scatterlist passed along with requestSivaprakash Murugesan1-2/+0
2020-07-03crypto: qce - re-initialize context on importSivaprakash Murugesan1-4/+12
2020-07-03crypto: qce - support zero length test vectorsSivaprakash Murugesan2-1/+19
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 Queiroz3-4/+10
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 Queiroz3-8/+10
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-2/+0
2019-12-27crypto: qce - allow building only hashes/ciphersEneas U de Queiroz3-121/+134
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 Queiroz3-5/+8
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-22crypto: qce/dma - Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-17crypto: qce - switch to skcipher APIArd Biesheuvel6-99/+100
2019-10-05crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz2-2/+2
2019-08-22crypto: qce/des - switch to new verification routinesArd Biesheuvel1-28/+27
2019-08-09crypto: qce - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner11-99/+11
2019-04-18crypto: qce - Forbid 2-key 3DES in FIPS modeHerbert Xu1-1/+21
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+2
2018-11-20crypto: remove useless initializations of cra_listEric Biggers2-2/+0
2018-09-28crypto: qce - Remove VLA usage of skcipherKees Cook2-8/+7
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-2/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-30/+5
2017-11-03crypto: qce - move to generic async completionGilad Ben-Yossef1-26/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-22crypto: Use PTR_ERR_ZEROHimanshu Jha1-4/+1
2016-07-01crypto: qce - Use skcipher for fallbackHerbert Xu2-12/+17
2015-11-17crypto: qce - check return value of sg_nents_for_lenLABBE Corentin2-0/+13