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