aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/skcipher.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-90/+2
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalEric Biggers1-60/+0
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers1-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-13/+0
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe1-28/+8
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe1-4/+4
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe1-6/+38
2018-09-28crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()Kees Cook1-5/+0
2018-09-28crypto: skcipher - Introduce crypto_sync_skcipherKees Cook1-0/+75
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers1-5/+6
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel1-0/+34
2016-12-13crypto: doc - fix source comments for SphinxStephan Mueller1-2/+2
2016-07-19crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu1-0/+1
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu1-76/+0
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu1-0/+130
2016-04-15crypto: doc - document correct return value for request allocationEric Biggers1-2/+1
2016-02-06crypto: skcipher - Fix driver name helperHerbert Xu1-1/+1
2016-01-27crypto: skcipher - Add helper to retrieve driver nameHerbert Xu1-0/+6
2016-01-25crypto: skcipher - Add helper to zero stack requestHerbert Xu1-0/+7
2016-01-25crypto: skcipher - Add default key size helperHerbert Xu1-3/+8
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+7
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu1-1/+390
2014-08-01crypto: Resolve shadow warningsMark Rustad1-2/+2
2008-01-11[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt callsHerbert Xu1-0/+72
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu1-0/+38