aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-05crypto: poly1305 - remove cra_alignmaskEric Biggers1-1/+0
2018-01-05crypto: poly1305 - use unaligned access macros to output digestEric Biggers1-5/+4
2018-01-05crypto: algapi - remove unused notificationsEric Biggers2-8/+0
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers5-10/+10
2017-12-28crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef1-59/+378
2017-12-28crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef1-0/+460
2017-12-28crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef1-30/+82
2017-12-28crypto: tcrypt - allow setting num of bufsGilad Ben-Yossef1-12/+19
2017-12-28crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef1-1/+29
2017-12-28crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef1-4/+9
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu13-92/+125
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-22crypto: pcrypt - fix freeing pcrypt instancesEric Biggers1-9/+10
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron3-4/+4
2017-12-22crypto: chacha20poly1305 - validate the digest sizeEric Biggers1-1/+5
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-12-11crypto: af_alg - fix race accessing cipher requestStephan Mueller2-10/+10
2017-12-11crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior1-13/+10
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller3-6/+12
2017-12-11crypto: skcipher - set walk.iv for zero-length inputsEric Biggers1-6/+4
2017-12-08X.509: fix comparisons of ->pkey_algoEric Biggers2-2/+2
2017-12-08X.509: use crypto_shash_digest()Eric Biggers1-5/+1
2017-12-08KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers1-2/+5
2017-12-08pkcs7: use crypto_shash_digest()Eric Biggers1-5/+2
2017-12-08pkcs7: fix check for self-signed certificateEric Biggers1-1/+1
2017-12-08pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers1-1/+3
2017-12-08X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers1-0/+2
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-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-38/+65
2017-11-25crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček1-0/+3