summaryrefslogtreecommitdiffstats
path: root/include/crypto/skcipher.h
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-13
| * crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-22
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-07
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-07
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-28
* crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()Kees Cook2018-09-28
* crypto: skcipher - Introduce crypto_sync_skcipherKees Cook2018-09-28
* crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-12
* crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-30
* crypto: doc - fix source comments for SphinxStephan Mueller2016-12-13
* crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu2016-07-19
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-18
* crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-18
* crypto: doc - document correct return value for request allocationEric Biggers2016-04-15
* crypto: skcipher - Fix driver name helperHerbert Xu2016-02-06
* crypto: skcipher - Add helper to retrieve driver nameHerbert Xu2016-01-27
* crypto: skcipher - Add helper to zero stack requestHerbert Xu2016-01-25
* crypto: skcipher - Add default key size helperHerbert Xu2016-01-25
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-18
* crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-21
* crypto: Resolve shadow warningsMark Rustad2014-08-01
* [CRYPTO] skcipher: Add top-level givencrypt/givdecrypt callsHerbert Xu2008-01-10
* [CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu2008-01-10