summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers1-63/+0
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers1-2/+0
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers1-0/+2
2018-01-02crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-0/+1
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers1-0/+8
2017-04-21crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu1-0/+10
2016-10-22crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri1-0/+23
2016-02-17crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-0/+1
2016-02-17crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+7
2016-02-17crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu1-0/+6
2016-02-17crypto: af_alg - Add nokey compatibility pathHerbert Xu1-0/+2
2016-02-17crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-5/+3
2015-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+0
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-1/+0
2015-10-20crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu1-0/+14
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk2-24/+73
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-2/+29
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+1
2015-08-21crypto: hash - Add AHASH_REQUEST_ON_STACKHerbert Xu1-0/+5
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu2-1/+405
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams1-9/+1
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu3-174/+18
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu2-6/+11
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2-1/+23
2015-08-07MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells1-0/+1
2015-08-07PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells1-0/+3
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells1-1/+2
2015-08-04crypto: doc - AEAD API conversionStephan Mueller1-0/+24
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi1-0/+41
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi1-0/+25
2015-07-14crypto: aead - Add type-safe function for freeing instancesHerbert Xu1-0/+1
2015-07-14crypto: api - Add instance free function to crypto_typeHerbert Xu1-0/+2
2015-07-14crypto: aead - Add aead_queue interfaceHerbert Xu1-0/+35
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu1-1/+0
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu1-0/+9
2015-06-19crypto: aead - Fix aead_instance struct sizeHerbert Xu1-1/+8
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk1-0/+27
2015-06-17crypto: akcipher - add PKE APITadeusz Struk2-0/+400
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller1-0/+1
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller1-2/+1
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida3-3/+3
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu1-0/+2
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu1-1/+1
2015-06-03crypto: aead - Add aead_alg_instanceHerbert Xu1-0/+5
2015-06-03crypto: aead - Add type-safe init/exit functionsHerbert Xu1-0/+13
2015-06-03crypto: doc - cover new AEAD interfaceStephan Mueller1-1/+4
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu1-0/+24
2015-05-28crypto: aead - Document behaviour of AD in destination bufferHerbert Xu1-4/+10
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller1-0/+1
2015-05-27crypto: drbg - add async seeding operationStephan Mueller1-0/+2