summaryrefslogtreecommitdiffstats
path: root/crypto/algapi.c
Commit message (Expand)AuthorAge
* crypto: api - add a helper to (un)register a array of templatesXiongfeng Wang2019-01-25
* crypto: algapi - reject NULL crypto_spawn::instEric Biggers2019-01-11
* crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-11
* crypto: user - Add crypto_stats_initCorentin Labbe2018-12-07
* crypto: user - rename err_cnt parameterCorentin Labbe2018-12-07
* crypto: user - Split stats in multiple structuresCorentin Labbe2018-12-07
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-07
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-07
* crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-07
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-28
* crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen2018-09-03
* crypto: api - Introduce generic max blocksize and alignmaskKees Cook2018-09-03
* crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca2018-04-20
* crypto: api - Keep failed instances aliveHerbert Xu2018-03-30
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-31
|\
| * crypto: algapi - remove unused notificationsEric Biggers2018-01-05
| * crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-05
* | crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers2018-01-05
|/
* crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-03
* crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-03
* crypto: algapi - Use pr_err common logging style.Karim Eshapa2017-06-19
* crypto: algapi - annotate expected branch behavior in crypto_inc()Ard Biesheuvel2017-03-09
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-11
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-01-23
* crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-01
* crypto: api - Add crypto_type_has_alg helperHerbert Xu2016-01-25
* crypto: api - use list_first_entry_or_null and list_next_entryGeliang Tang2015-11-23
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-10-20
* crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-14
* crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-14
* crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu2015-06-02
* crypto: api - Add crypto_grab_spawn primitiveHerbert Xu2015-05-12
* crypto: api - Fix build error when modules are disabledHerbert Xu2015-04-26
* crypto: api - Include linux/fips.hHerbert Xu2015-04-23
* crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-23
* crypto: api - Add crypto_alg_extsize helperHerbert Xu2015-04-20
* crypto: fix broken crypto_register_instance() module handlingHerbert Xu2015-04-15
* crypto: api - remove instance when test failedStephan Mueller2015-04-10
* crypto: api - Move alg ref count init to crypto_check_algHerbert Xu2015-04-10
* crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-03
* crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-03
* crypto: api - fixed style erro in algapi.cJoshua I. James2014-12-22
* crypto: include crypto- module prefix in templateKees Cook2014-11-26
* crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson2014-07-03
* crypto: sanitize argument for format stringKees Cook2013-07-03
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* crypto: use ERR_CASTJulia Lawall2013-02-04
* crypto: algapi - Move larval completion into algbossHerbert Xu2012-06-22
* crypto: Add bulk algorithm registration interfaceMark Brown2012-01-25
* crypto: Unlink and free instances when deletedSteffen Klassert2011-11-08