summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-2326-616/+1283
|\
| * crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu2015-06-221-0/+6
| * crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2015-06-221-0/+1
| * crypto: user - Move cryptouser.h to uapiHerbert Xu2015-06-221-0/+0
| * crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu2015-06-221-0/+9
| * Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-19217-1280/+5116
| |\
| | * bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap()Thomas Petazzoni2015-05-281-0/+5
| * | crypto: aead - Fix aead_instance struct sizeHerbert Xu2015-06-191-1/+8
| * | crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_algHerbert Xu2015-06-191-1/+1
| * | crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-171-0/+27
| * | crypto: akcipher - add PKE APITadeusz Struk2015-06-174-0/+406
| * | MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk2015-06-161-0/+15
| * | 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
| |\ \
| * | | 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