summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | crypto: rsa-pkcs1pad - Require hash to be presentHerbert Xu2016-07-011-53/+30
| * | | | | crypto: rsa - Generate fixed-length outputHerbert Xu2016-07-012-5/+5
| * | | | | crypto: testmgr - Allow leading zeros in RSAHerbert Xu2016-07-011-27/+24
| * | | | | crypto: tcrypt - Add speed test for ctsHerbert Xu2016-07-011-0/+8
| * | | | | crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-011-7/+17
| * | | | | crypto: tcrypt - Use skcipherHerbert Xu2016-07-011-197/+44
| * | | | | crypto: ahash - Add padding in crypto_ahash_extsizeHerbert Xu2016-07-011-3/+3
| * | | | | crypto: authenc - Consider ahash ASYNC bitHerbert Xu2016-07-012-4/+8
| * | | | | crypto: authenc - Remove redundant sg_init_table call.Harsh Jain2016-06-291-6/+1
| * | | | | crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu2016-06-291-58/+71
| * | | | | crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu2016-06-281-5/+5
| * | | | | crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski2016-06-281-19/+14
| * | | | | crypto: tcrypt - Add new mode for sha512_mbMegha Dey2016-06-281-0/+4
| * | | | | crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey2016-06-281-0/+16
| * | | | | crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey2016-06-271-0/+118
| * | | | | crypto: sha256-mb - Enable multibuffer supportMegha Dey2016-06-271-0/+16
| * | | | | crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell2016-06-243-5/+5
| * | | | | crypto: jitterentropy - use ktime_get_ns as fallbackStephan Mueller2016-06-241-9/+13
| * | | | | crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-239-0/+1507
| * | | | | crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-236-0/+670
| * | | | | crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-234-0/+154
| * | | | | crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-231-76/+56
| * | | | | crypto: ablk_helper - Fix cryptd reorderingHerbert Xu2016-06-231-2/+4
| * | | | | crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2016-06-231-19/+113
| * | | | | Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"Herbert Xu2016-06-231-6/+4
| * | | | | crypto: drbg - fix an error code in drbg_init_sym_kernel()Dan Carpenter2016-06-201-1/+1
| * | | | | crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi2016-06-203-1/+217
| * | | | | crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik2016-06-203-0/+311
| * | | | | crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-06-201-1/+3
| * | | | | crypto: drbg - fix semicolon.cocci warningsWu Fengguang2016-06-201-1/+1
| * | | | | crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus2016-06-152-97/+119
| * | | | | crypto: drbg - avoid duplicate maintenance of keyStephan Mueller2016-06-151-2/+1
| * | | | | crypto: drbg - use full CTR AES for updateStephan Mueller2016-06-151-17/+13
| * | | | | crypto: drbg - use aligned buffersStephan Mueller2016-06-151-20/+24
| * | | | | crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2016-06-152-54/+140
| * | | | | crypto: skcipher - remove unused header cpumask.hGeliang Tang2016-06-071-1/+0
| * | | | | crypto: drbg - reduce number of setkey callsStephan Mueller2016-06-021-9/+24
| * | | | | crypto: user - no parsing of CRYPTO_MSG_GETALGStephan Mueller2016-05-311-4/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-231-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structHerbert Xu2016-07-221-2/+2
| | |/ / | |/| |
* | | | KEYS: Fix for erroneous trust of incorrectly signed X.509 certsMat Martineau2016-07-181-1/+1
* | | | pefile: Fix the failure of calculation for digestLans Zhang2016-07-181-1/+6
* | | | PKCS#7: Fix panic when referring to the empty AKID when DEBUG definedLans Zhang2016-07-181-1/+1
* | | | Merge tag 'media/v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-130-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'v4.7-rc2' into v4l_for_linusMauro Carvalho Chehab2016-06-0724-521/+803
| |\| |
* | | | crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause2016-06-231-0/+1
| |/ / |/| |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-301-0/+1
|\ \ \ | |_|/ |/| |
| * | crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-05-191-0/+1
* | | Merge tag 'spi-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2016-05-240-0/+0
|\ \ \
| * \ \ Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topi...Mark Brown2016-05-230-0/+0
| |\ \ \