summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal
Commit message (Expand)AuthorAgeFilesLines
* 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-211-0/+158
|\
| * crypto: kpp - provide support for KPP spawnsNicolai Stange2022-03-031-0/+75
| * crypto: kpp - provide support for KPP template instancesNicolai Stange2022-03-031-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-031-0/+115
* crypto: blake2s - adjust include guard namingEric Biggers2021-01-031-3/+3
* crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-031-4/+1
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-5/+60
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-0/+41
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-032-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
* crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-161-35/+10
* crypto: shash - convert shash_free_instance() to new styleEric Biggers2020-01-091-1/+1
* crypto: geniv - convert to new way of freeing instancesEric Biggers2020-01-091-1/+0
* crypto: hash - add support for new way of freeing instancesEric Biggers2020-01-091-0/+2
* crypto: ahash - unexport crypto_ahash_typeEric Biggers2020-01-091-2/+0
* crypto: algapi - remove obsoleted instance creation helpersEric Biggers2020-01-091-31/+0
* crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers2020-01-091-2/+2
* crypto: ahash - introduce crypto_grab_ahash()Eric Biggers2020-01-091-0/+10
* crypto: shash - introduce crypto_grab_shash()Eric Biggers2020-01-091-0/+10
* crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers2020-01-091-9/+3
* crypto: aead - pass instance to crypto_grab_aead()Eric Biggers2020-01-091-8/+3
* crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers2020-01-091-8/+3
* crypto: ahash - make struct ahash_instance be the full sizeEric Biggers2020-01-091-3/+9
* crypto: shash - make struct shash_instance be the full sizeEric Biggers2020-01-091-4/+9