aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/skcipher.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersGravatar Herbert Xu 1-24/+1
2023-09-20crypto: skcipher - Add lskcipherGravatar Herbert Xu 1-12/+297
2023-03-14crypto: skcipher - Count error stats differentlyGravatar Herbert Xu 1-0/+22
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+5
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Gravatar Ard Biesheuvel 1-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-07-23crypto: skcipher - drop duplicated word in kernel-docGravatar Randy Dunlap 1-1/+1
2019-12-11crypto: skcipher - add crypto_skcipher_min_keysize()Gravatar Eric Biggers 1-0/+6
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptGravatar Eric Biggers 1-2/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptGravatar Eric Biggers 1-1/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyGravatar Eric Biggers 1-7/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeGravatar Eric Biggers 1-3/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::ivsizeGravatar Eric Biggers 1-2/+1
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportGravatar Ard Biesheuvel 1-6/+0
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeGravatar Eric Biggers 1-8/+0
2019-11-01crypto: skcipher - unify the crypto_has_skcipher*() functionsGravatar Eric Biggers 1-18/+1
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeGravatar Herbert Xu 1-0/+30
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-90/+2
2019-06-13crypto: skcipher - make chunksize and walksize accessors internalGravatar Eric Biggers 1-60/+0
2019-06-13crypto: skcipher - un-inline encrypt and decrypt functionsGravatar Eric Biggers 1-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsGravatar Eric Biggers 1-13/+0
2018-12-07crypto: user - fix use_after_free of struct xxx_requestGravatar Corentin Labbe 1-28/+8
2018-12-07crypto: user - convert all stats from u32 to u64Gravatar Corentin Labbe 1-4/+4
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-6/+38
2018-09-28crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()Gravatar Kees Cook 1-5/+0
2018-09-28crypto: skcipher - Introduce crypto_sync_skcipherGravatar Kees Cook 1-0/+75
2018-01-12crypto: skcipher - prevent using skciphers without setting keyGravatar Eric Biggers 1-5/+6
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosGravatar Ard Biesheuvel 1-0/+34
2016-12-13crypto: doc - fix source comments for SphinxGravatar Stephan Mueller 1-2/+2
2016-07-19crypto: skcipher - Add comment for skcipher_alg->baseGravatar Herbert Xu 1-0/+1
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceGravatar Herbert Xu 1-76/+0
2016-07-18crypto: skcipher - Add low-level skcipher interfaceGravatar Herbert Xu 1-0/+130
2016-04-15crypto: doc - document correct return value for request allocationGravatar Eric Biggers 1-2/+1
2016-02-06crypto: skcipher - Fix driver name helperGravatar Herbert Xu 1-1/+1
2016-01-27crypto: skcipher - Add helper to retrieve driver nameGravatar Herbert Xu 1-0/+6
2016-01-25crypto: skcipher - Add helper to zero stack requestGravatar Herbert Xu 1-0/+7
2016-01-25crypto: skcipher - Add default key size helperGravatar Herbert Xu 1-3/+8
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyGravatar Herbert Xu 1-0/+7
2015-08-21crypto: skcipher - Add top-level skcipher interfaceGravatar Herbert Xu 1-1/+390
2014-08-01crypto: Resolve shadow warningsGravatar Mark Rustad 1-2/+2
2008-01-11[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt callsGravatar Herbert Xu 1-0/+72
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeGravatar Herbert Xu 1-0/+38