aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdGravatar Linus Torvalds 1-3/+16
2015-04-22md/raid5: activate raid6 rmw featureGravatar Markus Stockhausen 1-3/+16
2015-04-15crypto: fix broken crypto_register_instance() module handlingGravatar Herbert Xu 1-3/+3
2015-04-15crypto: fix mis-merge with the networking mergeGravatar Linus Torvalds 1-4/+2
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 18-471/+967
2015-04-11new helper: msg_data_left()Gravatar Al Viro 2-4/+4
2015-04-10crypto: sha512-generic - move to generic glue implementationGravatar Ard Biesheuvel 1-102/+21
2015-04-10crypto: sha256-generic - move to generic glue implementationGravatar Ard Biesheuvel 1-113/+20
2015-04-10crypto: sha1-generic - move to generic glue implementationGravatar Ard Biesheuvel 1-82/+20
2015-04-10crypto: api - remove instance when test failedGravatar Stephan Mueller 1-1/+9
2015-04-10crypto: api - Move alg ref count init to crypto_check_algGravatar Herbert Xu 1-1/+2
2015-04-09Merge branch 'iocb' into for-davemGravatar Al Viro 1-1/+1
2015-04-08crypto: user - Fix crypto_alg_match raceGravatar Herbert Xu 1-10/+29
2015-04-07crypto: serpent_sse2 - Fix a typo in KconfigGravatar Masanari Iida 1-1/+1
2015-04-03crypto: api - Change crypto_unregister_instance argument typeGravatar Herbert Xu 2-7/+3
2015-04-03crypto: api - Fix races in crypto_unregister_instanceGravatar Herbert Xu 1-16/+7
2015-04-01crypto: algif - explicitly mark end of dataGravatar tadeusz.struk@intel.com 1-4/+8
2015-04-01crypto: algif - use kmalloc instead of kzallocGravatar Tadeusz Struk 1-1/+1
2015-04-01crypto: af_alg - make exports consistantGravatar Tadeusz Struk 1-1/+1
2015-03-31crypto: mcryptd - process CRYPTO_ALG_INTERNALGravatar Stephan Mueller 1-2/+23
2015-03-31crypto: proc - identify internal ciphersGravatar Stephan Mueller 1-0/+3
2015-03-31crypto: cryptd - process CRYPTO_ALG_INTERNALGravatar Stephan Mueller 2-9/+43
2015-03-31crypto: testmgr - use CRYPTO_ALG_INTERNALGravatar Stephan Mueller 1-7/+7
2015-03-31crypto: api - prevent helper ciphers from being usedGravatar Stephan Mueller 1-0/+10
2015-03-25crypto: algif - fix warn: unsigned 'used' is never less than zeroGravatar tadeusz.struk@intel.com 1-1/+1
2015-03-23crypto: algif - change algif_skcipher to be asynchronousGravatar Tadeusz Struk 1-7/+226
2015-03-23crypto: af_alg - Allow to link sglGravatar Tadeusz Struk 1-5/+13
2015-03-16crypto: algif_rng - zeroize buffer with random dataGravatar Stephan Mueller 1-1/+1
2015-03-13crypto: testmgr - fix RNG return code enforcementGravatar Stephan Mueller 1-5/+5
2015-03-12crypto: arm - move ARM specific Kconfig definitions to a dedicated fileGravatar Ard Biesheuvel 1-75/+0
2015-03-12crypto: tcrypt - fix uninit sg entries in test_acipher_speedGravatar Horia Geant? 1-2/+2
2015-03-10crypto: octeon - enable OCTEON SHA1/256/512 module selectionGravatar Aaro Koskinen 1-0/+27
2015-03-09crypto: rng - RNGs must return 0 in success caseGravatar Stephan Mueller 2-2/+11
2015-03-04crypto: drbg - remove superflowous memsetsGravatar Stephan Mueller 1-18/+0
2015-03-04crypto: drbg - use single block cipher APIGravatar Stephan Mueller 1-23/+16
2015-03-04crypto: powerpc/md5 - kernel configGravatar Markus Stockhausen 1-0/+8
2015-03-04crypto: algif - enable AEAD interface compilationGravatar Stephan Mueller 2-0/+10
2015-03-04crypto: algif - add AEAD supportGravatar Stephan Mueller 1-0/+666
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 3-10/+10
2015-03-02crypto: powerpc/sha1 - kernel configGravatar Markus Stockhausen 1-0/+7
2015-03-01crypto: powerpc/aes - kernel configGravatar Markus Stockhausen 1-0/+13
2015-02-27crypto: ppc/sha256 - kernel configGravatar Markus Stockhausen 1-0/+9
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 15-80/+316
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterGravatar Linus Torvalds 2-4/+3
2015-02-04crypto: tcrypt - do not allocate iv on stack for aead speed testsGravatar Cristian Stoica 1-3/+8
2015-02-04crypto: testmgr - limit IV copy length in aead testsGravatar Cristian Stoica 1-3/+4
2015-02-04crypto: tcrypt - fix buflen reminder calculationGravatar Cristian Stoica 1-8/+8
2015-02-04crypto: switch af_alg_make_sg() to iov_iterGravatar Al Viro 3-98/+61
2015-01-26crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowedGravatar Jarod Wilson 1-0/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextGravatar Cristian Stoica 3-6/+5