aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-08-10crypto: authencesn - Fix breakage with new ESP codeHerbert Xu1-32/+12
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
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller1-119/+25
2015-04-21crypto: drbg - fix drbg_generate return val checkStephan Mueller1-7/+7
2015-04-21cryoto: drbg - clear all temporary memoryStephan Mueller1-1/+1
2015-04-15crypto: fix broken crypto_register_instance() module handlingHerbert Xu1-3/+3
2015-04-15crypto: fix mis-merge with the networking mergeLinus Torvalds1-4/+2
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds18-471/+967
2015-04-11new helper: msg_data_left()Al Viro2-4/+4
2015-04-10crypto: sha512-generic - move to generic glue implementationArd Biesheuvel1-102/+21
2015-04-10crypto: sha256-generic - move to generic glue implementationArd Biesheuvel1-113/+20
2015-04-10crypto: sha1-generic - move to generic glue implementationArd Biesheuvel1-82/+20
2015-04-10crypto: api - remove instance when test failedStephan Mueller1-1/+9
2015-04-10crypto: api - Move alg ref count init to crypto_check_algHerbert Xu1-1/+2
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+1
2015-04-08crypto: user - Fix crypto_alg_match raceHerbert Xu1-10/+29
2015-04-07crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida1-1/+1
2015-04-03crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2-7/+3
2015-04-03crypto: api - Fix races in crypto_unregister_instanceHerbert Xu1-16/+7
2015-04-01crypto: algif - explicitly mark end of datatadeusz.struk@intel.com1-4/+8
2015-04-01crypto: algif - use kmalloc instead of kzallocTadeusz Struk1-1/+1
2015-04-01crypto: af_alg - make exports consistantTadeusz Struk1-1/+1
2015-03-31crypto: mcryptd - process CRYPTO_ALG_INTERNALStephan Mueller1-2/+23
2015-03-31crypto: proc - identify internal ciphersStephan Mueller1-0/+3
2015-03-31crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller2-9/+43
2015-03-31crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller1-7/+7
2015-03-31crypto: api - prevent helper ciphers from being usedStephan Mueller1-0/+10
2015-03-25crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com1-1/+1
2015-03-23crypto: algif - change algif_skcipher to be asynchronousTadeusz Struk1-7/+226
2015-03-23crypto: af_alg - Allow to link sglTadeusz Struk1-5/+13
2015-03-16crypto: algif_rng - zeroize buffer with random dataStephan Mueller1-1/+1
2015-03-13crypto: testmgr - fix RNG return code enforcementStephan Mueller1-5/+5
2015-03-12crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel1-75/+0
2015-03-12crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?1-2/+2
2015-03-10crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen1-0/+27