summaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida2015-04-071-1/+1
* crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-032-7/+3
* crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-031-16/+7
* crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-2/+23
* crypto: proc - identify internal ciphersStephan Mueller2015-03-311-0/+3
* crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller2015-03-312-9/+43
* crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-7/+7
* crypto: api - prevent helper ciphers from being usedStephan Mueller2015-03-311-0/+10
* crypto: algif_rng - zeroize buffer with random dataStephan Mueller2015-03-161-1/+1
* crypto: testmgr - fix RNG return code enforcementStephan Mueller2015-03-131-5/+5
* crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel2015-03-121-75/+0
* crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?2015-03-121-2/+2
* crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen2015-03-101-0/+27
* crypto: rng - RNGs must return 0 in success caseStephan Mueller2015-03-092-2/+11
* crypto: drbg - remove superflowous memsetsStephan Mueller2015-03-041-18/+0
* crypto: drbg - use single block cipher APIStephan Mueller2015-03-041-23/+16
* crypto: powerpc/md5 - kernel configMarkus Stockhausen2015-03-041-0/+8
* crypto: algif - enable AEAD interface compilationStephan Mueller2015-03-042-0/+10
* crypto: algif - add AEAD supportStephan Mueller2015-03-041-0/+666
* crypto: powerpc/sha1 - kernel configMarkus Stockhausen2015-03-021-0/+7
* crypto: powerpc/aes - kernel configMarkus Stockhausen2015-03-011-0/+13
* crypto: ppc/sha256 - kernel configMarkus Stockhausen2015-02-271-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-1415-80/+316
|\
| * crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica2015-02-041-3/+8
| * crypto: testmgr - limit IV copy length in aead testsCristian Stoica2015-02-041-3/+4
| * crypto: tcrypt - fix buflen reminder calculationCristian Stoica2015-02-041-8/+8
| * crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowedJarod Wilson2015-01-261-0/+1
| * crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-263-6/+5
| * crypto: seqiv - Ensure that IV size is at least 8 bytesHerbert Xu2015-01-201-0/+12
| * crypto: cts - Weed out non-CBC algorithmsHerbert Xu2015-01-201-0/+3
| * crypto: cts - Remove bogus use of seqivHerbert Xu2015-01-201-2/+0
| * crypto: algif_rng - fix sparse non static symbol warningWei Yongjun2015-01-141-1/+1
| * crypto: testmgr - don't use interruptible wait in testsRabin Vincent2015-01-132-34/+26
| * Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu2015-01-051-12/+11
| * crypto: algif_rng - enable RNG interface compilationStephan Mueller2014-12-292-0/+10
| * crypto: algif_rng - add random number generator supportStephan Mueller2014-12-291-0/+192
| * crypto: af_alg - zeroize key dataStephan Mueller2014-12-261-1/+1
| * crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen2014-12-241-0/+9
| * crypto: algif - Mark sgl end at the end of dataTadeusz Struk2014-12-221-0/+8
| * crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller2014-12-221-0/+7
| * crypto: drbg - panic on continuous self test errorStephan Mueller2014-12-221-9/+2
| * crypto: api - fixed style erro in algapi.cJoshua I. James2014-12-221-0/+1
| * crypto: ahash - fixed style error in ahash.cJoshua I. James2014-12-221-0/+1
| * crypto: af_alg - fixed style error in af_alg.cJoshua I. James2014-12-221-1/+1
| * crypto: aead - fixed style error in aead.cJoshua I. James2014-12-221-1/+2
| * crypto: ablkcipher - fixed style errors in ablkcipher.cJoshua I. James2014-12-221-2/+6
* | crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds2015-02-102-4/+3
* | crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-043-98/+61
* | crypto: add missing crypto module aliasesMathias Krause2015-01-1320-3/+25
|/
* crypto: af_alg - fix backlog handlingRabin Vincent2014-12-221-0/+3