summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - remove redundant arbiter configurationTadeusz Struk2016-03-111-19/+0
* crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-112-4/+4
* crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-113-6/+6
* crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang2016-03-111-21/+21
* hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-111-6/+4
* crypto: ccp - Add abstraction for device-specific callsGary R Hook2016-03-117-667/+710
* crypto: ccp - CCP versioning supportGary R Hook2016-03-116-5/+98
* crypto: ccp - Support for multiple CCPsGary R Hook2016-03-114-19/+114
* crypto: ccp - Remove check for x86 family and modelGary R Hook2016-03-111-36/+11
* crypto: ccp - memset request context to zero during importTom Lendacky2016-02-272-0/+2
* hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas2016-02-271-1/+3
* crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang2016-02-271-1/+1
* crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang2016-02-276-14/+499
* crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam2016-02-161-1/+1
* crypto: qat - fix leak on error pathTadeusz Struk2016-02-161-34/+36
* hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson2016-02-163-0/+169
* crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen2016-02-161-22/+2
* crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen2016-02-161-34/+10
* crypto: sahara - fill the statesize fieldFabio Estevam2016-02-061-0/+2
* crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam2016-02-061-10/+2
* crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam2016-02-061-5/+0
* crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-062-25/+37
* crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk2016-02-061-6/+0
* crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara2016-02-061-1/+1
* staging: lustre: Use ahashHerbert Xu2016-02-061-40/+52
* crypto: ccp - Limit the amount of information exportedTom Lendacky2016-02-013-10/+48
* crypto: omap-aes - Support crypto engine frameworkBaolin Wang2016-02-012-53/+45
* crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen2016-01-301-1/+60
* crypto: sunxi - don't print confusing dataArnd Bergmann2016-01-271-3/+2
* iscsi-target: Use shash and ahashHerbert Xu2016-01-273-118/+111
* iscsi_tcp: Use ahashHerbert Xu2016-01-273-36/+51
* nfc: s3fwrn5: Use shashHerbert Xu2016-01-271-9/+27
* drbd: Use shash and ahashHerbert Xu2016-01-275-87/+103
* wusb: Use skcipherHerbert Xu2016-01-271-14/+16
* staging: rtl8192u: Use skcipher and ahashHerbert Xu2016-01-272-57/+81
* orinoco: Use ahashHerbert Xu2016-01-273-16/+21
* dm crypt: Use skcipher and ahashHerbert Xu2016-01-271-45/+48
* staging: rtl8192e: Replace uses of obsolete blkcipher and hashHerbert Xu2016-01-272-65/+82
* ppp_mppe: Use skcipher and ahashHerbert Xu2016-01-271-41/+58
* block: cryptoloop - Use new skcipher interfaceHerbert Xu2016-01-271-23/+25
* hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUsAnatoly Pugachev2016-01-261-0/+10
* crypto: qat - Reduced reqsize in qat_algsCabiddu, Giovanni2016-01-251-4/+2
* crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu2016-01-251-14/+12
* hwrng: bcm63xx - allow building for BMIPS_GENERICÁlvaro Fernández Rojas2016-01-251-1/+1
* hwrng: bcm63xx - add device tree supportÁlvaro Fernández Rojas2016-01-251-0/+7
* hwrng: bcm63xx - remove unused variablesÁlvaro Fernández Rojas2016-01-251-2/+0
* crypto: atmel-sha - fix context switchesCyrille Pitchen2016-01-252-25/+84
* crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen2016-01-251-0/+6
* crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen2016-01-251-6/+13
* crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen2016-01-251-0/+1