aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/algapi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-27crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu1-2/+15
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers1-1/+1
2019-12-11crypto: api - Do not zap spawn->algHerbert Xu1-0/+1
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel1-75/+0
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers1-74/+0
2019-08-02crypto: api - Remove redundant #ifdef in crypto_yield()Thomas Gleixner1-2/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers1-7/+0
2019-01-25crypto: api - add a helper to (un)register a array of templatesXiongfeng Wang1-0/+2
2019-01-11crypto: algapi - remove crypto_alloc_instance()Eric Biggers1-4/+2
2018-09-04crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen1-0/+10
2018-09-04crypto: api - Introduce generic max blocksize and alignmaskKees Cook1-1/+3
2018-04-21crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca1-0/+8
2018-03-31crypto: api - Remove unused crypto_type lookup functionHerbert Xu1-1/+0
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-0/+19
2017-08-04crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel1-2/+2
2017-02-27crypto: api - Add crypto_requires_off helperHerbert Xu1-1/+6
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel1-2/+18
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE1-70/+0
2016-07-18crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu1-0/+2
2016-07-01crypto: api - Add crypto_inst_setnameHerbert Xu1-0/+2
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu1-18/+0
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang1-0/+70
2016-02-01crypto: api - Introduce crypto_queue_len() helper functionBaolin Wang1-0/+4
2015-07-14crypto: api - Add instance free function to crypto_typeHerbert Xu1-0/+2
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu1-1/+0
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu1-32/+1
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu1-0/+2
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu1-1/+1
2014-06-20crypto: api - Move crypto_yield() to algapi.hMarek Vasut1-0/+6
2014-03-10crypto: allow blkcipher walks over AEAD dataArd Biesheuvel1-0/+4
2014-03-10crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel1-1/+4
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan1-1/+17
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert1-0/+1
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert1-0/+2
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller1-0/+40
2009-10-19crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert1-1/+0
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-11/+26
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu1-0/+1
2009-07-24crypto: api - Fix aligned ctx helperHerbert Xu1-6/+2
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu1-0/+3
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu1-4/+2
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu1-1/+10
2009-07-08crypto: api - Add new style spawn supportHerbert Xu1-0/+6
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu1-0/+2
2009-07-07crypto: api - Add new template create functionHerbert Xu1-0/+1
2008-12-25crypto: hash - Export shash through hashHerbert Xu1-0/+5
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu1-0/+10
2008-12-25crypto: api - Move type exit function into crypto_tfmHerbert Xu1-1/+0