summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-18hwrng: core - allow perfect entropy from hardware devicesKeith Packard1-1/+2
2015-03-17linux-next: build failure after merge of the crypto treeHerbert Xu1-1/+1
2015-03-17hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita1-1/+1
2015-03-17hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita1-1/+1
2015-03-16crypto: sha1-mb - Syntax errorAmeen Ali1-1/+1
2015-03-16crypto: algif_rng - zeroize buffer with random dataStephan Mueller1-1/+1
2015-03-16Documentation: crypto: Add DT binding info for the img hw hash acceleratorJames Hartley1-0/+27
2015-03-16crypto: img-hash - Add Imagination Technologies hw hash acceleratorJames Hartley3-0/+1045
2015-03-16hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov1-14/+1
2015-03-16hwrng: iproc-rng200 - do not use static structureDmitry Torokhov1-23/+21
2015-03-16hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov1-10/+1
2015-03-16hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov1-11/+1
2015-03-16hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov1-56/+31
2015-03-16hwrng: add devm_* interfacesDmitry Torokhov2-0/+46
2015-03-13crypto: don't export static symbolJulia Lawall1-1/+0
2015-03-13crypto: testmgr - fix RNG return code enforcementStephan Mueller1-5/+5
2015-03-12linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)Herbert Xu3-40/+5
2015-03-12hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov1-12/+3
2015-03-12crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+424
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+1049
2015-03-12crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+348
2015-03-12crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel4-0/+296
2015-03-12crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel3-75/+88
2015-03-11crypto: amcc - remove incorrect __init/__exit markupsDmitry Torokhov1-3/+3
2015-03-11crypto: qat - remove incorrect __exit markupDmitry Torokhov1-1/+1
2015-03-11hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov1-2/+2
2015-03-11hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov1-2/+2
2015-03-11hwrng: omap - remove incorrect __exit markupsDmitry Torokhov1-2/+2
2015-03-11crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?1-2/+2
2015-03-10crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen1-0/+27
2015-03-10crypto: octeon - add SHA512 moduleAaro Koskinen2-0/+278
2015-03-10crypto: octeon - add SHA256 moduleAaro Koskinen2-0/+281
2015-03-10crypto: octeon - add SHA1 moduleAaro Koskinen2-1/+243
2015-03-10crypto: octeon - add instruction definitions for SHA1/256/512Aaro Koskinen1-4/+79
2015-03-10crypto: octeon - always disable preemption when using crypto engineAaro Koskinen2-5/+3
2015-03-10crypto: octeon - don't disable bottom half in octeon-md5Aaro Koskinen1-4/+0
2015-03-09crypto: powerpc - move files to fix build errorKim Phillips6-4/+4
2015-03-09hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan1-0/+10
2015-03-09MAINTAINERS: add crypto-API.tmplStephan Mueller1-0/+1
2015-03-09crypto: doc - AEAD / RNG AF_ALG interfaceStephan Mueller2-205/+596
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller3-4/+12
2015-03-09hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemYanjiang Jin1-3/+3
2015-03-09crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin1-0/+1
2015-03-06hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden3-0/+268
2015-03-06hwrng: iproc-rng200 - Add device tree bindingsScott Branden1-0/+12
2015-03-06crypto: ux500 - Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-1/+1
2015-03-06crypto: talitos - Remove MD5_BLOCK_SIZEMartin Hicks1-4/+2
2015-03-06crypto: talitos - Simplify per-channel initializationMartin Hicks1-8/+3
2015-03-04crypto: drbg - remove superflowous memsetsStephan Mueller1-18/+0
2015-03-04crypto: drbg - use single block cipher APIStephan Mueller1-23/+16