summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-13crypto: authencesn - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: authenc - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu2-0/+18
2015-05-11crypto: arm/aes - streamline AES-192 code pathArd Biesheuvel1-4/+3
2015-05-11crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONArd Biesheuvel9-774/+2748
2015-05-11crypto: qat - add driver versionAllan, Bruce W3-0/+9
2015-05-11crypto: nx - add hardware 842 crypto comp algDan Streetman3-0/+597
2015-05-11crypto: nx - simplify pSeries nx842 driverDan Streetman1-626/+153
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman7-12/+741
2015-05-11crypto: nx - add nx842 constraintsDan Streetman4-0/+59
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman8-49/+245
2015-05-11crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman2-1/+1
2015-05-11crypto: 842 - change 842 alg to use softwareDan Streetman3-141/+41
2015-05-11lib: add software 842 compression/decompressionDan Streetman9-0/+1234
2015-05-11powerpc: Add ICSWX instructionDan Streetman2-0/+197
2015-05-11powerpc: export of_get_ibm_chip_id functionDan Streetman1-0/+1
2015-05-11crypto: testmgr - add test cases for CRC32Ard Biesheuvel2-0/+443
2015-05-01crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells1-3/+3
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells3-7/+7
2015-04-28crypto: qat - do not duplicate string containing firmware nameAllan, Bruce W1-1/+1
2015-04-26crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa4-119/+99
2015-04-26crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa1-4/+24
2015-04-26crypto: sha1-mb - Remove pointless castfiro yang1-1/+2
2015-04-26crypto: aead - Fix corner case in crypto_lookup_aeadHerbert Xu1-1/+1
2015-04-26crypto: skcipher - Fix corner case in crypto_lookup_skcipherHerbert Xu1-1/+1
2015-04-26crypto: api - Fix build error when modules are disabledHerbert Xu1-1/+1
2015-04-23mac802154: Include crypto/aead.hHerbert Xu1-1/+2
2015-04-23mac80211: Include crypto/aead.hHerbert Xu3-5/+3
2015-04-23crypto: testmgr - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: tcrypt - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: algif_aead - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hHerbert Xu1-1/+1
2015-04-23crypto: api - Remove linux/fips.h from internal.hHerbert Xu1-1/+0
2015-04-23crypto: testmgr - Include linux/fips.h for fips_enabledHerbert Xu1-0/+1
2015-04-23crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu1-1/+1
2015-04-23crypto: fips - Move fips_enabled sysctl into fips.cHerbert Xu2-41/+48
2015-04-23crypto: fips - Remove bogus inclusion of internal.hHerbert Xu1-1/+4
2015-04-23crypto: api - Include linux/fips.hHerbert Xu1-0/+1
2015-04-23crypto: caam - Remove bogus references to crypto API internalsHerbert Xu1-4/+0
2015-04-23crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu1-4/+0
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu2-4/+13
2015-04-23crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu1-3/+3
2015-04-22crypto: rng - Zero seed in crypto_rng_resetHerbert Xu1-1/+1
2015-04-22crypto: algif_rng - Remove obsolete const-removal castHerbert Xu1-1/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu4-92/+8
2015-04-22crypto: krng - Convert to new rng interfaceHerbert Xu1-19/+14
2015-04-22crypto: ansi_cprng - Convert to new rng interfaceHerbert Xu1-45/+41
2015-04-22crypto: ansi_cprng - Remove bogus inclusion of internal.hHerbert Xu1-2/+0
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu2-107/+66
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu2-0/+31