summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
AgeCommit message (Expand)AuthorLines
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu-2/+0
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu-10/+48
2023-02-13crypto: skcipher - Use crypto_request_completeHerbert Xu-1/+1
2023-02-13crypto: kpp - Use crypto_request_completeHerbert Xu-1/+1
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu-1/+1
2023-02-13crypto: akcipher - Use crypto_request_completeHerbert Xu-1/+1
2023-02-13crypto: aead - Use crypto_request_completeHerbert Xu-1/+1
2023-02-13crypto: acompress - Use crypto_request_completeHerbert Xu-1/+1
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu-1/+23
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu-1/+23
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu-0/+22
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu-0/+22
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu-0/+22
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu-1/+4
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu-1/+1
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu-1/+1
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu-0/+6
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers-1/+7
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu-0/+8
2022-09-30crypto: aead - Remove unused inline functions from aeadGaosheng Cui-25/+0
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld-108/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+158
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange-0/+75
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange-0/+83
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld-15/+25
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+71
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld-3/+3
2021-11-26crypto: kdf - Add key derivation self-test support codeStephan Müller-0/+71
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli-0/+36
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli-0/+245
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel-7/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann-1/+2
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel-1/+0
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers-0/+115
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers-3/+3
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers-4/+1
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers-5/+60
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers-0/+41
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel-0/+219
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu-0/+2
2020-08-28crypto: ahash - Add ahash_alg_instanceHerbert Xu-0/+6
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny-13/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers-1/+1
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld-35/+10
2020-01-09crypto: shash - convert shash_free_instance() to new styleEric Biggers-1/+1
2020-01-09crypto: geniv - convert to new way of freeing instancesEric Biggers-1/+0
2020-01-09crypto: hash - add support for new way of freeing instancesEric Biggers-0/+2
2020-01-09crypto: ahash - unexport crypto_ahash_typeEric Biggers-2/+0
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers-31/+0