aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2-0/+35
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2-90/+133
2015-07-17crypto: rsa - limit supported key lengthsTadeusz Struk1-1/+25
2015-07-17crypto: testmgr - Reenable rfc4309 testHerbert Xu1-1/+1
2015-07-17crypto: ccm - Convert to new AEAD interfaceHerbert Xu1-164/+224
2015-07-17crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu2-219/+1413
2015-07-14crypto: testmgr - Reenable rfc4106 testHerbert Xu1-1/+1
2015-07-14crypto: gcm - Use new IV conventionHerbert Xu1-37/+77
2015-07-14crypto: tcrypt - Add support for new IV conventionHerbert Xu1-3/+8
2015-07-14crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu2-285/+319
2015-07-14crypto: aead - Propagate new AEAD implementation flag for IV generatorsHerbert Xu1-2/+3
2015-07-14crypto: seqiv - Replace seqniv with seqivHerbert Xu1-15/+19
2015-07-14crypto: echainiv - Fix encryption conventionHerbert Xu1-13/+11
2015-07-14crypto: cryptd - Propagate new AEAD implementation flagHerbert Xu1-5/+6
2015-07-14crypto: pcrypt - Propagate new AEAD implementation flagHerbert Xu1-1/+11
2015-07-14crypto: aead - Add type-safe function for freeing instancesHerbert Xu1-0/+13
2015-07-14crypto: api - Add instance free function to crypto_typeHerbert Xu1-2/+12
2015-07-14crypto: api - Remove unused __crypto_dequeue_requestHerbert Xu1-9/+2
2015-07-08crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh1-22/+43
2015-07-07crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin1-0/+6
2015-07-07crypto: cryptd - Fix AEAD request context corruptionHerbert Xu1-4/+8
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-11/+35
2015-06-25crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesAlexander Kuleshov1-0/+1
2015-06-25crypto: asymmetric_keys/rsa - Use non-conflicting variable nameGuenter Roeck1-2/+2
2015-06-25crypto: testmgr - don't print info about missing test for gcm-aes-aesniTadeusz Struk1-0/+4
2015-06-25crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree"Markus Elfring1-4/+2
2015-06-25crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk1-1/+1
2015-06-25crypto: jitterentropy - avoid compiler warningsStephan Mueller3-177/+248
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2015-06-22crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu1-1/+2
2015-06-22crypto: af_alg - Forbid the use internal algorithmsHerbert Xu1-1/+4
2015-06-22crypto: echainiv - Only hold RNG during initialisationHerbert Xu1-22/+6
2015-06-22crypto: seqiv - Add compatibility support without RNGHerbert Xu1-25/+25
2015-06-22crypto: eseqiv - Offer normal cipher functionality without RNGHerbert Xu1-19/+12
2015-06-22crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu1-26/+29
2015-06-22crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu1-1/+11
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu1-4/+23
2015-06-22crypto: skcipher - Allow givencrypt to be NULLHerbert Xu1-1/+1
2015-06-21crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk1-1/+1
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socHerbert Xu1-3/+16
2015-06-18crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu1-7/+8
2015-06-18crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu2-0/+6
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk3-0/+346
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk5-0/+457
2015-06-17crypto: akcipher - add PKE APITadeusz Struk4-0/+149
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi3-116/+134
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu1-3/+846
2015-06-17Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu1-1/+1
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu1-6/+9