Age | Commit message (Expand) | Author | Files | Lines |
2016-07-01 | crypto: testmgr - Allow leading zeros in RSA | Herbert Xu | 1 | -27/+24 |
2016-07-01 | crypto: tcrypt - Add speed test for cts | Herbert Xu | 1 | -0/+8 |
2016-07-01 | crypto: api - Add crypto_inst_setname | Herbert Xu | 1 | -7/+17 |
2016-07-01 | crypto: tcrypt - Use skcipher | Herbert Xu | 1 | -197/+44 |
2016-07-01 | crypto: ahash - Add padding in crypto_ahash_extsize | Herbert Xu | 1 | -3/+3 |
2016-07-01 | crypto: authenc - Consider ahash ASYNC bit | Herbert Xu | 2 | -4/+8 |
2016-06-29 | crypto: authenc - Remove redundant sg_init_table call. | Harsh Jain | 1 | -6/+1 |
2016-06-29 | crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test | Herbert Xu | 1 | -58/+71 |
2016-06-28 | crypto: tcrypt - Use unsigned long for mb ahash cycle counter | Herbert Xu | 1 | -5/+5 |
2016-06-28 | crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues | Krzysztof Kozlowski | 1 | -19/+14 |
2016-06-28 | crypto: tcrypt - Add new mode for sha512_mb | Megha Dey | 1 | -0/+4 |
2016-06-28 | crypto: sha512-mb - Enable SHA512 multibuffer support | Megha Dey | 1 | -0/+16 |
2016-06-27 | crypto: tcrypt - Add speed tests for SHA multibuffer algorithms | Megha Dey | 1 | -0/+118 |
2016-06-27 | crypto: sha256-mb - Enable multibuffer support | Megha Dey | 1 | -0/+16 |
2016-06-24 | crypto: ecdh - make ecdh_shared_secret unique | Stephen Rothwell | 3 | -5/+5 |
2016-06-24 | crypto: jitterentropy - use ktime_get_ns as fallback | Stephan Mueller | 1 | -9/+13 |
2016-06-23 | crypto: ecdh - Add ECDH software support | Salvatore Benedetto | 9 | -0/+1507 |
2016-06-23 | crypto: dh - Add DH software implementation | Salvatore Benedetto | 6 | -0/+670 |
2016-06-23 | crypto: kpp - Key-agreement Protocol Primitives API (KPP) | Salvatore Benedetto | 4 | -0/+154 |
2016-06-23 | crypto: sha1-mb - async implementation for sha1-mb | Megha Dey | 1 | -76/+56 |
2016-06-23 | crypto: ablk_helper - Fix cryptd reordering | Herbert Xu | 1 | -2/+4 |
2016-06-23 | crypto: cryptd - Add helpers to check whether a tfm is queued | Herbert Xu | 1 | -19/+113 |
2016-06-23 | Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG" | Herbert Xu | 1 | -6/+4 |
2016-06-23 | crypto: user - re-add size check for CRYPTO_MSG_GETALG | Mathias Krause | 1 | -0/+1 |
2016-06-20 | crypto: drbg - fix an error code in drbg_init_sym_kernel() | Dan Carpenter | 1 | -1/+1 |
2016-06-20 | crypto: sha3 - Add SHA-3 Test's in tcrypt | raveendra padasalagi | 3 | -1/+217 |
2016-06-20 | crypto: sha3 - Add SHA-3 hash algorithm | Jeff Garzik | 3 | -0/+311 |
2016-06-20 | crypto: gcm - Filter out async ghash if necessary | Herbert Xu | 1 | -1/+3 |
2016-06-20 | crypto: drbg - fix semicolon.cocci warnings | Wu Fengguang | 1 | -1/+1 |
2016-06-15 | crypto: rsa - return raw integers for the ASN.1 parser | Tudor Ambarus | 2 | -97/+119 |
2016-06-15 | crypto: drbg - avoid duplicate maintenance of key | Stephan Mueller | 1 | -2/+1 |
2016-06-15 | crypto: drbg - use full CTR AES for update | Stephan Mueller | 1 | -17/+13 |
2016-06-15 | crypto: drbg - use aligned buffers | Stephan Mueller | 1 | -20/+24 |
2016-06-15 | crypto: drbg - use CTR AES instead of ECB AES | Stephan Mueller | 2 | -54/+140 |
2016-06-07 | crypto: skcipher - remove unused header cpumask.h | Geliang Tang | 1 | -1/+0 |
2016-06-02 | crypto: drbg - reduce number of setkey calls | Stephan Mueller | 1 | -9/+24 |
2016-05-31 | crypto: user - no parsing of CRYPTO_MSG_GETALG | Stephan Mueller | 1 | -4/+6 |
2016-05-31 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+1 |
2016-05-23 | Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/g... | James Morris | 1 | -1/+1 |
2016-05-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 18 | -469/+504 |
2016-05-19 | crypto: public_key: select CRYPTO_AKCIPHER | Arnd Bergmann | 1 | -0/+1 |
2016-05-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 5 | -46/+273 |
2016-05-11 | KEYS: The PKCS#7 test key type should use the secondary keyring | David Howells | 1 | -1/+1 |
2016-05-09 | crypto: testmgr - Use kmalloc memory for RSA input | Herbert Xu | 1 | -5/+22 |
2016-05-05 | crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime. | Richard W.M. Jones | 1 | -0/+9 |
2016-05-05 | crypto: rsa - select crypto mgr dependency | Tadeusz Struk | 1 | -0/+1 |
2016-05-05 | crypto: hash - Fix page length clamping in hash walk | Herbert Xu | 1 | -1/+2 |
2016-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -6/+6 |
2016-04-15 | crypto: lzo - get rid of superfluous __GFP_REPEAT | Michal Hocko | 1 | -1/+1 |
2016-04-15 | crypto: rsa-pkcs1pad - fix dst len | Tadeusz Struk | 1 | -6/+6 |