summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: ccree - use devm_kzalloc for device dataGilad Ben-Yossef2019-04-252-6/+3
| * | | crypto: ccree - fix mem leak on error pathGilad Ben-Yossef2019-04-251-6/+3
| * | | crypto: ccree - fix typo in debugfs error pathGilad Ben-Yossef2019-04-251-1/+1
| * | | crypto: ccree - remove special handling of chained sgGilad Ben-Yossef2019-04-251-76/+22
| * | | crypto: ccree - use proper callback completion apiGilad Ben-Yossef2019-04-251-3/+3
| * | | crypto: ccree - fix backlog notificationsGilad Ben-Yossef2019-04-254-14/+39
| * | | crypto: ccree - add CID and PID supportGilad Ben-Yossef2019-04-253-17/+140
| * | | crypto: ccree - read next IV from HWGilad Ben-Yossef2019-04-253-99/+85
| * | | crypto: ccree - adapt CPP descriptor to new HWGilad Ben-Yossef2019-04-253-37/+29
| * | | crypto: ccree - add SM4 protected keys supportGilad Ben-Yossef2019-04-251-0/+36
| * | | crypto: ccree - add remaining logic for CPPGilad Ben-Yossef2019-04-253-51/+178
| * | | crypto: ccree - add CPP completion handlingGilad Ben-Yossef2019-04-255-39/+200
| * | | crypto: ccree - add support for sec disabled modeGilad Ben-Yossef2019-04-254-6/+40
| * | | crypto: ccree - move MLLI desc. before key loadGilad Ben-Yossef2019-04-251-23/+35
| * | | crypto: ccree - move key load desc. before flow desc.Gilad Ben-Yossef2019-04-251-34/+73
| * | | crypto: sun4i-ss - fallback when length is not multiple of blocksizeCorentin Labbe2019-04-253-9/+67
| * | | crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe2019-04-251-1/+4
| * | | crypto: sun4i-ss - remove ivsize from ECBCorentin Labbe2019-04-251-2/+0
| * | | crypto: sun4i-ss - Handle better absence/presence of IVCorentin Labbe2019-04-251-10/+0
| * | | crypto: cavium/nitrox - Fix HW family part name formatNagadheeraj Rottela2019-04-251-18/+47
| * | | crypto: caam/jr - update gcm detection logicHoria Geantă2019-04-252-7/+14
| * | | crypto: caam - fix spelling mistake "cannote" -> "cannot"Colin Ian King2019-04-251-1/+1
| * | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-2512-23/+0
| * | | crypto: nx - don't abuse shash MAY_SLEEP flagEric Biggers2019-04-253-16/+8
| * | | crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers2019-04-185-15/+18
| * | | crypto: cavium - remove bogus code handling cryptdEric Biggers2019-04-181-11/+1
| * | | crypto: rockchip - update IV buffer to contain the next IVZhang Zhijie2019-04-181-7/+18
| * | | crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-183-6/+0
| * | | crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-79/+7
| * | | crypto: talitos - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-13/+95
| * | | crypto: sun4i-ss - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
| * | | crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+11
| * | | crypto: rockchip - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-12/+24
| * | | crypto: qce - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-1/+21
| * | | crypto: picoxcell - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-7/+26
| * | | crypto: omap - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-5/+24
| * | | crypto: n2 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+9
| * | | crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
| * | | crypto: ixp4xx - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-9/+55
| * | | crypto: inside-secure - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
| * | | crypto: hisilicon - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-8/+4
| * | | crypto: hifn_795x - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+27
| * | | crypto: ccree - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-2/+35
| * | | crypto: ccp - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-17/+4
| * | | crypto: nitrox - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+2
| * | | crypto: cavium - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-0/+18
| * | | crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-183-38/+151
| * | | crypto: bcm - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-10/+11
| * | | crypto: atmel - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-93/+10
| * | | crypto: vmx - return correct error code on failed setkeyEric Biggers2019-04-184-12/+16