aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/qce
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: qce - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-03-14crypto: qce - Add a QCE IP family compatible 'qcom,qce'Gravatar Vladimir Zapolskiy 1-0/+1
2023-03-14crypto: qce - Make clocks optionalGravatar Thara Gopinath 1-3/+3
2023-03-14crypto: qce - Add support to initialize interconnect pathGravatar Thara Gopinath 2-1/+16
2023-02-13crypto: qce - Use request_complete helpersGravatar Herbert Xu 1-2/+2
2022-12-09crypto: qce - Set DMA alignment explicitlyGravatar Herbert Xu 3-22/+23
2022-08-26crypto: qce - Fix dma_map_sg error checkGravatar Jack Wang 3-9/+11
2021-11-20crypto: qce - fix uaf on qce_skcipher_register_oneGravatar Chengfeng Ye 1-1/+1
2021-11-20crypto: qce - fix uaf on qce_ahash_register_oneGravatar Chengfeng Ye 1-1/+1
2021-11-20crypto: qce - fix uaf on qce_aead_register_oneGravatar Chengfeng Ye 1-1/+1
2021-06-11crypto: qce - fix error return code in qce_skcipher_async_req_handle()Gravatar Wei Yongjun 1-2/+6
2021-05-28crypto: qce - Fix inconsistent indentingGravatar Jiapeng Chong 1-1/+1
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersGravatar Thara Gopinath 1-7/+8
2021-05-28crypto: qce - Fix some error handling pathGravatar Wei Yongjun 1-3/+9
2021-05-14crypto: qce - Schedule fallback aead algorithmGravatar Thara Gopinath 2-11/+56
2021-05-14crypto: qce - Add support for AEAD algorithmsGravatar Thara Gopinath 1-2/+160
2021-05-14crypto: qce - Clean up qce_auth_cfgGravatar Thara Gopinath 1-12/+9
2021-05-14crypto: qce - Add support for AEAD algorithmsGravatar Thara Gopinath 5-0/+859
2021-05-14crypto: qce - Add mode for rfc4309Gravatar Thara Gopinath 1-2/+5
2021-05-14crypto: qce - Make result dump optionalGravatar Thara Gopinath 1-4/+7
2021-05-14crypto: qce - Add MAC failed error checkingGravatar Thara Gopinath 1-0/+2
2021-03-07crypto: qce - Remove totallen and offset in qce_startGravatar Thara Gopinath 4-14/+10
2021-03-07crypto: qce - Remover src_tbl from qce_cipher_reqctxGravatar Thara Gopinath 1-1/+0
2021-03-07crypto: qce - Set data unit size to message length for AES XTS transformationGravatar Thara Gopinath 1-4/+4
2021-03-07crypto: qce - Improve the conditions for requesting AES fallback cipherGravatar Thara Gopinath 1-6/+11
2021-03-07crypto: qce - Set ivsize to 0 for ecb(aes)Gravatar Thara Gopinath 1-1/+1
2021-03-07crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)Gravatar Thara Gopinath 1-0/+9
2021-03-07crypto: qce - Return error for zero length messagesGravatar Thara Gopinath 1-0/+5
2021-03-07crypto: qce - Return unsupported if any three keys are same for DES3 algorithmsGravatar Thara Gopinath 1-0/+15
2021-03-07crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...Gravatar Thara Gopinath 1-1/+18
2021-03-07crypto: qce - Hold back a block of data to be transferred as part of finalGravatar Thara Gopinath 1-0/+19
2021-03-07crypto: qce - Restore/save ahash state with custom struct in export/importGravatar Thara Gopinath 1-88/+34
2020-11-27crypto: qce - Fix SHA result buffer corruption issuesGravatar Thara Gopinath 1-1/+1
2020-11-27crypto: qce - Enable support for crypto engine on sdm845Gravatar Thara Gopinath 1-1/+16
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 3-3/+4
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 3-0/+3
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-0/+1
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackGravatar Ard Biesheuvel 2-21/+24
2020-07-03crypto: qce/sha - Do not modify scatterlist passed along with requestGravatar Sivaprakash Murugesan 1-2/+0
2020-07-03crypto: qce - re-initialize context on importGravatar Sivaprakash Murugesan 1-4/+12
2020-07-03crypto: qce - support zero length test vectorsGravatar Sivaprakash Murugesan 2-1/+19
2020-03-12crypto: qce - fix wrong config symbol referenceGravatar Eneas U de Queiroz 1-1/+1
2020-02-13crypto: qce - handle AES-XTS cases that qce failsGravatar Eneas U de Queiroz 3-4/+10
2020-02-13crypto: qce - use AES fallback for small requestsGravatar Eneas U de Queiroz 1-8/+12
2020-02-13crypto: qce - use cryptlen when adding extra sglGravatar Eneas U de Queiroz 3-8/+10
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-2/+0
2019-12-27crypto: qce - allow building only hashes/ciphersGravatar Eneas U de Queiroz 3-121/+134
2019-12-27crypto: qce - initialize fallback only for AESGravatar Eneas U de Queiroz 1-3/+14
2019-12-27crypto: qce - update the skcipher IVGravatar Eneas U de Queiroz 1-0/+2
2019-12-27crypto: qce - save a sg table slot for result bufGravatar Eneas U de Queiroz 3-5/+8