aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-11crypto: qat - remove redundant arbiter configurationTadeusz Struk1-19/+0
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2-4/+4
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy3-6/+6
2016-03-11crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang1-21/+21
2016-03-11hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann1-6/+4
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook7-667/+710
2016-03-11crypto: ccp - CCP versioning supportGary R Hook7-5/+115
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook4-19/+114
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook1-36/+11
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky2-0/+2
2016-02-28lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann2-5/+5
2016-02-28lib/mpi: avoid assembler warningArnd Bergmann1-1/+1
2016-02-28hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas1-1/+3
2016-02-28crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode.Marcus Meissner1-0/+16
2016-02-28crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang1-1/+1
2016-02-28lib/mpi: Endianness fixMichal Marek1-18/+21
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang6-14/+499
2016-02-17crypto: xts - fix compile errorsStephan Mueller5-0/+5
2016-02-17crypto: doc - add skcipher API documentationStephan Mueller1-130/+74
2016-02-17crypto: doc - update AEAD AD handlingStephan Mueller2-4/+3
2016-02-17crypto: doc - add crypto_rng_generateStephan Mueller1-0/+1
2016-02-17crypto: doc - add akcipher APIStephan Mueller2-14/+37
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam1-1/+1
2016-02-17crypto: qat - fix leak on error pathTadeusz Struk1-34/+36
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller13-53/+71
2016-02-17hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson3-0/+169
2016-02-17dt/bindings: Add bindings for the PIC32 random number generatorJoshua Henderson1-0/+17
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen1-22/+2
2016-02-17crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen1-34/+10
2016-02-17crypto: testmgr - mark authenticated ctr(aes) also as FIPS ableMarcus Meissner1-0/+16
2016-02-09crypto: keys - Revert "convert public key to akcipher api"Herbert Xu14-139/+316
2016-02-06crypto: testmgr - mark more algorithms as FIPS compliantMarcus Meissner1-0/+7
2016-02-06crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand1-2/+3
2016-02-06crypto: sahara - fill the statesize fieldFabio Estevam1-0/+2
2016-02-06crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam1-10/+2
2016-02-06crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam1-5/+0
2016-02-06crypto: testmgr - Add a test case for import()/export()Wang, Rui Y1-0/+133
2016-02-06crypto: public_key - remove MPIs from public_key_signature structTadeusz Struk1-13/+1
2016-02-06integrity: convert digsig to akcipher apiTadeusz Struk2-7/+4
2016-02-06crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk12-296/+134
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2-25/+37
2016-02-06crypto: sha-mb - Fix load failureWang, Rui Y1-0/+35
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk2-6/+6
2016-02-06crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara1-1/+1
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu6-450/+0
2016-02-06staging: lustre: Use ahashHerbert Xu1-40/+52
2016-02-06crypto: hash - Add helpers to return alg and driver namesHerbert Xu1-0/+20
2016-02-06crypto: skcipher - Fix driver name helperHerbert Xu1-1/+1
2016-02-06crypto: doc - Use ahashHerbert Xu1-9/+14
2016-02-06crypto: tcrypt - Use ahashHerbert Xu1-224/+15