summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2015-04-10crypto: api - remove instance when test failedStephan Mueller
2015-04-10crypto: api - Move alg ref count init to crypto_check_algHerbert Xu
2015-04-08crypto: user - Fix crypto_alg_match raceHerbert Xu
2015-04-07crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu
2015-04-03crypto: api - Fix races in crypto_unregister_instanceHerbert Xu
2015-03-31crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller
2015-03-31crypto: proc - identify internal ciphersStephan Mueller
2015-03-31crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller
2015-03-31crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller
2015-03-31crypto: api - prevent helper ciphers from being usedStephan Mueller
2015-03-16crypto: algif_rng - zeroize buffer with random dataStephan Mueller
2015-03-13crypto: testmgr - fix RNG return code enforcementStephan Mueller
2015-03-12crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel
2015-03-12crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?
2015-03-10crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller
2015-03-04crypto: drbg - remove superflowous memsetsStephan Mueller
2015-03-04crypto: drbg - use single block cipher APIStephan Mueller
2015-03-04crypto: powerpc/md5 - kernel configMarkus Stockhausen
2015-03-04crypto: algif - enable AEAD interface compilationStephan Mueller
2015-03-04crypto: algif - add AEAD supportStephan Mueller
2015-03-02crypto: powerpc/sha1 - kernel configMarkus Stockhausen
2015-03-01crypto: powerpc/aes - kernel configMarkus Stockhausen
2015-02-27crypto: ppc/sha256 - kernel configMarkus Stockhausen
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds
2015-02-04crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica
2015-02-04crypto: testmgr - limit IV copy length in aead testsCristian Stoica
2015-02-04crypto: tcrypt - fix buflen reminder calculationCristian Stoica
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro
2015-01-26crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowedJarod Wilson
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
2015-01-20crypto: seqiv - Ensure that IV size is at least 8 bytesHerbert Xu
2015-01-20crypto: cts - Weed out non-CBC algorithmsHerbert Xu
2015-01-20crypto: cts - Remove bogus use of seqivHerbert Xu
2015-01-14crypto: algif_rng - fix sparse non static symbol warningWei Yongjun
2015-01-13crypto: testmgr - don't use interruptible wait in testsRabin Vincent
2015-01-13crypto: add missing crypto module aliasesMathias Krause
2015-01-05Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu
2014-12-29crypto: algif_rng - enable RNG interface compilationStephan Mueller
2014-12-29crypto: algif_rng - add random number generator supportStephan Mueller
2014-12-26crypto: af_alg - zeroize key dataStephan Mueller
2014-12-24crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen
2014-12-22crypto: algif - Mark sgl end at the end of dataTadeusz Struk
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller
2014-12-22crypto: drbg - panic on continuous self test errorStephan Mueller
2014-12-22crypto: api - fixed style erro in algapi.cJoshua I. James
2014-12-22crypto: ahash - fixed style error in ahash.cJoshua I. James
2014-12-22crypto: af_alg - fixed style error in af_alg.cJoshua I. James