summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driverMao Wenan2019-08-301-0/+1
| * | | | crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel2019-08-301-3/+0
| * | | | crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing2019-08-301-3/+0
| * | | | crypto: atmel - Fix -Wunused-const-variable warningYueHaibing2019-08-302-12/+12
| * | | | crypto: caam - add clock entry for i.MX8MQAndrey Smirnov2019-08-301-0/+1
| * | | | crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov2019-08-301-1/+6
| * | | | crypto: caam - select DMA address size at runtimeAndrey Smirnov2019-08-307-26/+63
| * | | | crypto: caam - don't hardcode inpentry sizeAndrey Smirnov2019-08-303-3/+13
| * | | | crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov2019-08-303-9/+43
| * | | | crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov2019-08-301-7/+15
| * | | | crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov2019-08-306-6/+16
| * | | | crypto: caam - share definition for MAX_SDLENAndrey Smirnov2019-08-303-53/+27
| * | | | crypto: caam - drop 64-bit only wr/rd_reg64()Andrey Smirnov2019-08-301-19/+0
| * | | | crypto: caam - use ioread64*_hi_lo in rd_reg64Andrey Smirnov2019-08-301-5/+13
| * | | | crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64Andrey Smirnov2019-08-301-5/+9
| * | | | crypto: caam - request JR IRQ as the last stepAndrey Smirnov2019-08-301-19/+15
| * | | | crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov2019-08-301-34/+14
| * | | | crypto: caam - simplfy clock initializationAndrey Smirnov2019-08-302-110/+95
| * | | | crypto: caam - move DMA mask selection into a functionAndrey Smirnov2019-08-303-24/+22
| * | | | crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan2019-08-301-5/+4
| * | | | crypto: inside-secure - add support for using the EIP197 without vendor firmwarePascal van Leeuwen2019-08-302-45/+161
| * | | | crypto: inside-secure - add support for PCI based FPGA development boardPascal van Leeuwen2019-08-303-167/+405
| * | | | crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen2019-08-304-33/+0
| * | | | crypto: inside-secure - make driver selectable for non-Marvell hardwarePascal van Leeuwen2019-08-301-6/+6
| * | | | crypto: s5p - use correct block size of 1 for ctr(aes)Ard Biesheuvel2019-08-301-1/+1
| * | | | crypto: s5p - deal gracefully with bogus input sizesArd Biesheuvel2019-08-301-1/+4
| * | | | crypto: picoxcell - Fix the name of the module in the description of CRYPTO_D...Christophe JAILLET2019-08-301-1/+1
| * | | | crypto: talitos - Fix build warning in aead_des3_setkeyHerbert Xu2019-08-221-1/+0
| * | | | crypto: n2/des - fix build breakage after DES updatesArd Biesheuvel2019-08-221-2/+4
| * | | | crypto: vmx/xts - use fallback for ciphertext stealingArd Biesheuvel2019-08-221-1/+1
| * | | | crypto: hisilicon - Fix warning on printing %p with dma_addr_tHerbert Xu2019-08-221-2/+2
| * | | | crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-226-19/+19
| * | | | 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