summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu2023-08-181-0/+61
* crypto: engine - Create internal/engine.hHerbert Xu2023-08-181-0/+13
* crypto: sig - Add interface for sign/verifyHerbert Xu2023-06-231-0/+17
* crypto: cipher - Add crypto_clone_cipherHerbert Xu2023-05-241-0/+2
* crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu2023-05-121-0/+6
* crypto: hash - Add statesize to crypto_ahashHerbert Xu2023-05-121-0/+6
* crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-201-2/+0
* crypto: acomp - Count error stats differentlyHerbert Xu2023-03-142-10/+48
* crypto: skcipher - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: kpp - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: hash - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: akcipher - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: aead - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: acompress - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-1/+23
* crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-1/+23
* crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-022-1/+4
* crypto: kpp - Move reqsize into tfmHerbert Xu2022-12-021-1/+1
* crypto: akcipher - Move reqsize into tfmHerbert Xu2022-12-021-1/+1
* crypto: kpp - Add helper to set reqsizeHerbert Xu2022-12-021-0/+6
* Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers2022-11-251-1/+7
* crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu2022-11-181-0/+8
* crypto: aead - Remove unused inline functions from aeadGaosheng Cui2022-09-301-25/+0
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-108/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-221-0/+158
|\
| * crypto: kpp - provide support for KPP spawnsNicolai Stange2022-03-021-0/+75
| * crypto: kpp - provide support for KPP template instancesNicolai Stange2022-03-021-0/+83
* | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-15/+25
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-111-0/+71
|\
| * crypto: kdf - Add key derivation self-test support codeStephan Müller2021-11-261-0/+71
* | lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-071-3/+3
|/
* crypto: ecc - Export additional helper functionsDaniele Alessandrelli2021-10-291-0/+36
* crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-291-0/+245
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-06-171-7/+1
* crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-04-021-1/+2
* crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-141-1/+0
* crypto: blake2b - sync with blake2s implementationEric Biggers2021-01-021-0/+115
* crypto: blake2s - adjust include guard namingEric Biggers2021-01-021-3/+3
* crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-021-4/+1
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-021-5/+60
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-021-0/+41
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-022-0/+219
* crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-041-0/+2
* crypto: ahash - Add ahash_alg_instanceHerbert Xu2020-08-281-0/+6
* crypto: hash - Remove unused async iteratorsIra Weiny2020-08-211-13/+0
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers2020-07-161-1/+1