summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto2016-07-051-1/+199
* crypto: rsa - Store rest of the private key componentsSalvatore Benedetto2016-07-052-5/+80
* crypto: testmgr - Set err before proceedingSalvatore Benedetto2016-07-051-0/+1
* crypto: powerpc - Add POWER8 optimised crc32cAnton Blanchard2016-07-051-0/+11
* crypto: rsa-pkcs1pad - Fix regression from leading zerosHerbert Xu2016-07-031-16/+22
* crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi2016-07-013-0/+444
* crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash testHerbert Xu2016-07-011-1/+3
* crypto: rsa-pkcs1pad - Avoid copying output when possibleHerbert Xu2016-07-011-67/+45
* crypto: rsa-pkcs1pad - Move key size check to setkeyHerbert Xu2016-07-011-30/+26
* crypto: rsa-pkcs1pad - Always use GFP_KERNELHerbert Xu2016-07-011-16/+6
* crypto: rsa-pkcs1pad - Remove bogus page splittingHerbert Xu2016-07-011-14/+5
* 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-05-301-0/+1
|\