summaryrefslogtreecommitdiffstats
path: root/include/crypto/algapi.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-39/+0
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-1/+1
* crypto: algapi - Move crypto_yield into internal.hHerbert Xu2020-08-191-6/+0
* crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers2020-07-161-1/+2
* crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers2020-07-161-1/+2
* crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-7/+16
* crypto: algapi - create function to add request in front of queueIuliana Prodan2020-05-081-0/+2
* crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers2020-01-091-2/+0
* crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Eric Biggers2020-01-091-3/+0
* crypto: algapi - remove obsoleted instance creation helpersEric Biggers2020-01-091-22/+0
* crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers2020-01-091-2/+2
* crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()Eric Biggers2020-01-091-0/+25
* crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers2020-01-091-8/+2
* crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu2019-12-271-2/+15
* crypto: algapi - make unregistration functions return voidEric Biggers2019-12-201-1/+1
* crypto: api - Do not zap spawn->algHerbert Xu2019-12-111-0/+1
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-75/+0
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-74/+0
* crypto: api - Remove redundant #ifdef in crypto_yield()Thomas Gleixner2019-08-021-2/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-7/+0
|\
| * crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-301-7/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* crypto: api - add a helper to (un)register a array of templatesXiongfeng Wang2019-01-251-0/+2
* crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-111-4/+2
* crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen2018-09-041-0/+10
* crypto: api - Introduce generic max blocksize and alignmaskKees Cook2018-09-041-1/+3
* crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca2018-04-211-0/+8
* crypto: api - Remove unused crypto_type lookup functionHerbert Xu2018-03-311-1/+0
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-0/+19
* crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-041-2/+2
* crypto: api - Add crypto_requires_off helperHerbert Xu2017-02-271-1/+6
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-111-2/+18
* crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-071-70/+0
* crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu2016-07-181-0/+2
* crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-011-0/+2
* crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-061-18/+0
* crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang2016-02-011-0/+70
* crypto: api - Introduce crypto_queue_len() helper functionBaolin Wang2016-02-011-0/+4
* crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-141-0/+2
* crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-141-1/+0
* crypto: aead - Convert top level interface to new styleHerbert Xu2015-05-131-32/+1
* crypto: api - Add crypto_grab_spawn primitiveHerbert Xu2015-05-131-0/+2
* crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-031-1/+1
* crypto: api - Move crypto_yield() to algapi.hMarek Vasut2014-06-201-0/+6
* crypto: allow blkcipher walks over AEAD dataArd Biesheuvel2014-03-101-0/+4
* crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel2014-03-101-1/+4
* crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan2013-10-071-1/+17
* crypto: Unlink and free instances when deletedSteffen Klassert2011-11-091-0/+1
* crypto: Add a report function pointer to crypto_typeSteffen Klassert2011-10-211-0/+2
* crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller2010-05-191-0/+40