aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-08-05crypto: authenc - select CRYPTO_NULLStephen Rothwell1-0/+1
2015-08-04crypto: testmgr - Reenable authenc testsHerbert Xu1-13/+13
2015-08-04crypto: authenc - Convert to new AEAD interfaceHerbert Xu1-401/+183
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu2-39/+109
2015-07-28crypto: jitterentropy - use safe format string parametersKees Cook1-1/+1
2015-07-21crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk1-2/+2
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi1-1/+1
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi1-0/+12
2015-07-17crypto: poly1305 - Export common Poly1305 helpersMartin Willi2-41/+36
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi1-1/+333
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi1-1/+1
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi1-0/+15
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2-18/+13
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/ke...Linus Torvalds1-0/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus 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 "k...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...Herbert 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
2015-06-17crypto: gcm - Convert to new AEAD interfaceHerbert Xu1-532/+373
2015-06-17crypto: testmgr - Disable rfc4543 testHerbert Xu1-1/+1
2015-06-16crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker1-0/+1
2015-06-11crypto: drbg - Add select on sha256Herbert Xu1-1/+2
2015-06-11crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky1-2/+4
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller1-1/+11
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller1-91/+126
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller2-5/+26
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin1-0/+18
2015-06-04crypto: rng - Remove krngHerbert Xu2-62/+0
2015-06-04crypto: rng - Make DRBG the default RNGHerbert Xu1-7/+8
2015-06-04crypto: echainiv - Set Kconfig default to mHerbert Xu1-0/+1
2015-06-04crypto: drbg - Add stdrng alias and increase priorityHerbert Xu1-1/+2
2015-06-04crypto: seqiv - Move IV seeding into init functionHerbert Xu1-98/+15
2015-06-04crypto: eseqiv - Move IV seeding into init functionHerbert Xu1-25/+4
2015-06-04crypto: echainiv - Move IV seeding into init functionHerbert Xu1-24/+6
2015-06-04crypto: chainiv - Move IV seeding into init functionHerbert Xu1-57/+9
2015-06-04crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi2-0/+194
2015-06-04crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi1-1/+25
2015-06-04crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi2-0/+284
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi3-0/+676
2015-06-04crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi2-0/+268
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi3-0/+310
2015-06-04crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2-0/+192
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi3-0/+230
2015-06-03crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_pageHerbert Xu1-1/+5
2015-06-03crypto: cryptd - Convert to new AEAD interfaceHerbert Xu1-35/+29
2015-06-03crypto: cryptd - Add setkey/setauthsize functions for AEADHerbert Xu1-2/+20
2015-06-03crypto: pcrypt - Add support for new AEAD interfaceHerbert Xu1-95/+40
2015-06-03crypto: aead - Add multiple algorithm registration interfaceHerbert Xu1-0/+29
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algHerbert Xu1-2/+2
2015-06-03crypto: api - Include alignment in crypto_alg_extsizeHerbert Xu1-1/+2
2015-06-03crypto: aead - Add type-safe init/exit functionsHerbert Xu1-0/+14
2015-06-03Revert "crypto: algif_aead - Disable AEAD user-space for now"Herbert Xu1-0/+9
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2015-05-28crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller1-3/+0
2015-05-28crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu1-58/+8
2015-05-28crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu1-8/+7
2015-05-28crypto: testmgr - Switch to new AEAD interfaceHerbert Xu1-39/+48
2015-05-28crypto: seqiv - Fix module unload/reload crashHerbert Xu1-0/+1
2015-05-28crypto: seqiv - Fix IV size in context size calculationHerbert Xu1-1/+1
2015-05-28crypto: seqiv - Use common IV generation codeHerbert Xu1-56/+36
2015-05-28crypto: seqiv - Copy AD along with plain/cipher textHerbert Xu1-27/+6
2015-05-28crypto: echainiv - Fix IV size in context size calculationHerbert Xu1-1/+1
2015-05-28crypto: echainiv - Use common IV generation codeHerbert Xu1-212/+18
2015-05-28crypto: echainiv - Copy AD along with plain textHerbert Xu1-8/+2
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu1-3/+202
2015-05-28crypto: aead - Preserve in-place processing in old_cryptHerbert Xu1-1/+2
2015-05-28crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwdHerbert Xu1-0/+1
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-14/+4
2015-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+0
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller4-0/+925
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller1-7/+45
2015-05-27crypto: drbg - add async seeding operationStephan Mueller1-0/+24
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller1-27/+54
2015-05-26crypto: algif_aead - Disable AEAD user-space for nowHerbert Xu1-9/+0
2015-05-25crypto: aead - Remove unused cryptoff parameterHerbert Xu3-10/+8
2015-05-25crypto: seqiv - Stop using cryptoffHerbert Xu1-67/+158
2015-05-25crypto: echainiv - Stop using cryptoffHerbert Xu1-12/+23
2015-05-25crypto: aead - Do not set cra_type for new style instancesHerbert Xu1-3/+1
2015-05-25crypto: echainiv - Use aead_register_instanceHerbert Xu1-19/+23
2015-05-25crypto: seqiv - Use aead_register_instanceHerbert Xu1-56/+79
2015-05-25crypto: aead - Use tmpl->createHerbert Xu1-0/+8
2015-05-25crypto: skcipher - Use tmpl->createHerbert Xu1-0/+8
2015-05-25crypto: echainiv - echainiv_read_iv() can be staticWu Fengguang1-2/+2
2015-05-25crypto: pcrypt - Make tfm_count an atomic_tHerbert Xu1-4/+4
2015-05-25crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeHerbert Xu1-12/+3
2015-05-25crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.Harald Freudenberger1-1/+58
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2015-05-22crypto: echainiv - Add encrypted chain IV generatorHerbert Xu3-0/+542
2015-05-22crypto: seqiv - Add seqnivHerbert Xu1-1/+70
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu3-47/+440
2015-05-22crypto: scatterwalk - Check for same address in map_and_copyHerbert Xu1-10/+6
2015-05-22crypto: gcm - Use default null skcipherHerbert Xu1-17/+6
2015-05-22crypto: null - Add default null skcipherHerbert Xu1-0/+39
2015-05-22crypto: aead - Add support for new AEAD implementationsHerbert Xu1-15/+137
2015-05-22crypto: aead - Rename aead_alg to old_aead_algHerbert Xu1-12/+13
2015-05-22crypto: aead - Add new interface with single SG listHerbert Xu1-2/+56
2015-05-22crypto: scatterwalk - Add scatterwalk_ffwd helperHerbert Xu1-0/+22
2015-05-22crypto: pcrypt - Use crypto_grab_aeadHerbert Xu1-36/+35
2015-05-22crypto: cryptd - Use crypto_grab_aeadHerbert Xu1-23/+37
2015-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+4
2015-05-21KEYS: fix "ca_keys=" partial key matchingMimi Zohar3-11/+35
2015-05-18crypto: md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin1-4/+4
2015-05-18crypto: algif_aead - fix invalid sgl linkingTadeusz Struk1-5/+4
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu1-113/+48
2015-05-13crypto: seqiv - Use crypto_aead_set_reqsize helperHerbert Xu1-1/+2
2015-05-13crypto: pcrypt - Use crypto_aead_set_reqsize helperHerbert Xu1-3/+4
2015-05-13crypto: gcm - Use crypto_aead_set_reqsize helperHerbert Xu1-11/+11
2015-05-13crypto: cryptd - Use crypto_aead_set_reqsize helperHerbert Xu1-1/+2
2015-05-13crypto: ccm - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+7
2015-05-13crypto: authencesn - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+8
2015-05-13crypto: authenc - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+8
2015-05-13crypto: blkcipher - Include crypto/aead.hHerbert Xu1-0/+1
2015-05-13crypto: authencesn - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: authenc - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu1-0/+16
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-05-11crypto: 842 - change 842 alg to use softwareDan Streetman2-141/+40
2015-05-11crypto: testmgr - add test cases for CRC32Ard Biesheuvel2-0/+443
2015-05-01crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells1-3/+3
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells2-3/+3
2015-04-26crypto: aead - Fix corner case in crypto_lookup_aeadHerbert Xu1-1/+1
2015-04-26crypto: skcipher - Fix corner case in crypto_lookup_skcipherHerbert Xu1-1/+1
2015-04-26crypto: api - Fix build error when modules are disabledHerbert Xu1-1/+1
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds1-3/+16
2015-04-23crypto: testmgr - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: tcrypt - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: algif_aead - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: api - Remove linux/fips.h from internal.hHerbert Xu1-1/+0
2015-04-23crypto: testmgr - Include linux/fips.h for fips_enabledHerbert Xu1-0/+1
2015-04-23crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu1-1/+1
2015-04-23crypto: fips - Move fips_enabled sysctl into fips.cHerbert Xu2-41/+48
2015-04-23crypto: fips - Remove bogus inclusion of internal.hHerbert Xu1-1/+4
2015-04-23crypto: api - Include linux/fips.hHerbert Xu1-0/+1
2015-04-23crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu1-4/+0
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu1-4/+1
2015-04-23crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu1-3/+3
2015-04-22crypto: rng - Zero seed in crypto_rng_resetHerbert Xu1-1/+1
2015-04-22crypto: algif_rng - Remove obsolete const-removal castHerbert Xu1-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu1-53/+4
2015-04-22crypto: krng - Convert to new rng interfaceHerbert Xu1-19/+14
2015-04-22crypto: ansi_cprng - Convert to new rng interfaceHerbert Xu1-45/+41
2015-04-22crypto: ansi_cprng - Remove bogus inclusion of internal.hHerbert Xu1-2/+0
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu1-69/+54
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu1-0/+29
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu1-6/+50
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu1-2/+25
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen1-3/+16
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu1-2/+7
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu1-12/+23
2015-04-21crypto: pcomp - Use crypto_alg_extsize helperHerbert Xu1-6/+1
2015-04-21crypto: shash - Use crypto_alg_extsize helperHerbert Xu1-6/+1
2015-04-21crypto: api - Add crypto_alg_extsize helperHerbert Xu2-0/+8
2015-04-21crypto: drbg - Do not seed RNG in drbg_kcapi_initHerbert Xu1-48/+55
2015-04-21crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu1-0/+2
2015-04-21crypto: drbg - leave cipher handles operationalStephan Mueller1-8/+4