summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - fix timeout issuesPingchao Yang2016-01-181-5/+6
* crypto: qat - remove to call get_sram_bar_id for qat_c3xxxPingchao Yang2016-01-181-3/+6
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-01-181-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-182-0/+9
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-01-181-8/+193
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-183-2/+13
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-01-181-5/+144
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-01-182-1/+14
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-01-181-3/+1Star
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-01-182-8/+35
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-01-181-7/+41
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-13113-1604/+7343
|\
| * crypto: hifn_795x, picoxcell - use ablkcipher_request_castGeliang Tang2015-12-292-4/+3Star
| * crypto: qat - fix SKU definiftion for c3xxx devTadeusz Struk2015-12-252-19/+8Star
| * crypto: qat - Fix random config build issueTadeusz Struk2015-12-251-2/+10
| * crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang2015-12-252-8/+6Star
| * crypto: qat - Rename dh895xcc mmp firmwareAhsan Atta2015-12-251-1/+1
| * crypto: 842 - remove WARN inside printkDan Streetman2015-12-231-5/+9
| * crypto: atmel-aes - add debug facilities to monitor register accesses.Cyrille Pitchen2015-12-231-1/+114
| * crypto: atmel-aes - add support to GCM modeCyrille Pitchen2015-12-233-2/+462
| * crypto: atmel-aes - change the DMA thresholdCyrille Pitchen2015-12-231-1/+1
| * crypto: atmel-aes - fix the counter overflow in CTR modeCyrille Pitchen2015-12-231-2/+115
| * crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686Cyrille Pitchen2015-12-231-1/+1
| * crypto: atmel-aes - create sections to regroup functions by usageCyrille Pitchen2015-12-231-102/+108
| * crypto: atmel-aes - fix typo and indentationCyrille Pitchen2015-12-231-31/+25Star
| * crypto: atmel-aes - use SIZE_IN_WORDS() helper macroCyrille Pitchen2015-12-231-2/+2
| * crypto: atmel-aes - improve performances of data transferCyrille Pitchen2015-12-231-378/+386
| * crypto: atmel-aes - fix atmel_aes_remove()Cyrille Pitchen2015-12-231-0/+1
| * crypto: atmel-aes - remove useless AES_FLAGS_DMA flagCyrille Pitchen2015-12-231-22/+15Star
| * crypto: atmel-aes - reduce latency of DMA completionCyrille Pitchen2015-12-231-2/+2
| * crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_devCyrille Pitchen2015-12-231-5/+0Star
| * crypto: atmel-aes - rework crypto request completionCyrille Pitchen2015-12-231-27/+47
| * crypto: atmel-aes - simplify the configuration of the AES IPCyrille Pitchen2015-12-231-123/+93Star
| * crypto: atmel-aes - remove useless write in the Control RegisterCyrille Pitchen2015-12-231-2/+1Star
| * crypto: atmel-aes - make crypto request queue management more genericCyrille Pitchen2015-12-231-26/+49
| * crypto: atmel-aes - change atmel_aes_write_ctrl() signatureCyrille Pitchen2015-12-231-14/+10Star
| * crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()Cyrille Pitchen2015-12-231-5/+11
| * crypto: atmel-aes - remove unused header includesCyrille Pitchen2015-12-231-3/+0Star
| * crypto: atmel-aes - fix unregistration order of crypto algorithmsCyrille Pitchen2015-12-231-2/+3
| * crypto: atmel-aes - change algorithm prioritiesCyrille Pitchen2015-12-231-9/+11
| * crypto: atmel-aes - constify value argument of atmel_aes_write_n()Cyrille Pitchen2015-12-231-1/+1
| * crypto: atmel-aes - add new versionLeilei Zhao2015-12-231-0/+5
| * crypto: qat - use list_for_each_entry*Geliang Tang2015-12-222-29/+12Star
| * crypto: ux500 - Use precalculated hash from headersLABBE Corentin2015-12-222-18/+4Star
| * crypto: ccp - Use precalculated hash from headersLABBE Corentin2015-12-222-31/+10Star
| * crypto: n2 - Use precalculated hash from headersLABBE Corentin2015-12-222-27/+9Star
| * crypto: hash - add zero length message hash for shax and md5LABBE Corentin2015-12-225-0/+37
| * crypto: qat - fix some timeout testsPingchao Yang2015-12-221-1/+1
| * crypto: qat - fix CTX_ENABLES bits shift direction issuePingchao Yang2015-12-221-1/+1
| * crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski2015-12-221-8/+19