aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-22crypto: seqiv - Add compatibility support without RNGGravatar Herbert Xu 1-25/+25
2015-06-22crypto: eseqiv - Offer normal cipher functionality without RNGGravatar Herbert Xu 1-19/+12
2015-06-22crypto: chainiv - Offer normal cipher functionality without RNGGravatar Herbert Xu 1-26/+29
2015-06-22crypto: user - Add CRYPTO_MSG_DELRNGGravatar Herbert Xu 1-1/+11
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedGravatar Herbert Xu 1-4/+23
2015-06-22crypto: skcipher - Allow givencrypt to be NULLGravatar Herbert Xu 1-1/+1
2015-06-21crypto: rsa - fix invalid select for AKCIPHERGravatar Tadeusz Struk 1-1/+1
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Herbert Xu 1-3/+16
2015-06-18crypto: tcrypt - Fixed AEAD speed test setupGravatar Herbert Xu 1-7/+8
2015-06-18crypto: tcrypt - Add rfc4309(ccm(aes)) speed testGravatar Herbert Xu 2-0/+6
2015-06-17crypto: testmgr - add tests vectors for RSAGravatar Tadeusz Struk 3-0/+346
2015-06-17crypto: rsa - add a new rsa generic implementationGravatar Tadeusz Struk 5-0/+457
2015-06-17crypto: akcipher - add PKE APIGravatar Tadeusz Struk 4-0/+149
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxGravatar Martin Willi 3-116/+134
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Gravatar Herbert Xu 1-3/+846