summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce
Commit message (Expand)AuthorAgeFilesLines
* crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun2021-06-111-2/+6
* crypto: qce - Fix inconsistent indentingJiapeng Chong2021-05-281-1/+1
* crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath2021-05-281-7/+8
* crypto: qce - Fix some error handling pathWei Yongjun2021-05-281-3/+9
* crypto: qce - Schedule fallback aead algorithmThara Gopinath2021-05-142-11/+56
* crypto: qce - Add support for AEAD algorithmsThara Gopinath2021-05-141-2/+160
* crypto: qce - Clean up qce_auth_cfgThara Gopinath2021-05-141-12/+9
* crypto: qce - Add support for AEAD algorithmsThara Gopinath2021-05-145-0/+859
* crypto: qce - Add mode for rfc4309Thara Gopinath2021-05-141-2/+5
* crypto: qce - Make result dump optionalThara Gopinath2021-05-141-4/+7
* crypto: qce - Add MAC failed error checkingThara Gopinath2021-05-141-0/+2
* crypto: qce - Remove totallen and offset in qce_startThara Gopinath2021-03-074-14/+10
* crypto: qce - Remover src_tbl from qce_cipher_reqctxThara Gopinath2021-03-071-1/+0
* crypto: qce - Set data unit size to message length for AES XTS transformationThara Gopinath2021-03-071-4/+4
* crypto: qce - Improve the conditions for requesting AES fallback cipherThara Gopinath2021-03-071-6/+11
* crypto: qce - Set ivsize to 0 for ecb(aes)Thara Gopinath2021-03-071-1/+1
* crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)Thara Gopinath2021-03-071-0/+9
* crypto: qce - Return error for zero length messagesThara Gopinath2021-03-071-0/+5
* crypto: qce - Return unsupported if any three keys are same for DES3 algorithmsThara Gopinath2021-03-071-0/+15
* crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...Thara Gopinath2021-03-071-1/+18
* crypto: qce - Hold back a block of data to be transferred as part of finalThara Gopinath2021-03-071-0/+19
* crypto: qce - Restore/save ahash state with custom struct in export/importThara Gopinath2021-03-071-88/+34
* crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath2020-11-271-1/+1
* crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath2020-11-271-1/+16
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+4
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-203-0/+3
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-0/+1
* crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-21/+24
* crypto: qce/sha - Do not modify scatterlist passed along with requestSivaprakash Murugesan2020-07-031-2/+0
* crypto: qce - re-initialize context on importSivaprakash Murugesan2020-07-031-4/+12
* crypto: qce - support zero length test vectorsSivaprakash Murugesan2020-07-032-1/+19
* crypto: qce - fix wrong config symbol referenceEneas U de Queiroz2020-03-121-1/+1
* crypto: qce - handle AES-XTS cases that qce failsEneas U de Queiroz2020-02-133-4/+10
* crypto: qce - use AES fallback for small requestsEneas U de Queiroz2020-02-131-8/+12
* crypto: qce - use cryptlen when adding extra sglEneas U de Queiroz2020-02-133-8/+10
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-2/+0
* crypto: qce - allow building only hashes/ciphersEneas U de Queiroz2019-12-273-121/+134
* crypto: qce - initialize fallback only for AESEneas U de Queiroz2019-12-271-3/+14
* crypto: qce - update the skcipher IVEneas U de Queiroz2019-12-271-0/+2
* crypto: qce - save a sg table slot for result bufEneas U de Queiroz2019-12-273-5/+8
* crypto: qce - fix xts-aes-qce key sizesEneas U de Queiroz2019-12-271-5/+8
* crypto: qce - fix ctr-aes-qce block, chunk sizesEneas U de Queiroz2019-12-271-1/+4
* crypto: qce/dma - Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-221-2/+2
* crypto: qce - switch to skcipher APIArd Biesheuvel2019-11-176-99/+100
* crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz2019-10-052-2/+2
* crypto: qce/des - switch to new verification routinesArd Biesheuvel2019-08-221-28/+27
* crypto: qce - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-0511-99/+11
* crypto: qce - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-1/+21
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+2