summaryrefslogtreecommitdiffstats
path: root/include/crypto/skcipher.h
AgeCommit message (Expand)AuthorLines
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko-1/+5
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2020-07-23crypto: skcipher - drop duplicated word in kernel-docRandy Dunlap-1/+1
2019-12-11crypto: skcipher - add crypto_skcipher_min_keysize()Eric Biggers-0/+6
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers-2/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptEric Biggers-1/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers-7/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers-3/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers-2/+1
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel-6/+0
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers-8/+0
2019-11-01crypto: skcipher - unify the crypto_has_skcipher*() functionsEric Biggers-18/+1
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu-0/+30
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-90/+2
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalEric Biggers-60/+0
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers-13/+0
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe-28/+8
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe-4/+4
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe-6/+38
2018-09-28crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()Kees Cook-5/+0
2018-09-28crypto: skcipher - Introduce crypto_sync_skcipherKees Cook-0/+75
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers-5/+6
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel-0/+34
2016-12-13crypto: doc - fix source comments for SphinxStephan Mueller-2/+2
2016-07-19crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu-0/+1
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu-76/+0
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu-0/+130
2016-04-15crypto: doc - document correct return value for request allocationEric Biggers-2/+1
2016-02-06crypto: skcipher - Fix driver name helperHerbert Xu-1/+1
2016-01-27crypto: skcipher - Add helper to retrieve driver nameHerbert Xu-0/+6
2016-01-25crypto: skcipher - Add helper to zero stack requestHerbert Xu-0/+7
2016-01-25crypto: skcipher - Add default key size helperHerbert Xu-3/+8
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu-0/+7
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu-1/+390
2014-08-01crypto: Resolve shadow warningsMark Rustad-2/+2
2008-01-11[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt callsHerbert Xu-0/+72
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu-0/+38