summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: Use existing define with polynomialKrzysztof Kozlowski2018-07-272-2/+4
* staging: rtl: Use existing define with polynomialKrzysztof Kozlowski2018-07-272-6/+4
* net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-278-18/+14
* crypto: stm32_crc32 - Use existing define with polynomialKrzysztof Kozlowski2018-07-271-7/+4
* lib/crc: Use consistent naming for CRC-32 polynomialsKrzysztof Kozlowski2018-07-273-9/+9
* lib/crc: Move polynomial definition to separate headerKrzysztof Kozlowski2018-07-274-14/+22
* crypto: qcom-rng - Add ACPI supportTimur Tabi2018-07-271-3/+17
* crypto: qcom-rng - Add support for prng-eeVinod Koul2018-07-271-2/+9
* dt-bindings: crypto: Add new compatible qcom, prng-eeVinod Koul2018-07-271-1/+3
* crypto: qcom-rng - Add Qcom prng driverVinod Koul2018-07-273-0/+220
* dt-bindings: crypto: Move prng binding to cryptoVinod Koul2018-07-271-0/+0
* hwrng: msm - remove msm hw_random driverVinod Koul2018-07-273-197/+0
* crypto: sharah - Unregister correct algorithms for SAHARA 3Michael Müller2018-07-201-2/+2
* crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart2018-07-201-1/+1
* crypto: inside-secure - switch to SPDX identifiersAntoine Tenart2018-07-205-20/+5
* crypto: ecdh - fix typo of P-192 b valueStephan Mueller2018-07-201-1/+1
* crypto: dh - update test for public key verificationStephan Mueller2018-07-201-0/+4
* crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller2018-07-202-4/+8
* crypto: dh - fix memory leakGustavo A. R. Silva2018-07-201-1/+1
* crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-131-1/+1
* crypto: ccp - Add support for new CCP/PSP device IDTom Lendacky2018-07-131-5/+24
* crypto: ccp - Support register differences between PSP devicesTom Lendacky2018-07-134-23/+24
* crypto: ccp - Remove unused #definesTom Lendacky2018-07-132-10/+2
* crypto: ccp - Add psp enabled message when initialization succeedsTom Lendacky2018-07-131-0/+2
* crypto: ccp - Fix command completion detection raceTom Lendacky2018-07-131-2/+2
* crypto: ccree - rate limit debug printGilad Ben-Yossef2018-07-081-2/+2
* crypto: ccree - use CBC-CS3 CTS modeGilad Ben-Yossef2018-07-081-15/+5
* crypto: ccree - remove dead legacy codeGilad Ben-Yossef2018-07-081-6/+0
* crypto: ccree - fix iv handlingGilad Ben-Yossef2018-07-081-27/+84
* crypto: testmgr - add hash finup testsGilad Ben-Yossef2018-07-081-9/+46
* crypto: ccree - fix finupHadar Gat2018-07-081-65/+16
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-086-11/+6
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-085-35/+18
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-0810-15/+8
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-0814-17/+0
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-0820-119/+67
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-0861-116/+5
* crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers2018-07-083-3/+24
* crypto: sha512_generic - add cra_priorityEric Biggers2018-07-081-0/+2
* crypto: sha256_generic - add cra_priorityEric Biggers2018-07-081-0/+2
* crypto: sha1_generic - add cra_priorityEric Biggers2018-07-081-0/+1
* crypto: MAINTAINERS - fix file path for SHA multibuffer codeEric Biggers2018-07-081-1/+1
* crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers2018-07-081-1/+1
* crypto: inside-secure - remove request list to improve performanceOfer Heifetz2018-07-085-121/+119
* crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz2018-07-083-0/+120
* crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz2018-07-084-44/+186
* crypto: inside-secure - hmac(md5) supportOfer Heifetz2018-07-083-1/+60
* crypto: inside-secure - md5 supportOfer Heifetz2018-07-084-2/+72
* crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2018-07-082-0/+5
* crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz2018-07-081-0/+20