aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-27crypto: drbg - add async seeding operationStephan Mueller1-0/+2
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller1-0/+2
2015-05-25crypto: aead - Remove unused cryptoff parameterHerbert Xu1-6/+1
2015-05-25crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu2-15/+25
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu1-4/+3
2015-05-22crypto: null - Add default null skcipherHerbert Xu1-0/+3
2015-05-22crypto: aead - Add support for new AEAD implementationsHerbert Xu2-4/+76
2015-05-22crypto: aead - Add crypto_aead_maxauthsizeHerbert Xu1-0/+5
2015-05-22crypto: aead - Rename aead_alg to old_aead_algHerbert Xu2-0/+7
2015-05-22crypto: aead - Add new interface with single SG listHerbert Xu1-6/+29
2015-05-22crypto: scatterwalk - Add scatterwalk_ffwd helperHerbert Xu1-0/+4
2015-05-18crypto: md5 - add MD5 initial vectorsLABBE Corentin1-0/+5
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu3-40/+467
2015-05-13crypto: cryptd - Add missing aead.h inclusionHerbert Xu1-0/+1
2015-05-13crypto: aead - Add crypto_aead_set_reqsize helperHerbert Xu1-0/+6
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu1-0/+2
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells1-4/+4
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu2-9/+4
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu1-38/+12
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu1-0/+2
2015-04-22crypto: rng - Add crypto_rng_set_entropyHerbert Xu2-0/+10
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu2-2/+43
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu1-6/+3
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu1-2/+25
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu1-22/+10
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller1-2/+2
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-6/+379
2015-04-10crypto: sha512-generic - move to generic glue implementationArd Biesheuvel1-0/+3
2015-04-10crypto: sha256-generic - move to generic glue implementationArd Biesheuvel1-0/+3
2015-04-10crypto: sha1-generic - move to generic glue implementationArd Biesheuvel1-0/+3
2015-04-10crypto: sha512 - implement base layer for SHA-512Ard Biesheuvel2-1/+132
2015-04-10crypto: sha256 - implement base layer for SHA-256Ard Biesheuvel2-1/+129
2015-04-10crypto: sha1 - implement base layer for SHA-1Ard Biesheuvel2-1/+107
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu1-1/+1
2015-03-23crypto: af_alg - Allow to link sglTadeusz Struk1-1/+3
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller1-2/+1
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+2
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro1-2/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-9/+1
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller1-0/+1
2014-12-05crypto: af_alg - add user space interface for AEADStephan Mueller1-0/+1
2014-11-17crypto: doc - document uncovered member variablesStephan Mueller1-1/+6
2014-11-13crypto: doc - SHASH API documentationStephan Mueller1-0/+164
2014-11-13crypto: doc - AHASH API documentationStephan Mueller1-0/+228
2014-11-13crypto: doc - hash data structuresStephan Mueller1-0/+95
2014-11-13crypto: doc - RNG API documentationStephan Mueller1-0/+80
2014-10-14crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster1-0/+5
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+4
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysDmitry Kasatkin1-1/+2
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysDavid Howells1-2/+3