summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON
2016-03-17crypto: marvell/cesa - initialize hash statesBoris BREZILLON
2016-03-17crypto: marvell/cesa - fix memory leakBoris BREZILLON
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook
2016-03-17eCryptfs: Use skcipher and shashHerbert Xu
2016-03-11crypto: qat - remove redundant arbiter configurationTadeusz Struk
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy
2016-03-11crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang
2016-03-11hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook
2016-03-11crypto: ccp - CCP versioning supportGary R Hook
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook
2016-02-27crypto: ccp - memset request context to zero during importTom Lendacky
2016-02-27lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann
2016-02-27lib/mpi: avoid assembler warningArnd Bergmann
2016-02-27hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas
2016-02-27crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode.Marcus Meissner
2016-02-27crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang
2016-02-27lib/mpi: Endianness fixMichal Marek
2016-02-27crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang
2016-02-17crypto: xts - fix compile errorsStephan Mueller
2016-02-16crypto: doc - add skcipher API documentationStephan Mueller
2016-02-16crypto: doc - update AEAD AD handlingStephan Mueller
2016-02-16crypto: doc - add crypto_rng_generateStephan Mueller
2016-02-16crypto: doc - add akcipher APIStephan Mueller
2016-02-16crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam
2016-02-16crypto: qat - fix leak on error pathTadeusz Struk
2016-02-16crypto: xts - consolidate sanity check for keysStephan Mueller
2016-02-16hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson
2016-02-16dt/bindings: Add bindings for the PIC32 random number generatorJoshua Henderson
2016-02-16crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen
2016-02-16crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen
2016-02-16crypto: testmgr - mark authenticated ctr(aes) also as FIPS ableMarcus Meissner
2016-02-09crypto: keys - Revert "convert public key to akcipher api"Herbert Xu
2016-02-06crypto: testmgr - mark more algorithms as FIPS compliantMarcus Meissner
2016-02-06crypto: testmgr - fix out of bound read in __test_aead()Jerome Marchand
2016-02-06crypto: sahara - fill the statesize fieldFabio Estevam
2016-02-06crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam
2016-02-06crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam
2016-02-06crypto: testmgr - Add a test case for import()/export()Wang, Rui Y
2016-02-06crypto: public_key - remove MPIs from public_key_signature structTadeusz Struk
2016-02-06integrity: convert digsig to akcipher apiTadeusz Struk
2016-02-06crypto: asymmetric_keys - convert public key and digsig asym to the akcipher apiTadeusz Struk
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky
2016-02-06crypto: sha-mb - Fix load failureWang, Rui Y
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk
2016-02-06crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu