summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov2019-04-1810-13/+1022
* crypto: ecc - make ecc into separate moduleVitaly Chikunov2019-04-185-23/+122
* crypto: Kconfig - create Public-key cryptography sectionVitaly Chikunov2019-04-181-23/+25
* X.509: parse public key parameters from x509 for akcipherVitaly Chikunov2019-04-188-29/+136
* KEYS: do not kmemdup digest in {public,tpm}_key_verify_signatureVitaly Chikunov2019-04-182-17/+2
* crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov2019-04-185-91/+92
* crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-185-117/+2
* crypto: akcipher - default implementations for request callbacksVitaly Chikunov2019-04-181-0/+14
* 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: sparc - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-7/+4
* crypto: s390 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-17/+4
* crypto: des_generic - Forbid 2-key in 3DES and add helpersHerbert Xu2019-04-182-7/+47
* crypto: vmx - return correct error code on failed setkeyEric Biggers2019-04-184-12/+16
* crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-181-0/+2
* crypto: arm/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-181-0/+2
* crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-04-181-1/+1
* crypto: lrw - don't access already-freed walk.ivEric Biggers2019-04-181-1/+3
* crypto: mxs-dcp - remove set but not used variable 'fini'YueHaibing2019-04-181-9/+1
* crypto: sahara - Convert IS_ENABLED uses to __is_definedJoe Perches2019-04-181-3/+3
* crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg2019-04-182-1/+9
* crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh2019-04-181-1/+1
* crypto: stm32/hash - Fix self test issue during exportLionel Debieve2019-04-181-3/+1
* crypto: mxc-scc - Remove broken driverHerbert Xu2019-04-163-777/+0
* hwrng: stm32 - set default random qualityLionel Debieve2019-04-151-0/+1
* hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve2019-04-151-0/+8
* crypto: testmgr - add panic_on_fail module parameterEric Biggers2019-04-081-2/+6
* crypto: arm64/cbcmac - handle empty messages in same way as templateEric Biggers2019-04-081-1/+1
* crypto: cts - don't support empty messagesEric Biggers2019-04-081-7/+11
* crypto: streebog - fix unaligned memory accessesEric Biggers2019-04-082-13/+17
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-04-081-2/+2