summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu2-0/+32
2017-04-21hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring1-3/+1
2017-04-21crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet1-3/+3
2017-04-21padata: get_next is never NULLJason A. Donenfeld1-9/+4
2017-04-21crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski7-246/+413
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski4-4/+3
2017-04-21crypto: caam - fix error return code in caam_qi_init()Wei Yongjun1-1/+1
2017-04-21crypto: chcr - Add fallback for AEAD algosHarsh Jain3-75/+151
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain6-21/+44
2017-04-21crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain1-19/+5
2017-04-21crypto: chcr - Increase priority of AEAD algos.Harsh Jain2-4/+12
2017-04-10crypto: lz4 - fixed decompress function to return error codeMyungho Jung2-2/+2
2017-04-10padata: free correct variableJason A. Donenfeld1-1/+1
2017-04-10crypto: api - Extend algorithm name limit to 128 bytesHerbert Xu1-1/+1
2017-04-10xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu1-3/+3
2017-04-10crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu1-2/+2
2017-04-10crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2-14/+14
2017-04-10hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr1-41/+45
2017-04-10hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr1-14/+13
2017-04-10hwrng: timeriomem - Migrate to new APIRick Altherr1-30/+30
2017-04-10crypto: arm64/sha - Add constant operand modifier to ASM_EXPORTMatthias Kaehlcke2-2/+2
2017-04-05crypto: xts - drop gf128mul dependencyOndrej Mosnáček1-1/+0
2017-04-05crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček2-11/+2
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček6-30/+30
2017-04-05crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček2-34/+54
2017-04-05crypto: nx - Update MAINTAINERS entry for 842 compressionHaren Myneni1-1/+1
2017-04-05crypto: ccp - Rearrange structure members to minimize sizeGary R Hook1-4/+4
2017-04-05crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook1-11/+11
2017-04-05ARM: configs: stm32: Add crypto supportFabien DESSENNE1-0/+2
2017-04-05ARM: dts: stm32: enable CRC on stm32746g-eval boardFabien DESSENNE1-0/+4
2017-04-05ARM: dts: stm32: Add CRC support to stm32f746Fabien DESSENNE1-0/+7
2017-04-05crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE5-0/+336
2017-04-05dt-bindings: Document STM32 CRC bindingsFabien DESSENNE1-0/+16
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu14-79/+160
2017-04-05crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-04-05crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă1-1/+1
2017-04-05crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă2-45/+19
2017-03-24crypto: ixp4xx - Use sg_virt()Geliang Tang1-1/+1
2017-03-24crypto: DRBG - initialize SGL only onceStephan Mueller1-3/+2
2017-03-24crypto: testmgr - mark ctr(des3_ede) as fips_allowedMarcelo Cerri1-0/+1
2017-03-24crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann1-20/+20
2017-03-24crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter1-1/+1
2017-03-24crypto: s5p-sss - Document the struct s5p_aes_devKrzysztof Kozlowski1-1/+26
2017-03-24crypto: s5p-sss - Remove unused variant field from state containerKrzysztof Kozlowski1-3/+0
2017-03-24crypto: s5p-sss - Close possible race for completed requestsKrzysztof Kozlowski1-2/+3
2017-03-24crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă7-16/+2601
2017-03-24crypto: caam - add Queue Interface (QI) backend supportHoria Geantă5-28/+1064
2017-03-24crypto: caam - avoid double inclusion in desc_constr.hHoria Geantă1-0/+5
2017-03-24soc/qman: add macros needed by caam/qi driverHoria Geantă1-0/+2
2017-03-24soc/qman: export non-programmable FQD fields queryHoria Geantă3-63/+70