aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-21crypto: hash - Add AHASH_REQUEST_ON_STACKHerbert Xu
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells
2015-08-07MODSIGN: Provide a utility to append a PKCS#7 signature to a moduleDavid Howells
2015-08-07PKCS#7: Allow detached data to be supplied for signature checking purposesDavid Howells
2015-08-07X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifierDavid Howells
2015-08-04crypto: doc - AEAD API conversionStephan Mueller
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi
2015-07-14crypto: aead - Add type-safe function for freeing instancesHerbert Xu
2015-07-14crypto: api - Add instance free function to crypto_typeHerbert Xu
2015-07-14crypto: aead - Add aead_queue interfaceHerbert Xu
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu
2015-06-19crypto: aead - Fix aead_instance struct sizeHerbert Xu
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk
2015-06-17crypto: akcipher - add PKE APITadeusz Struk
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu
2015-06-03crypto: aead - Add aead_alg_instanceHerbert Xu
2015-06-03crypto: aead - Add type-safe init/exit functionsHerbert Xu
2015-06-03crypto: doc - cover new AEAD interfaceStephan Mueller
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu
2015-05-28crypto: aead - Document behaviour of AD in destination bufferHerbert Xu
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller
2015-05-27crypto: drbg - add async seeding operationStephan Mueller
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller
2015-05-25crypto: aead - Remove unused cryptoff parameterHerbert Xu
2015-05-25crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu
2015-05-22crypto: null - Add default null skcipherHerbert Xu
2015-05-22crypto: aead - Add support for new AEAD implementationsHerbert Xu
2015-05-22crypto: aead - Add crypto_aead_maxauthsizeHerbert Xu
2015-05-22crypto: aead - Rename aead_alg to old_aead_algHerbert Xu
2015-05-22crypto: aead - Add new interface with single SG listHerbert Xu
2015-05-22crypto: scatterwalk - Add scatterwalk_ffwd helperHerbert Xu
2015-05-18crypto: md5 - add MD5 initial vectorsLABBE Corentin
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu
2015-05-13crypto: cryptd - Add missing aead.h inclusionHerbert Xu
2015-05-13crypto: aead - Add crypto_aead_set_reqsize helperHerbert Xu
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells