aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/algapi.h
AgeCommit message (Expand)Author
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers
2019-01-25crypto: api - add a helper to (un)register a array of templatesXiongfeng Wang
2019-01-11crypto: algapi - remove crypto_alloc_instance()Eric Biggers
2018-09-04crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen
2018-09-04crypto: api - Introduce generic max blocksize and alignmaskKees Cook
2018-04-21crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca
2018-03-31crypto: api - Remove unused crypto_type lookup functionHerbert Xu
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-08-04crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel
2017-02-27crypto: api - Add crypto_requires_off helperHerbert Xu
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE
2016-07-18crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu
2016-07-01crypto: api - Add crypto_inst_setnameHerbert Xu
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang
2016-02-01crypto: api - Introduce crypto_queue_len() helper functionBaolin Wang
2015-07-14crypto: api - Add instance free function to crypto_typeHerbert Xu
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu
2014-06-20crypto: api - Move crypto_yield() to algapi.hMarek Vasut
2014-03-10crypto: allow blkcipher walks over AEAD dataArd Biesheuvel
2014-03-10crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller
2009-10-19crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu
2009-07-24crypto: api - Fix aligned ctx helperHerbert Xu
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu
2009-07-08crypto: api - Add new style spawn supportHerbert Xu
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu
2009-07-07crypto: api - Add new template create functionHerbert Xu
2008-12-25crypto: hash - Export shash through hashHerbert Xu
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu
2008-12-25crypto: api - Move type exit function into crypto_tfmHerbert Xu
2008-01-11[CRYPTO] skcipher: Remove crypto_spawn_ablkcipherHerbert Xu
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu
2008-01-11[CRYPTO] api: Add crypto_attr_alg_nameHerbert Xu
2008-01-11[CRYPTO] api: Add crypto_inc and crypto_xorHerbert Xu
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu
2007-10-10[CRYPTO] blkcipher: Added blkcipher_walk_virt_blockHerbert Xu