summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: blkcipher - Include crypto/aead.hHerbert Xu2015-05-131-0/+1
* crypto: talitos - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: qat - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: nx - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: ixp4xx - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: caam - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: authencesn - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: authenc - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: api - Add crypto_grab_spawn primitiveHerbert Xu2015-05-132-0/+18
* crypto: arm/aes - streamline AES-192 code pathArd Biesheuvel2015-05-111-4/+3
* crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONArd Biesheuvel2015-05-119-774/+2748
* crypto: qat - add driver versionAllan, Bruce W2015-05-113-0/+9
* crypto: nx - add hardware 842 crypto comp algDan Streetman2015-05-113-0/+597
* crypto: nx - simplify pSeries nx842 driverDan Streetman2015-05-111-626/+153
* crypto: nx - add PowerNV platform NX-842 driverDan Streetman2015-05-117-12/+741
* crypto: nx - add nx842 constraintsDan Streetman2015-05-114-0/+59
* crypto: nx - add NX-842 platform frontend driverDan Streetman2015-05-118-49/+245
* crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman2015-05-112-1/+1
* crypto: 842 - change 842 alg to use softwareDan Streetman2015-05-113-141/+41
* lib: add software 842 compression/decompressionDan Streetman2015-05-119-0/+1234
* powerpc: Add ICSWX instructionDan Streetman2015-05-112-0/+197
* powerpc: export of_get_ibm_chip_id functionDan Streetman2015-05-111-0/+1
* crypto: testmgr - add test cases for CRC32Ard Biesheuvel2015-05-112-0/+443
* crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells2015-05-011-3/+3
* crypto: pcomp - Constify (de)compression parametersDavid Howells2015-05-013-7/+7
* crypto: qat - do not duplicate string containing firmware nameAllan, Bruce W2015-04-281-1/+1
* crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa2015-04-264-119/+99
* crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa2015-04-261-4/+24
* crypto: sha1-mb - Remove pointless castfiro yang2015-04-261-1/+2
* crypto: aead - Fix corner case in crypto_lookup_aeadHerbert Xu2015-04-261-1/+1
* crypto: skcipher - Fix corner case in crypto_lookup_skcipherHerbert Xu2015-04-261-1/+1
* crypto: api - Fix build error when modules are disabledHerbert Xu2015-04-261-1/+1
* mac802154: Include crypto/aead.hHerbert Xu2015-04-231-1/+2
* mac80211: Include crypto/aead.hHerbert Xu2015-04-233-5/+3
* crypto: testmgr - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
* crypto: tcrypt - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
* crypto: algif_aead - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
* crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hHerbert Xu2015-04-231-1/+1
* crypto: api - Remove linux/fips.h from internal.hHerbert Xu2015-04-231-1/+0
* crypto: testmgr - Include linux/fips.h for fips_enabledHerbert Xu2015-04-231-0/+1
* crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu2015-04-231-1/+1
* crypto: fips - Move fips_enabled sysctl into fips.cHerbert Xu2015-04-232-41/+48
* crypto: fips - Remove bogus inclusion of internal.hHerbert Xu2015-04-231-1/+4
* crypto: api - Include linux/fips.hHerbert Xu2015-04-231-0/+1
* crypto: caam - Remove bogus references to crypto API internalsHerbert Xu2015-04-231-4/+0
* crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu2015-04-231-4/+0
* crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-232-4/+13
* crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu2015-04-231-3/+3
* crypto: rng - Zero seed in crypto_rng_resetHerbert Xu2015-04-221-1/+1
* crypto: algif_rng - Remove obsolete const-removal castHerbert Xu2015-04-221-1/+1