summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: api - prevent helper ciphers from being usedStephan Mueller2015-03-312-0/+16
* crypto: arm/ghash - fix big-endian bug in ghashArd Biesheuvel2015-03-241-1/+1
* crypto: img-hash - shift wrapping bug in img_hash_hw_init()Dan Carpenter2015-03-231-1/+1
* crypto: img-hash - fix some compile warningsDan Carpenter2015-03-231-2/+1
* crypto: qat - make error and info log messages more descriptiveAllan, Bruce W2015-03-2312-91/+137
* crypto: qat - fix typo in stringAllan, Bruce W2015-03-231-1/+1
* crypto: qat - remove duplicate definition of Intel PCI vendor idAllan, Bruce W2015-03-231-1/+0
* crypto: img-hash - Fix Kconfig selectionsJames Hartley2015-03-231-2/+1
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-03-201-1/+1
* hwrng: core - allow perfect entropy from hardware devicesKeith Packard2015-03-181-1/+2
* linux-next: build failure after merge of the crypto treeHerbert Xu2015-03-171-1/+1
* hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita2015-03-171-1/+1
* hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita2015-03-171-1/+1
* crypto: sha1-mb - Syntax errorAmeen Ali2015-03-161-1/+1
* crypto: algif_rng - zeroize buffer with random dataStephan Mueller2015-03-161-1/+1
* Documentation: crypto: Add DT binding info for the img hw hash acceleratorJames Hartley2015-03-161-0/+27
* crypto: img-hash - Add Imagination Technologies hw hash acceleratorJames Hartley2015-03-163-0/+1045
* hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-14/+1
* hwrng: iproc-rng200 - do not use static structureDmitry Torokhov2015-03-161-23/+21
* hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-10/+1
* hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-11/+1
* hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-56/+31
* hwrng: add devm_* interfacesDmitry Torokhov2015-03-162-0/+46
* crypto: don't export static symbolJulia Lawall2015-03-131-1/+0
* crypto: testmgr - fix RNG return code enforcementStephan Mueller2015-03-131-5/+5
* linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)Herbert Xu2015-03-123-40/+5
* hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov2015-03-121-12/+3
* crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+424
* crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+1049
* crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+348
* crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel2015-03-124-0/+296
* crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel2015-03-123-75/+88
* crypto: amcc - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-121-3/+3
* crypto: qat - remove incorrect __exit markupDmitry Torokhov2015-03-121-1/+1
* hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-121-2/+2
* hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov2015-03-121-2/+2
* hwrng: omap - remove incorrect __exit markupsDmitry Torokhov2015-03-121-2/+2
* crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?2015-03-121-2/+2
* crypto: octeon - enable OCTEON SHA1/256/512 module selectionAaro Koskinen2015-03-101-0/+27
* crypto: octeon - add SHA512 moduleAaro Koskinen2015-03-102-0/+278
* crypto: octeon - add SHA256 moduleAaro Koskinen2015-03-102-0/+281
* crypto: octeon - add SHA1 moduleAaro Koskinen2015-03-102-1/+243
* crypto: octeon - add instruction definitions for SHA1/256/512Aaro Koskinen2015-03-101-4/+79
* crypto: octeon - always disable preemption when using crypto engineAaro Koskinen2015-03-102-5/+3
* crypto: octeon - don't disable bottom half in octeon-md5Aaro Koskinen2015-03-101-4/+0
* crypto: powerpc - move files to fix build errorKim Phillips2015-03-096-4/+4
* hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan2015-03-091-0/+10
* MAINTAINERS: add crypto-API.tmplStephan Mueller2015-03-091-0/+1
* crypto: doc - AEAD / RNG AF_ALG interfaceStephan Mueller2015-03-092-205/+596
* crypto: rng - RNGs must return 0 in success caseStephan Mueller2015-03-093-4/+12
OpenPOWER on IntegriCloud