summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-06-25crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] filesAlexander Kuleshov
2015-06-25crypto: asymmetric_keys/rsa - Use non-conflicting variable nameGuenter Roeck
2015-06-25crypto: testmgr - don't print info about missing test for gcm-aes-aesniTadeusz Struk
2015-06-25crypto: jitterentropy - Delete unnecessary checks before the function call "k...Markus Elfring
2015-06-25crypto: akcipher - fix spelling cihper -> cipherTadeusz Struk
2015-06-25crypto: jitterentropy - avoid compiler warningsStephan Mueller
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-22crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu
2015-06-22crypto: af_alg - Forbid the use internal algorithmsHerbert Xu
2015-06-22crypto: echainiv - Only hold RNG during initialisationHerbert Xu
2015-06-22crypto: seqiv - Add compatibility support without RNGHerbert Xu
2015-06-22crypto: eseqiv - Offer normal cipher functionality without RNGHerbert Xu
2015-06-22crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu
2015-06-22crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu
2015-06-22crypto: skcipher - Allow givencrypt to be NULLHerbert Xu
2015-06-21crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu
2015-06-18crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu
2015-06-18crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk
2015-06-17crypto: akcipher - add PKE APITadeusz Struk
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu
2015-06-17Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu
2015-06-17crypto: gcm - Convert to new AEAD interfaceHerbert Xu
2015-06-17crypto: testmgr - Disable rfc4543 testHerbert Xu
2015-06-16crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker
2015-06-11crypto: drbg - Add select on sha256Herbert Xu
2015-06-11crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin
2015-06-04crypto: rng - Remove krngHerbert Xu
2015-06-04crypto: rng - Make DRBG the default RNGHerbert Xu
2015-06-04crypto: echainiv - Set Kconfig default to mHerbert Xu
2015-06-04crypto: drbg - Add stdrng alias and increase priorityHerbert Xu
2015-06-04crypto: seqiv - Move IV seeding into init functionHerbert Xu
2015-06-04crypto: eseqiv - Move IV seeding into init functionHerbert Xu
2015-06-04crypto: echainiv - Move IV seeding into init functionHerbert Xu
2015-06-04crypto: chainiv - Move IV seeding into init functionHerbert Xu
2015-06-04crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi
2015-06-04crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi
2015-06-04crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi