summaryrefslogtreecommitdiffstats
path: root/crypto/algapi.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-1/+20
* crypto: algapi - create function to add request in front of queueIuliana Prodan2020-05-081-0/+8
* crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu2020-04-161-6/+16
* crypto: algapi - Avoid spurious modprobe on LOADEDEric Biggers2020-04-161-1/+1
* crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers2020-01-091-5/+0
* crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Eric Biggers2020-01-091-29/+14
* crypto: algapi - remove obsoleted instance creation helpersEric Biggers2020-01-091-57/+0
* crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers2020-01-091-3/+3
* crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() nameEric Biggers2020-01-091-0/+4
* crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawnsEric Biggers2020-01-091-0/+3
* crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu2019-12-271-8/+40
* crypto: algapi - make unregistration functions return voidEric Biggers2019-12-201-17/+8
* crypto: api - fix unexpectedly getting generic implementationHerbert Xu2019-12-201-3/+21
* crypto: api - Add more comments to crypto_remove_spawnsHerbert Xu2019-12-111-0/+25
* crypto: api - Do not zap spawn->algHerbert Xu2019-12-111-10/+12
* crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2019-12-111-11/+5
* crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu2019-12-111-4/+2
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-26/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-31/+4
|\
| * crypto: algapi - require cra_name and cra_driver_nameEric Biggers2019-06-131-18/+4
| * crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-301-13/+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/+27
* crypto: algapi - reject NULL crypto_spawn::instEric Biggers2019-01-111-0/+3
* crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-111-31/+2
* crypto: user - Add crypto_stats_initCorentin Labbe2018-12-071-3/+7
* crypto: user - rename err_cnt parameterCorentin Labbe2018-12-071-19/+19
* crypto: user - Split stats in multiple structuresCorentin Labbe2018-12-071-57/+51
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-0/+233
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-5/+5
* crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-071-0/+2
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-0/+8
* crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen2018-09-041-0/+2
* crypto: api - Introduce generic max blocksize and alignmaskKees Cook2018-09-041-1/+6
* crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca2018-04-211-0/+10
* crypto: api - Keep failed instances aliveHerbert Xu2018-03-311-8/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-9/+4
|\
| * crypto: algapi - remove unused notificationsEric Biggers2018-01-051-5/+0
| * crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-051-4/+4
* | crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-01-051-0/+12
|/
* crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-031-2/+4
* crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-041-10/+15
* crypto: algapi - Use pr_err common logging style.Karim Eshapa2017-06-191-1/+1
* crypto: algapi - annotate expected branch behavior in crypto_inc()Ard Biesheuvel2017-03-091-2/+2
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-111-18/+50
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-01-231-0/+1
* crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-011-7/+17
* crypto: api - Add crypto_type_has_alg helperHerbert Xu2016-01-251-0/+15
* crypto: api - use list_first_entry_or_null and list_next_entryGeliang Tang2015-11-231-5/+4
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-10-201-1/+1