summaryrefslogtreecommitdiffstats
path: root/crypto/skcipher.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-0/+34
|\
| * crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-0/+34
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers2019-04-081-2/+7
* crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-01-181-9/+18
* crypto: skcipher - add helper for simple block cipher modesEric Biggers2019-01-111-0/+131
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-4/+2
* crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers2018-12-231-0/+2
* crypto: user - clean up report structure copyingEric Biggers2018-11-091-9/+6
* crypto: skcipher - Introduce crypto_sync_skcipherKees Cook2018-09-281-0/+24
* crypto: skcipher - fix crash flushing dcache in error pathEric Biggers2018-08-031-26/+27
* crypto: skcipher - remove unnecessary setting of walk->nbytesEric Biggers2018-08-031-1/+0
* crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers2018-08-031-1/+1
* crypto: skcipher - remove the exporting of skcipher_walk_nextDenis Efremov2018-07-011-1/+0
* crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-121-4/+26
* crypto: skcipher - set walk.iv for zero-length inputsEric Biggers2017-12-111-6/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-281-0/+3
|\
| * crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček2017-11-251-0/+3
* | crypto: skcipher - Fix crash on zero-length inputHerbert Xu2017-10-071-6/+11
|/
* crypto: skcipher - Add missing API setkey checksHerbert Xu2017-05-181-1/+39
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-131-1/+2
* crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-301-8/+12
* crypto: skcipher - fix crash in virtual walkArd Biesheuvel2016-12-141-1/+3
* crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-011-3/+30
* crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel2016-11-301-0/+2
* crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-281-0/+511
* crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-181-2/+2
* crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-181-7/+189
* crypto: skcipher - Add default key size helperHerbert Xu2016-01-251-2/+2
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-181-0/+2
* crypto: skcipher - blkcipher and ablkcipher should it be staticGeliang Tang2015-10-011-2/+2
* crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-211-0/+245