summaryrefslogtreecommitdiffstats
path: root/include/crypto/skcipher.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-90/+2Star
|\
| * crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-131-60/+0Star
| * crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-30/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
|/
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-13/+0Star
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-28/+8Star
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-4/+4
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-6/+38
* crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()Kees Cook2018-09-281-5/+0Star
* crypto: skcipher - Introduce crypto_sync_skcipherKees Cook2018-09-281-0/+75
* crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-121-5/+6
* crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-301-0/+34
* crypto: doc - fix source comments for SphinxStephan Mueller2016-12-141-2/+2
* crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu2016-07-191-0/+1
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-181-76/+0Star
* crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-181-0/+130
* crypto: doc - document correct return value for request allocationEric Biggers2016-04-151-2/+1Star
* crypto: skcipher - Fix driver name helperHerbert Xu2016-02-061-1/+1
* crypto: skcipher - Add helper to retrieve driver nameHerbert Xu2016-01-271-0/+6
* crypto: skcipher - Add helper to zero stack requestHerbert Xu2016-01-251-0/+7
* crypto: skcipher - Add default key size helperHerbert Xu2016-01-251-3/+8
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-181-0/+7
* crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-211-1/+390
* crypto: Resolve shadow warningsMark Rustad2014-08-011-2/+2
* [CRYPTO] skcipher: Add top-level givencrypt/givdecrypt callsHerbert Xu2008-01-101-0/+72
* [CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu2008-01-101-0/+38