aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-20crypto: seqiv - Ensure that IV size is at least 8 bytesGravatar Herbert Xu 1-0/+12
2015-01-20crypto: cts - Weed out non-CBC algorithmsGravatar Herbert Xu 1-0/+3
2015-01-20crypto: cts - Remove bogus use of seqivGravatar Herbert Xu 1-2/+0
2015-01-14crypto: algif_rng - fix sparse non static symbol warningGravatar Wei Yongjun 1-1/+1
2015-01-13crypto: testmgr - don't use interruptible wait in testsGravatar Rabin Vincent 2-34/+26
2015-01-13crypto: add missing crypto module aliasesGravatar Mathias Krause 20-3/+25
2015-01-05Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Gravatar Herbert Xu 1-12/+11
2014-12-29crypto: algif_rng - enable RNG interface compilationGravatar Stephan Mueller 2-0/+10
2014-12-29crypto: algif_rng - add random number generator supportGravatar Stephan Mueller 1-0/+192
2014-12-26crypto: af_alg - zeroize key dataGravatar Stephan Mueller 1-1/+1
2014-12-24crypto: octeon - enable OCTEON MD5 module selectionGravatar Aaro Koskinen 1-0/+9
2014-12-22crypto: algif - Mark sgl end at the end of dataGravatar Tadeusz Struk 1-0/+8
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeGravatar Stephan Mueller 1-0/+7
2014-12-22crypto: drbg - panic on continuous self test errorGravatar Stephan Mueller 1-9/+2
2014-12-22crypto: api - fixed style erro in algapi.cGravatar Joshua I. James 1-0/+1
2014-12-22crypto: ahash - fixed style error in ahash.cGravatar Joshua I. James 1-0/+1
2014-12-22crypto: af_alg - fixed style error in af_alg.cGravatar Joshua I. James 1-1/+1
2014-12-22crypto: aead - fixed style error in aead.cGravatar Joshua I. James 1-1/+2
2014-12-22crypto: ablkcipher - fixed style errors in ablkcipher.cGravatar Joshua I. James 1-2/+6
2014-12-22crypto: af_alg - fix backlog handlingGravatar Rabin Vincent 1-0/+3
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 70-122/+191
2014-12-10net: introduce helper macro for_each_cmsghdrGravatar Gu Zheng 1-1/+1
2014-12-09put iov_iter into msghdrGravatar Al Viro 2-4/+4
2014-12-05crypto: tcrypt - Allow speed testing of arbitrary hash functionsGravatar Herbert Xu 1-12/+20
2014-12-05crypto: af_alg - add user space interface for AEADGravatar Stephan Mueller 1-0/+6
2014-12-02crypto: algif_skcipher - initialize upon init requestGravatar Stephan Mueller 1-1/+3
2014-12-01crypto: algif_skcipher - removed unneeded codeGravatar Struk, Tadeusz 1-4/+0
2014-11-28crypto: algif_skcipher - Fixed blocking recvmsgGravatar Herbert Xu 1-3/+2
2014-11-27crypto: drbg - use memzero_explicit() for clearing sensitive dataGravatar Nickolaus Woodruff 1-11/+12
2014-11-26crypto: drbg - use MODULE_ALIAS_CRYPTOGravatar Stephan Mueller 1-22/+22
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 22-2/+23
2014-11-26crypto: user - add MODULE_ALIASGravatar Stephan Mueller 1-0/+1
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Gravatar Daniel Borkmann 2-6/+3
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 44-39/+56
2014-11-24crypto: user - Allow get request with empty driver nameGravatar Herbert Xu 1-4/+1
2014-11-24new helper: memcpy_to_msg()Gravatar Al Viro 1-1/+1
2014-11-24new helper: memcpy_from_msg()Gravatar Al Viro 1-5/+5
2014-11-12crypto: algif - zeroize IV bufferGravatar Stephan Mueller 1-0/+1
2014-11-12crypto: algif - zeroize message digest bufferGravatar Stephan Mueller 1-0/+2
2014-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 7-13/+13
2014-11-10crypto: drbg - add MODULE_ALIAS for all DRBG typesGravatar Stephan Mueller 1-0/+25
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-13/+13