summaryrefslogtreecommitdiff
path: root/drivers/crypto/qce
AgeCommit message (Expand)Author
2023-10-27crypto: qce - Convert to platform remove callback returning voidUwe Kleine-König
2023-03-14crypto: qce - Add a QCE IP family compatible 'qcom,qce'Vladimir Zapolskiy
2023-03-14crypto: qce - Make clocks optionalThara Gopinath
2023-03-14crypto: qce - Add support to initialize interconnect pathThara Gopinath
2023-02-13crypto: qce - Use request_complete helpersHerbert Xu
2022-12-09crypto: qce - Set DMA alignment explicitlyHerbert Xu
2022-08-26crypto: qce - Fix dma_map_sg error checkJack Wang
2021-11-20crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye
2021-11-20crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye
2021-11-20crypto: qce - fix uaf on qce_aead_register_oneChengfeng Ye
2021-06-11crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun
2021-05-28crypto: qce - Fix inconsistent indentingJiapeng Chong
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath
2021-05-28crypto: qce - Fix some error handling pathWei Yongjun
2021-05-14crypto: qce - Schedule fallback aead algorithmThara Gopinath
2021-05-14crypto: qce - Add support for AEAD algorithmsThara Gopinath
2021-05-14crypto: qce - Clean up qce_auth_cfgThara Gopinath
2021-05-14crypto: qce - Add support for AEAD algorithmsThara Gopinath
2021-05-14crypto: qce - Add mode for rfc4309Thara Gopinath
2021-05-14crypto: qce - Make result dump optionalThara Gopinath
2021-05-14crypto: qce - Add MAC failed error checkingThara Gopinath
2021-03-07crypto: qce - Remove totallen and offset in qce_startThara Gopinath
2021-03-07crypto: qce - Remover src_tbl from qce_cipher_reqctxThara Gopinath
2021-03-07crypto: qce - Set data unit size to message length for AES XTS transformationThara Gopinath
2021-03-07crypto: qce - Improve the conditions for requesting AES fallback cipherThara Gopinath
2021-03-07crypto: qce - Set ivsize to 0 for ecb(aes)Thara Gopinath
2021-03-07crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)Thara Gopinath
2021-03-07crypto: qce - Return error for zero length messagesThara Gopinath
2021-03-07crypto: qce - Return unsupported if any three keys are same for DES3 algorithmsThara Gopinath
2021-03-07crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...Thara Gopinath
2021-03-07crypto: qce - Hold back a block of data to be transferred as part of finalThara Gopinath
2021-03-07crypto: qce - Restore/save ahash state with custom struct in export/importThara Gopinath
2020-11-27crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath
2020-11-27crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-07-03crypto: qce/sha - Do not modify scatterlist passed along with requestSivaprakash Murugesan
2020-07-03crypto: qce - re-initialize context on importSivaprakash Murugesan
2020-07-03crypto: qce - support zero length test vectorsSivaprakash Murugesan
2020-03-12crypto: qce - fix wrong config symbol referenceEneas U de Queiroz
2020-02-13crypto: qce - handle AES-XTS cases that qce failsEneas U de Queiroz
2020-02-13crypto: qce - use AES fallback for small requestsEneas U de Queiroz
2020-02-13crypto: qce - use cryptlen when adding extra sglEneas U de Queiroz
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-27crypto: qce - allow building only hashes/ciphersEneas U de Queiroz
2019-12-27crypto: qce - initialize fallback only for AESEneas U de Queiroz
2019-12-27crypto: qce - update the skcipher IVEneas U de Queiroz
2019-12-27crypto: qce - save a sg table slot for result bufEneas U de Queiroz