aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-08-17crypto: algboss - Remove reference to nivaeadGravatar Herbert Xu 1-7/+5
2015-08-10crypto: authencesn - Convert to new AEAD interfaceGravatar Herbert Xu 1-498/+222
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-32/+12
2015-08-10crypto: authencesn - Fix breakage with new ESP codeGravatar Herbert Xu 1-32/+12
2015-08-05crypto: authenc - Add Kconfig dependency on CRYPTO_NULLGravatar Herbert Xu 1-0/+1
2015-08-04crypto: testmgr - Reenable authenc testsGravatar Herbert Xu 1-13/+13
2015-08-04crypto: authenc - Convert to new AEAD interfaceGravatar Herbert Xu 1-401/+183
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsGravatar Herbert Xu 2-39/+109
2015-07-28crypto: jitterentropy - use safe format string parametersGravatar Kees Cook 1-1/+1
2015-07-21crypto: rsa - fix invalid check for keylen in fips modeGravatar Tadeusz Struk 1-2/+2
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Gravatar Martin Willi 1-1/+1
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Gravatar Martin Willi 1-0/+12
2015-07-17crypto: poly1305 - Export common Poly1305 helpersGravatar Martin Willi 2-41/+36
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorGravatar Martin Willi 1-1/+333
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Gravatar Martin Willi 1-1/+1
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Gravatar Martin Willi 1-0/+15
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersGravatar Martin Willi 2-18/+13
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsGravatar Martin Willi 2-0/+35
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceGravatar Herbert Xu 2-90/+133
2015-07-17crypto: rsa - limit supported key lengthsGravatar Tadeusz Struk 1-1/+25
2015-07-17crypto: testmgr - Reenable rfc4309 testGravatar Herbert Xu 1-1/+1
2015-07-17crypto: ccm - Convert to new AEAD interfaceGravatar Herbert Xu 1-164/+224
2015-07-17crypto: testmgr - Disable rfc4309 test and convert test vectorsGravatar Herbert Xu 2-219/+1413
2015-07-14crypto: testmgr - Reenable rfc4106 testGravatar Herbert Xu 1-1/+1
2015-07-14crypto: gcm - Use new IV conventionGravatar Herbert Xu 1-37/+77
2015-07-14crypto: tcrypt - Add support for new IV conventionGravatar Herbert Xu 1-3/+8
2015-07-14crypto: testmgr - Disable rfc4106 test and convert test vectorsGravatar Herbert Xu 2-285/+319
2015-07-14crypto: aead - Propagate new AEAD implementation flag for IV generatorsGravatar Herbert Xu 1-2/+3
2015-07-14crypto: seqiv - Replace seqniv with seqivGravatar Herbert Xu 1-15/+19
2015-07-14crypto: echainiv - Fix encryption conventionGravatar Herbert Xu 1-13/+11
2015-07-14crypto: cryptd - Propagate new AEAD implementation flagGravatar Herbert Xu 1-5/+6
2015-07-14crypto: pcrypt - Propagate new AEAD implementation flagGravatar Herbert Xu 1-1/+11
2015-07-14crypto: aead - Add type-safe function for freeing instancesGravatar Herbert Xu 1-0/+13
2015-07-14crypto: api - Add instance free function to crypto_typeGravatar Herbert Xu 1-2/+12
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestGravatar Herbert Xu 1-9/+2
2015-07-08crypto: tcrypt - Fix AEAD speed testsGravatar Vutla, Lokesh 1-22/+43
2015-07-07crypto: testmgr - add a chunking test for cbc(aes)Gravatar LABBE Corentin 1-0/+6
2015-07-07crypto: cryptd - Fix AEAD request context corruptionGravatar Herbert Xu 1-4/+8
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 3-11/+35
2015-06-25crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesGravatar Alexander Kuleshov 1-0/+1
2015-06-25crypto: asymmetric_keys/rsa - Use non-conflicting variable nameGravatar Guenter Roeck 1-2/+2
2015-06-25crypto: testmgr - don't print info about missing test for gcm-aes-aesniGravatar Tadeusz Struk 1-0/+4
2015-06-25crypto: jitterentropy - Delete unnecessary checks before the function call "k...Gravatar Markus Elfring 1-4/+2
2015-06-25crypto: akcipher - fix spelling cihper -> cipherGravatar Tadeusz Struk 1-1/+1
2015-06-25crypto: jitterentropy - avoid compiler warningsGravatar Stephan Mueller 3-177/+248
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2015-06-22crypto: algif_aead - Temporarily disable all AEAD algorithmsGravatar Herbert Xu 1-1/+2
2015-06-22crypto: af_alg - Forbid the use internal algorithmsGravatar Herbert Xu 1-1/+4
2015-06-22crypto: echainiv - Only hold RNG during initialisationGravatar Herbert Xu 1-22/+6