summaryrefslogtreecommitdiffstats
path: root/crypto/algapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * crypto: api - Add crypto_alloc_instance2Herbert Xu2009-07-071-6/+31
* | crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu2009-08-291-2/+9
|/
* crypto: api - Fix algorithm test race that broke aead initialisationHerbert Xu2009-01-281-1/+5
* crypto: api - Use test infrastructureHerbert Xu2008-08-291-20/+123
* crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookupHerbert Xu2008-08-291-3/+1
* [CRYPTO] api: Add crypto_attr_alg_nameHerbert Xu2008-01-111-2/+16
* [CRYPTO] api: Add crypto_inc and crypto_xorHerbert Xu2008-01-111-0/+47
* [CRYPTO] api: Fix potential race in crypto_remove_spawnHerbert Xu2007-11-231-3/+3
* [CRYPTO] api: Explain the comparison on larval cra_nameHerbert Xu2007-10-101-0/+5
* [CRYPTO] blkcipher: Remove alignment restriction on block sizeHerbert Xu2007-10-101-3/+0
* [CRYPTO] aead: Add authencHerbert Xu2007-10-101-3/+20
* [CRYPTO] api: Add support for multiple template parametersHerbert Xu2007-10-101-2/+6
OpenPOWER on IntegriCloud