aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22crypto: seqiv - Remove unused alg/spawn variableCorentin Labbe1-5/+0
2017-12-22crypto: echainiv - Remove unused alg/spawn variableCorentin Labbe1-5/+0
2017-12-22crypto: gf128mul - remove incorrect commentEric Biggers1-2/+0
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers5-11/+11
2017-12-22crypto: api - Unexport crypto_larval_lookup()Eric Biggers2-3/+2
2017-12-11crypto: cryptd - make cryptd_max_cpu_qlen module parameter staticColin Ian King1-1/+1
2017-12-11crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens1-1/+1
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers1-3/+3
2017-11-29crypto: chacha20 - Remove cra_alignmaskEric Biggers1-1/+0
2017-11-29crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers1-10/+6
2017-11-29crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers1-6/+4
2017-11-29crypto: cryptd - Add cryptd_max_cpu_qlen module parameterJon Maxwell1-2/+5
2017-11-29crypto: remove unused hardirq.hYang Shi3-3/+0
2017-11-29crypto: keywrap - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven1-2/+2
2017-11-29crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus1-7/+9
2017-11-29crypto: replace FSF address with web source in license noticesMartin Kepplinger8-20/+10
2017-11-29crypto: ecc - Fix NULL pointer deref. on no default_rngPierre1-1/+1
2017-11-29crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu1-2/+4
2017-11-29crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2017-11-29crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2-3/+8
2017-11-29crypto: af_alg - fix NULL pointer dereference inEric Biggers1-6/+7
2017-11-29crypto: algif_aead - fix reference counting of null skcipherEric Biggers1-1/+1
2017-11-29crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers1-1/+1
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keysJames Morris4-0/+9
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-6/+1
2017-11-15pkcs7: Set the module licence to prevent taintingDavid Howells4-0/+9
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds32-540/+613
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers1-3/+0
2017-11-10crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers1-0/+8
2017-11-10crypto: dh - Don't permit 'p' to be 0Eric Biggers1-0/+8
2017-11-10crypto: dh - Fix double free of ctx->pEric Biggers1-20/+13
2017-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+3
2017-11-06crypto: ecdh - remove empty exit()Tudor-Dan Ambarus1-6/+0
2017-11-03crypto: tcrypt - move to generic async completionGilad Ben-Yossef1-59/+25
2017-11-03crypto: testmgr - move to generic async completionGilad Ben-Yossef1-138/+66
2017-11-03crypto: gcm - move to generic async completionGilad Ben-Yossef1-26/+6
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef1-27/+9
2017-11-03crypto: move pub key to generic async completionGilad Ben-Yossef1-24/+4
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef4-52/+22
2017-11-03crypto: introduce crypto wait for async opGilad Ben-Yossef1-0/+13
2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef5-37/+13
2017-11-03crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2-5/+5
2017-11-03crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu1-2/+4
2017-11-03crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva1-57/+51
2017-11-03crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain1-0/+13
2017-11-03crypto: ccm - preserve the IV bufferRomain Izard1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2-1/+6
2017-10-18pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.Eric Sesterhenn1-0/+3
2017-10-18KEYS: checking the input id parameters before finding asymmetric keyChun-Yi Lee1-0/+2