summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: public_key: remove MPIs from public_key_signature structTadeusz Struk2016-02-181-13/+1
* crypto: KEYS: convert public key and digsig asym to the akcipher apiTadeusz Struk2016-02-101-24/+10
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-223-5/+19
|\
| * crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-01-181-0/+1
| * crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-181-0/+7
| * crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-181-0/+6
| * crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-01-181-0/+2
| * crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-01-181-5/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-171-0/+3
|\ \ | |/ |/|
| * keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen2015-12-201-0/+3
* | crypto: hash - add zero length message hash for shax and md5LABBE Corentin2015-12-222-0/+8
* | crypto: akcipher - fix typos in include/crypto/akcipher.hLABBE Corentin2015-12-111-5/+5
* | crypto: rsa - RSA padding algorithmAndrzej Zaborowski2015-12-091-0/+2
* | crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski2015-12-091-0/+78
* | crypto: aead - fix kernel-doc warnings in crypto/aead.hRandy Dunlap2015-12-091-0/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-051-1/+0
|\
| * KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-1/+0
* | crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu2015-10-201-0/+14
* | crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-142-24/+73
|/
* 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
OpenPOWER on IntegriCloud