summaryrefslogtreecommitdiffstats
path: root/crypto/skcipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algapi - enforce that all instances have a ->free() methodEric Biggers2020-01-091-0/+3
* crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers2020-01-091-1/+1
* crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers2020-01-091-24/+15
* crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers2020-01-091-2/+1
* crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers2020-01-091-1/+3
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-5/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: skcipher - remove skcipher_walk_aead()Eric Biggers2020-01-091-9/+0
* crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu2019-12-271-6/+3
* crypto: skcipher - remove crypto_skcipher_extsize()Eric Biggers2019-12-111-6/+1
* crypto: skcipher - remove crypto_skcipher::decryptEric Biggers2019-12-111-3/+1
* crypto: skcipher - remove crypto_skcipher::encryptEric Biggers2019-12-111-2/+1
* crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers2019-12-111-2/+2
* crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2019-12-111-2/+1
* crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers2019-12-111-1/+0
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-106/+0
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-106/+1
* crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_typeEric Biggers2019-11-011-7/+6
* crypto: skcipher - unify the crypto_has_skcipher*() functionsEric Biggers2019-11-011-2/+2
* crypto: skcipher - Unmap pages after an external errorHerbert Xu2019-09-091-19/+23
* 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