summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman2015-06-151-24/+0
* crypto: drbg - reseed often if seedsource is degradedStephan Mueller2015-06-101-0/+1
* random: Remove kernel blocking APIHerbert Xu2015-06-101-1/+0
* crypto: drbg - Use callback API for random readinessStephan Mueller2015-06-101-2/+1
* random: Add callback API for random pool readinessHerbert Xu2015-06-101-0/+9
* crypto: doc - Fix typo in crypto-API.xmlMasanari Iida2015-06-044-4/+4
* scatterlist: introduce sg_nents_for_lenTom Lendacky2015-06-031-0/+1
* crypto: aead - Add multiple algorithm registration interfaceHerbert Xu2015-06-031-0/+2
* crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu2015-06-031-1/+1
* crypto: aead - Add aead_alg_instanceHerbert Xu2015-06-031-0/+5
* crypto: aead - Add type-safe init/exit functionsHerbert Xu2015-06-031-0/+13
* crypto: doc - cover new AEAD interfaceStephan Mueller2015-06-031-1/+4
* ipsec: Add IV generator information to xfrm_stateHerbert Xu2015-05-281-0/+1
* xfrm: Add IV generator information to xfrm_algo_descHerbert Xu2015-05-281-0/+2
* crypto: aead - Add common IV generation codeHerbert Xu2015-05-281-0/+24
* crypto: aead - Document behaviour of AD in destination bufferHerbert Xu2015-05-281-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-283-1/+22
|\
| * lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-043-1/+22
* | crypto: drbg - use Jitter RNG to obtain seedStephan Mueller2015-05-271-0/+1
* | crypto: drbg - add async seeding operationStephan Mueller2015-05-271-0/+2
* | crypto: drbg - prepare for async seedingStephan Mueller2015-05-271-0/+2
* | random: Blocking API for accessing nonblocking_poolStephan Mueller2015-05-271-0/+1
* | crypto: aead - Remove unused cryptoff parameterHerbert Xu2015-05-251-6/+1
* | crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu2015-05-252-15/+25
* | crypto: seqiv - Add support for new AEAD interfaceHerbert Xu2015-05-221-4/+3
* | crypto: null - Add default null skcipherHerbert Xu2015-05-221-0/+3
* | crypto: aead - Add support for new AEAD implementationsHerbert Xu2015-05-222-4/+76
* | crypto: aead - Add crypto_aead_maxauthsizeHerbert Xu2015-05-221-0/+5
* | crypto: aead - Rename aead_alg to old_aead_algHerbert Xu2015-05-223-3/+10
* | crypto: aead - Add new interface with single SG listHerbert Xu2015-05-221-6/+29
* | crypto: scatterwalk - Add scatterwalk_ffwd helperHerbert Xu2015-05-221-0/+4
* | crypto: md5 - add MD5 initial vectorsLABBE Corentin2015-05-181-0/+5
* | crypto: aead - Convert top level interface to new styleHerbert Xu2015-05-134-481/+468
* | crypto: cryptd - Add missing aead.h inclusionHerbert Xu2015-05-131-0/+1
* | crypto: aead - Add crypto_aead_set_reqsize helperHerbert Xu2015-05-131-0/+6
* | crypto: api - Add crypto_grab_spawn primitiveHerbert Xu2015-05-131-0/+2
* | crypto: nx - add PowerNV platform NX-842 driverDan Streetman2015-05-111-2/+4
* | crypto: nx - add nx842 constraintsDan Streetman2015-05-111-0/+9
* | crypto: nx - add NX-842 platform frontend driverDan Streetman2015-05-111-4/+6
* | lib: add software 842 compression/decompressionDan Streetman2015-05-111-0/+12
* | crypto: pcomp - Constify (de)compression parametersDavid Howells2015-05-011-4/+4
* | crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-231-0/+12
* | crypto: rng - Remove old low-level rng interfaceHerbert Xu2015-04-223-39/+4
* | crypto: drbg - Convert to new rng interfaceHerbert Xu2015-04-221-38/+12
* | crypto: rng - Add multiple algorithm registration interfaceHerbert Xu2015-04-221-0/+2
* | crypto: rng - Add crypto_rng_set_entropyHerbert Xu2015-04-222-0/+10
* | crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu2015-04-223-5/+46
* | crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu2015-04-221-6/+3
* | crypto: rng - Introduce crypto_rng_generateHerbert Xu2015-04-211-2/+25
* | crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu2015-04-212-34/+10