summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-082-2/+29
|\
| * PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-122-1/+23
| * MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells2015-08-071-0/+1
| * PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells2015-08-071-0/+3
| * X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells2015-08-071-1/+2
* | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-9/+1
|\ \
| * | crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-171-9/+1
| |/
* | crypto: hash - Add AHASH_REQUEST_ON_STACKHerbert Xu2015-08-211-0/+5
* | crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2015-08-212-1/+405
* | crypto: aead - Remove old AEAD interfacesHerbert Xu2015-08-173-174/+18
* | crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2015-08-172-6/+11
* | crypto: doc - AEAD API conversionStephan Mueller2015-08-041-0/+24
* | crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-171-0/+41
* | crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-171-0/+25
* | crypto: aead - Add type-safe function for freeing instancesHerbert Xu2015-07-141-0/+1
* | crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-141-0/+2
* | crypto: aead - Add aead_queue interfaceHerbert Xu2015-07-141-0/+35
* | crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-141-1/+0
|/
* crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu2015-06-221-0/+9
* crypto: aead - Fix aead_instance struct sizeHerbert Xu2015-06-191-1/+8
* crypto: rsa - add a new rsa generic implementationTadeusz Struk2015-06-171-0/+27
* crypto: akcipher - add PKE APITadeusz Struk2015-06-172-0/+400
* crypto: drbg - reseed often if seedsource is degradedStephan Mueller2015-06-101-0/+1
* crypto: drbg - Use callback API for random readinessStephan Mueller2015-06-101-2/+1
* crypto: doc - Fix typo in crypto-API.xmlMasanari Iida2015-06-043-3/+3
* 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
* 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
* 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
* 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-222-0/+7
* 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-133-40/+467
* 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: pcomp - Constify (de)compression parametersDavid Howells2015-05-011-4/+4
OpenPOWER on IntegriCloud