summaryrefslogtreecommitdiffstats
path: root/crypto/algapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-141-2/+12
* crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-141-9/+2
* crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu2015-06-031-1/+2
* crypto: api - Add crypto_grab_spawn primitiveHerbert Xu2015-05-131-0/+16
* crypto: api - Fix build error when modules are disabledHerbert Xu2015-04-261-1/+1
* crypto: api - Include linux/fips.hHerbert Xu2015-04-231-0/+1
* crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-231-4/+1
* crypto: api - Add crypto_alg_extsize helperHerbert Xu2015-04-211-0/+6
* crypto: fix broken crypto_register_instance() module handlingHerbert Xu2015-04-151-3/+3
* crypto: api - remove instance when test failedStephan Mueller2015-04-101-1/+9
* crypto: api - Move alg ref count init to crypto_check_algHerbert Xu2015-04-101-1/+2
* crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-031-6/+2
* crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-031-16/+7
* crypto: api - fixed style erro in algapi.cJoshua I. James2014-12-221-0/+1
* crypto: include crypto- module prefix in templateKees Cook2014-11-261-2/+2
* crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson2014-07-031-0/+14
* crypto: sanitize argument for format stringKees Cook2013-07-031-1/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+3