summaryrefslogtreecommitdiffstats
path: root/include/crypto/skcipher.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5 days1-3/+4
|\
| * mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-3/+4
* | crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-021-25/+0
|/
* crypto: skcipher - remove excess kerneldoc membersVegard Nossum2023-12-291-16/+0
* crypto: skcipher - Make use of internal stateHerbert Xu2023-12-081-0/+33
* crypto: skcipher - Add internal state supportHerbert Xu2023-12-081-9/+75
* crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2023-10-131-24/+1
* crypto: skcipher - Add lskcipherHerbert Xu2023-09-201-12/+297
* crypto: skcipher - Count error stats differentlyHerbert Xu2023-03-141-0/+22
* crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-12-171-1/+5
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-131-0/+2
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: skcipher - drop duplicated word in kernel-docRandy Dunlap2020-07-231-1/+1
* crypto: skcipher - add crypto_skcipher_min_keysize()Eric Biggers2019-12-111-0/+6
* crypto: skcipher - remove crypto_skcipher::decryptEric Biggers2019-12-111-2/+0
* crypto: skcipher - remove crypto_skcipher::encryptEric Biggers2019-12-111-1/+0
* crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers2019-12-111-7/+2
* crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2019-12-111-3/+2
* crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers2019-12-111-2/+1
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-6/+0
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-8/+0
* crypto: skcipher - unify the crypto_has_skcipher*() functionsEric Biggers2019-11-011-18/+1
* crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu2019-10-051-0/+30
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-90/+2
|\
| * crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-131-60/+0
| * crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-30/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-13/+0
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-28/+8
* 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/+0
* 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-131-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/+0
* 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/+1
* 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-111-0/+72
* [CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu2008-01-111-0/+38