summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: des - remove now unused __des3_ede_setkey()Ard Biesheuvel2019-08-222-16/+0
* crypto: x86/des - switch to library interfaceArd Biesheuvel2019-08-221-19/+23
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-2213-929/+1053
* crypto: des - remove unused functionArd Biesheuvel2019-08-221-41/+0
* crypto: 3des - move verification out of exported routineArd Biesheuvel2019-08-222-5/+9
* crypto: ux500/des - switch to new verification routinesArd Biesheuvel2019-08-221-24/+7
* crypto: talitos/des - switch to new verification routinesArd Biesheuvel2019-08-221-30/+7
* crypto: sun4i/des - switch to new verification routinesArd Biesheuvel2019-08-222-21/+7
* crypto: stm32/des - switch to new verification routinesArd Biesheuvel2019-08-221-25/+5
* crypto: rk3288/des - switch to new verification routinesArd Biesheuvel2019-08-222-15/+8
* crypto: qce/des - switch to new verification routinesArd Biesheuvel2019-08-221-28/+27
* crypto: picoxcell/des - switch to new verification routinesArd Biesheuvel2019-08-221-16/+8
* crypto: omap/des - switch to new verification routinesArd Biesheuvel2019-08-221-19/+8
* crypto: n2/des - switch to new verification routinesArd Biesheuvel2019-08-221-23/+9
* crypto: cesa/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+8
* crypto: ixp4xx/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+6
* crypto: safexcel/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+7
* crypto: hisilicon/des - switch to new verification routinesArd Biesheuvel2019-08-221-11/+7
* crypto: hifn/des - switch to new verification routinesArd Biesheuvel2019-08-221-24/+8
* crypto: ccree/des - switch to new verification routinesArd Biesheuvel2019-08-222-31/+8
* crypto: ccp/des - switch to new verification routinesArd Biesheuvel2019-08-221-4/+3
* crypto: nitrox/des - switch to new verification routinesArd Biesheuvel2019-08-221-2/+2
* crypto: cpt/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+5
* crypto: caam/des - switch to new verification routinesArd Biesheuvel2019-08-224-92/+31
* crypto: bcm/des - switch to new verification routinesArd Biesheuvel2019-08-221-62/+17
* crypto: atmel/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+7
* crypto: sparc/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+16
* crypto: s390/des - switch to new verification routinesArd Biesheuvel2019-08-221-14/+11
* crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel2019-08-222-13/+141
* MAINTAINERS: nx crypto: Fix typo in a filepathDenis Efremov2019-08-221-1/+1
* lib/mpi: Eliminate unused umul_ppmm definitions for MIPSNathan Chancellor2019-08-221-35/+1
* random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd2019-08-221-3/+7
* crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel2019-08-153-2/+80
* crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-08-154-0/+207
* crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-08-152-4/+49
* crypto: xts - add support for ciphertext stealingArd Biesheuvel2019-08-151-20/+132
* crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0Pascal van Leeuwen2019-08-151-1/+2
* crypto: streebog - remove two unused variablesYueHaibing2019-08-151-46/+0
* crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing2019-08-151-2/+0
* Documentation: crypto: crypto_engine: Fix Sphinx warningJonathan Neuschäfer2019-08-151-0/+1
* crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unitPhani Kiran Hemadri2019-08-155-17/+265
* crypto: cavium/nitrox - Allocate asymmetric crypto command queuesPhani Kiran Hemadri2019-08-153-1/+99
* crypto: cryptd - Use refcount_t for refcountChuhong Yuan2019-08-151-22/+22
* hwrng: core - Freeze khwrng thread during suspendStephen Boyd2019-08-151-1/+4
* crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă2019-08-151-4/+3
* crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang2019-08-151-2/+4
* crypto: hisilicon - add missing single_releaseZhou Wang2019-08-151-0/+1
* crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang2019-08-151-1/+1
* crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIPZhou Wang2019-08-151-0/+1
* crypto: hisilicon - fix kbuild warningsZhou Wang2019-08-151-3/+3