summaryrefslogtreecommitdiff
path: root/drivers/crypto/qce
AgeCommit message (Expand)AuthorFilesLines
2024-12-21crypto: qce - revert "use __free() for a buffer that's always freed"Nathan Chancellor1-3/+3
2024-12-14crypto: qce - fix priority to be less than ARMv8 CEEric Biggers3-3/+3
2024-12-14crypto: qce - switch to using a mutexBartosz Golaszewski2-26/+23
2024-12-14crypto: qce - convert tasklet to workqueueBartosz Golaszewski2-16/+10
2024-12-14crypto: qce - use __free() for a buffer that's always freedBartosz Golaszewski1-3/+3
2024-12-14crypto: qce - make qce_register_algs() a managed interfaceBartosz Golaszewski1-5/+6
2024-12-14crypto: qce - convert qce_dma_request() to use devresBartosz Golaszewski3-24/+17
2024-12-14crypto: qce - shrink code with devres clk helpersBartosz Golaszewski1-25/+4
2024-12-14crypto: qce - remove unneeded call to icc_set_bw() in error pathBartosz Golaszewski1-3/+1
2024-12-14crypto: qce - unregister previously registered algos in error pathBartosz Golaszewski1-4/+7
2024-12-14crypto: qce - fix goto jump in error pathBartosz Golaszewski1-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-10-27crypto: qce - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-14crypto: qce - Add a QCE IP family compatible 'qcom,qce'Vladimir Zapolskiy1-0/+1
2023-03-14crypto: qce - Make clocks optionalThara Gopinath1-3/+3
2023-03-14crypto: qce - Add support to initialize interconnect pathThara Gopinath2-1/+16
2023-02-13crypto: qce - Use request_complete helpersHerbert Xu1-2/+2
2022-12-09crypto: qce - Set DMA alignment explicitlyHerbert Xu3-22/+23
2022-08-26crypto: qce - Fix dma_map_sg error checkJack Wang3-9/+11
2021-11-20crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye1-1/+1
2021-11-20crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2021-11-20crypto: qce - fix uaf on qce_aead_register_oneChengfeng Ye1-1/+1
2021-06-11crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun1-2/+6
2021-05-28crypto: qce - Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath1-7/+8
2021-05-28crypto: qce - Fix some error handling pathWei Yongjun1-3/+9
2021-05-14crypto: qce - Schedule fallback aead algorithmThara Gopinath2-11/+56
2021-05-14crypto: qce - Add support for AEAD algorithmsThara Gopinath1-2/+160
2021-05-14crypto: qce - Clean up qce_auth_cfgThara Gopinath1-12/+9
2021-05-14crypto: qce - Add support for AEAD algorithmsThara Gopinath5-0/+859
2021-05-14crypto: qce - Add mode for rfc4309Thara Gopinath1-2/+5
2021-05-14crypto: qce - Make result dump optionalThara Gopinath1-4/+7
2021-05-14crypto: qce - Add MAC failed error checkingThara Gopinath1-0/+2
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 algor...Thara 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