summaryrefslogtreecommitdiffstats
path: root/crypto/algapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: use ERR_CASTJulia Lawall2013-02-041-3/+1
* crypto: algapi - Move larval completion into algbossHerbert Xu2012-06-221-17/+0
* crypto: Add bulk algorithm registration interfaceMark Brown2012-01-261-0/+35
* crypto: Unlink and free instances when deletedSteffen Klassert2011-11-091-0/+29
* crypto: Export crypto_remove_finalSteffen Klassert2011-10-211-3/+2
* crypto: Export crypto_remove_spawnsSteffen Klassert2011-10-211-3/+3
* crypto: Add a flag to identify crypto instancesSteffen Klassert2011-10-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2010-05-031-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | crypto: algapi - Remove unneeded null checkDan Carpenter2010-05-031-1/+1
|/
* crypto: algapi - Fix checkpatch errorsRichard Hartmann2010-02-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-111-26/+154
|\
| * crypto: api - Do not displace newly registered algorithmsHerbert Xu2009-08-311-14/+63
| * crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu2009-07-091-0/+3
| * crypto: api - Add crypto_attr_alg2 helperHerbert Xu2009-07-081-3/+5
| * crypto: api - Add new style spawn supportHerbert Xu2009-07-081-3/+52
OpenPOWER on IntegriCloud