summaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)Author
2026-05-15crypto: talitos - use devm_platform_ioremap_resource()Rosen Penev
2026-05-15crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel
2026-05-15crypto: talitos/hash - remove useless wrapperPaul Louvel
2026-05-15crypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel
2026-05-15crypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel
2026-05-15crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel
2026-05-15crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel
2026-05-15crypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel
2026-05-15crypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel
2026-05-15crypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel
2026-05-15crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel
2026-05-15crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel
2026-05-15crypto: talitos - allocate channels with main structRosen Penev
2026-04-12crypto: talitos - rename first/last to first_desc/last_descPaul Louvel
2026-04-12crypto: talitos - fix SEC1 32k ahash request limitationPaul Louvel
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König
2023-10-27crypto: talitos - stop using crypto_ahash::initEric Biggers
2023-10-27crypto: talitos - remove unnecessary alignmask for ahashesEric Biggers
2023-10-27crypto: talitos - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-02-13crypto: talitos - Use request_complete helpersHerbert Xu
2023-01-06crypto: talitos - Remove GFP_DMA and add DMA alignment paddingHerbert Xu
2022-10-21crypto: talitos - Use the defined variable to clean codejianchunfu
2022-05-13crypto: talitos - Uniform coding style with defined variablejianchunfu
2021-01-29crypto: talitos - Fix ctr(aes) on SEC1Christophe Leroy
2021-01-29crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)Christophe Leroy
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-30crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy
2020-10-30crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy
2020-10-02crypto: drivers - use semicolons rather than commas to separate statementsJulia Lawall
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-17crypto: talitos - switch to skcipher APIArd Biesheuvel
2019-10-05crypto: talitos - fix hash result for VMAP_STACKChristophe Leroy
2019-09-20crypto: talitos - fix missing break in switch statementGustavo A. R. Silva
2019-08-22crypto: talitos - Fix build warning in aead_des3_setkeyHerbert Xu
2019-08-22crypto: talitos/des - switch to new verification routinesArd Biesheuvel
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: talitos - drop icv_oolChristophe Leroy
2019-07-03crypto: talitos - fix hash on SEC1.Christophe Leroy
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy
2019-05-30crypto: talitos - properly handle split ICV.Christophe Leroy
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy