summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: mcryptd - pass through absence of ->setkey()Eric Biggers2018-01-121-1/+2
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-01-121-1/+2
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-121-0/+11
* crypto: tcrypt - free xoutbuf instead of axbufColin Ian King2018-01-121-1/+1
* crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King2018-01-121-2/+2
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-01-121-4/+6
* crypto: testmgr - change `guard` to unsigned charJoey Pabalinas2018-01-121-1/+1
* crypto: poly1305 - remove cra_alignmaskEric Biggers2018-01-051-1/+0Star
* crypto: poly1305 - use unaligned access macros to output digestEric Biggers2018-01-051-5/+4Star
* crypto: algapi - remove unused notificationsEric Biggers2018-01-052-8/+0Star
* crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-055-10/+10
* crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef2017-12-281-59/+378
* crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef2017-12-281-0/+460
* crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef2017-12-281-30/+82
* crypto: tcrypt - allow setting num of bufsGilad Ben-Yossef2017-12-281-12/+19
* crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef2017-12-281-1/+29
* crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef2017-12-281-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-2213-92/+125
|\
| * crypto: pcrypt - fix freeing pcrypt instancesEric Biggers2017-12-221-9/+10
| * crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2017-12-223-4/+4
| * crypto: chacha20poly1305 - validate the digest sizeEric Biggers2017-12-221-1/+5
| * crypto: af_alg - fix race accessing cipher requestStephan Mueller2017-12-112-10/+10
| * crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-111-13/+10Star
| * crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller2017-12-113-6/+12
| * crypto: skcipher - set walk.iv for zero-length inputsEric Biggers2017-12-111-6/+4Star
| * X.509: fix comparisons of ->pkey_algoEric Biggers2017-12-082-2/+2
| * X.509: use crypto_shash_digest()Eric Biggers2017-12-081-5/+1Star
| * KEYS: be careful with error codes in public_key_verify_signature()Eric Biggers2017-12-081-2/+5
| * pkcs7: use crypto_shash_digest()Eric Biggers2017-12-081-5/+2Star
| * pkcs7: fix check for self-signed certificateEric Biggers2017-12-081-1/+1
| * pkcs7: return correct error code if pkcs7_check_authattrs() failsEric Biggers2017-12-081-1/+3
| * X.509: reject invalid BIT STRING for subjectPublicKeyEric Biggers2017-12-081-0/+2
| * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-294-38/+65
| |\
| | * crypto: skcipher - Fix skcipher_walk_aead_commonOndrej Mosnáček2017-11-251-0/+3
| | * crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-243-29/+38
| | * crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller2017-11-241-9/+24
* | | crypto: seqiv - Remove unused alg/spawn variableCorentin Labbe2017-12-221-5/+0Star
* | | crypto: echainiv - Remove unused alg/spawn variableCorentin Labbe2017-12-221-5/+0Star
* | | crypto: gf128mul - remove incorrect commentEric Biggers2017-12-221-2/+0Star
* | | crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers2017-12-225-11/+11
* | | crypto: api - Unexport crypto_larval_lookup()Eric Biggers2017-12-222-3/+2Star
* | | crypto: cryptd - make cryptd_max_cpu_qlen module parameter staticColin Ian King2017-12-111-1/+1
* | | crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens2017-12-111-1/+1
* | | crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-3/+3
* | | crypto: chacha20 - Remove cra_alignmaskEric Biggers2017-11-291-1/+0Star
* | | crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers2017-11-291-10/+6Star
* | | crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers2017-11-291-6/+4Star
* | | crypto: cryptd - Add cryptd_max_cpu_qlen module parameterJon Maxwell2017-11-291-2/+5
* | | crypto: remove unused hardirq.hYang Shi2017-11-293-3/+0Star
* | | crypto: keywrap - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2017-11-291-2/+2