summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-171-1/+1
* crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-171-0/+12
* crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-172-41/+36
* crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi2015-07-171-1/+333
* crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi2015-07-171-1/+1
* crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi2015-07-171-0/+15
* crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-172-18/+13
* crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2015-07-172-0/+35
* crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2015-07-172-90/+133
* crypto: rsa - limit supported key lengthsTadeusz Struk2015-07-171-1/+25
* crypto: testmgr - Reenable rfc4309 testHerbert Xu2015-07-171-1/+1
* crypto: ccm - Convert to new AEAD interfaceHerbert Xu2015-07-171-164/+224
* crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu2015-07-172-219/+1413
* crypto: testmgr - Reenable rfc4106 testHerbert Xu2015-07-141-1/+1
* crypto: gcm - Use new IV conventionHerbert Xu2015-07-141-37/+77
* crypto: tcrypt - Add support for new IV conventionHerbert Xu2015-07-141-3/+8
* crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu2015-07-142-285/+319
* crypto: aead - Propagate new AEAD implementation flag for IV generatorsHerbert Xu2015-07-141-2/+3
* crypto: seqiv - Replace seqniv with seqivHerbert Xu2015-07-141-15/+19
* crypto: echainiv - Fix encryption conventionHerbert Xu2015-07-141-13/+11
* crypto: cryptd - Propagate new AEAD implementation flagHerbert Xu2015-07-141-5/+6
* crypto: pcrypt - Propagate new AEAD implementation flagHerbert Xu2015-07-141-1/+11
* crypto: aead - Add type-safe function for freeing instancesHerbert Xu2015-07-141-0/+13
* crypto: api - Add instance free function to crypto_typeHerbert Xu2015-07-141-2/+12
* crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu2015-07-141-9/+2
* crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh2015-07-081-22/+43
* crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin2015-07-071-0/+6
* crypto: cryptd - Fix AEAD request context corruptionHerbert Xu2015-07-071-4/+8
* Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-021-0/+1
|\
| * crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker2015-06-161-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-273-11/+35
|\ \
| * | KEYS: fix "ca_keys=" partial key matchingMimi Zohar2015-05-213-11/+35
* | | crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesAlexander Kuleshov2015-06-251-0/+1
* | | crypto: asymmetric_keys/rsa - Use non-conflicting variable nameGuenter Roeck2015-06-251-2/+2
* | | crypto: testmgr - don't print info about missing test for gcm-aes-aesniTadeusz Struk2015-06-251-0/+4
* | | crypto: jitterentropy - Delete unnecessary checks before the function call "k...Markus Elfring2015-06-251-4/+2
* | | crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk2015-06-251-1/+1
* | | crypto: jitterentropy - avoid compiler warningsStephan Mueller2015-06-253-177/+248
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-2/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-9/+0
| |\ \ \ | | | |/ | | |/|
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-271-9/+0
| | |\ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-5/+4
| |\| | |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-211-5/+4
| | |\ \ \ | | | |_|/ | | |/| |
| * / | | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
| |/ / /
* | | | crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu2015-06-221-1/+2
* | | | crypto: af_alg - Forbid the use internal algorithmsHerbert Xu2015-06-221-1/+4
* | | | crypto: echainiv - Only hold RNG during initialisationHerbert Xu2015-06-221-22/+6
* | | | crypto: seqiv - Add compatibility support without RNGHerbert Xu2015-06-221-25/+25
* | | | crypto: eseqiv - Offer normal cipher functionality without RNGHerbert Xu2015-06-221-19/+12
* | | | crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu2015-06-221-26/+29