crypto: x86/aes-ni - use AES library instead of single-use AES cipher
[linux-2.6-microblaze.git] / drivers /
2019-09-09 Wei Yongjuncrypto: cavium/zip - Add missing single_release()
2019-09-09 zhong jiangcrypto: marvell - Use kzfree rather than its implementation
2019-09-09 Andrey Smirnovcrypto: caam - dispose of IRQ mapping only after IRQ...
2019-09-09 Andrey Smirnovcrypto: caam - check irq_of_parse_and_map for errors
2019-09-09 Andrey Smirnovcrypto: caam - use devres to unmap JR's registers
2019-09-09 Andrey Smirnovcrypto: caam - make sure clocks are enabled first
2019-09-05 Hans de Goedecrypto: n2 - Rename arrays to avoid conflict with crypt...
2019-09-05 Hans de Goedecrypto: chelsio - Rename arrays to avoid conflict with...
2019-09-05 Hans de Goedecrypto: ccree - Rename arrays to avoid conflict with...
2019-09-05 Daniel Mackhwrng: timeriomem - relax check on memory resource...
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Added support for basic AES-CCM
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Added AES-OFB support
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Added AES-CFB support
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Added support for basic AES-GCM
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Minor code cleanup and optimiza...
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Minor optimization recognizing...
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Made .cra_priority value a...
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Only enable algorithms advertis...
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Add support for the AES-XTS...
2019-09-05 Pascal van Leeuwencrypto: inside-secure - Move static cipher alg & mode...
2019-09-05 Vic Wucrypto: mediatek - fix incorrect crypto key setting
2019-09-05 Ryder Leecrypto: mediatek - add support to OFB/CFB mode
2019-09-05 Ryder Leecrypto: mediatek - only treat EBUSY as transient if...
2019-09-05 Ryder Leecrypto: mediatek - fix uninitialized value of gctx...
2019-09-05 Ryder Leecrypto: mediatek - move mtk_aes_find_dev() to the right...
2019-08-30 Mao Wenancrypto: hisilicon - select CRYPTO_LIB_DES while compili...
2019-08-30 Ard Biesheuvelcrypto: ccp - invoke fallback for XTS ciphertext stealing
2019-08-30 YueHaibingcrypto: nx - remove unused variables 'nx_driver_string...
2019-08-30 YueHaibingcrypto: atmel - Fix -Wunused-const-variable warning
2019-08-30 Andrey Smirnovcrypto: caam - add clock entry for i.MX8MQ
2019-08-30 Andrey Smirnovcrypto: caam - always select job ring via RSR on i...
2019-08-30 Andrey Smirnovcrypto: caam - select DMA address size at runtime
2019-08-30 Andrey Smirnovcrypto: caam - don't hardcode inpentry size
2019-08-30 Andrey Smirnovcrypto: caam - drop explicit usage of struct jr_outentry
2019-08-30 Andrey Smirnovcrypto: caam - move cpu_to_caam_dma() selection to...
2019-08-30 Andrey Smirnovcrypto: caam - make CAAM_PTR_SZ dynamic
2019-08-30 Andrey Smirnovcrypto: caam - share definition for MAX_SDLEN
2019-08-30 Andrey Smirnovcrypto: caam - drop 64-bit only wr/rd_reg64()
2019-08-30 Andrey Smirnovcrypto: caam - use ioread64*_hi_lo in rd_reg64
2019-08-30 Andrey Smirnovcrytpo: caam - make use of iowrite64*_hi_lo in wr_reg64
2019-08-30 Andrey Smirnovcrypto: caam - request JR IRQ as the last step
2019-08-30 Andrey Smirnovcrypto: caam - convert caam_jr_init() to use devres
2019-08-30 Andrey Smirnovcrypto: caam - simplfy clock initialization
2019-08-30 Andrey Smirnovcrypto: caam - move DMA mask selection into a function
2019-08-30 Iuliana Prodancrypto: caam/qi - use print_hex_dump_debug function...
2019-08-30 Pascal van Leeuwencrypto: inside-secure - add support for using the EIP19...
2019-08-30 Pascal van Leeuwencrypto: inside-secure - add support for PCI based FPGA...
2019-08-30 Pascal van Leeuwencrypto: inside-secure - Remove redundant algo to engine...
2019-08-30 Pascal van Leeuwencrypto: inside-secure - make driver selectable for...
2019-08-30 Ard Biesheuvelcrypto: s5p - use correct block size of 1 for ctr(aes)
2019-08-30 Ard Biesheuvelcrypto: s5p - deal gracefully with bogus input sizes
2019-08-30 Christophe JAILLETcrypto: picoxcell - Fix the name of the module in the...
2019-08-22 Herbert Xucrypto: talitos - Fix build warning in aead_des3_setkey
2019-08-22 Ard Biesheuvelcrypto: n2/des - fix build breakage after DES updates
2019-08-22 Ard Biesheuvelcrypto: vmx/xts - use fallback for ciphertext stealing
2019-08-22 Herbert Xucrypto: hisilicon - Fix warning on printing %p with...
2019-08-22 Ard Biesheuvelcrypto: des - split off DES library from generic DES...
2019-08-22 Ard Biesheuvelcrypto: ux500/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: talitos/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: sun4i/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: stm32/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: rk3288/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: qce/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: picoxcell/des - switch to new verification...
2019-08-22 Ard Biesheuvelcrypto: omap/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: n2/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: cesa/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: ixp4xx/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: safexcel/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: hisilicon/des - switch to new verification...
2019-08-22 Ard Biesheuvelcrypto: hifn/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: ccree/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: ccp/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: nitrox/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: cpt/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: caam/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: bcm/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: atmel/des - switch to new verification routines
2019-08-22 Stephen Boydrandom: Support freezable kthreads in add_hwgenerator_r...
2019-08-15 Phani Kiran Hemadricrypto: cavium/nitrox - Configure asymmetric queue...
2019-08-15 Phani Kiran Hemadricrypto: cavium/nitrox - Allocate asymmetric crypto...
2019-08-15 Stephen Boydhwrng: core - Freeze khwrng thread during suspend
2019-08-15 Horia Geantăcrypto: caam/qi - execute library only on DPAA 1.x
2019-08-15 Zhou Wangcrypto: hisilicon - fix error handle in hisi_zip_create...
2019-08-15 Zhou Wangcrypto: hisilicon - add missing single_release
2019-08-15 Zhou Wangcrypto: hisilicon - init curr_sgl_dma to fix compile...
2019-08-15 Zhou Wangcrypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
2019-08-15 Zhou Wangcrypto: hisilicon - fix kbuild warnings
2019-08-09 Bjorn Helgaascrypto: ccp - Remove unnecessary linux/pci.h include
2019-08-09 Bjorn Helgaascrypto: ccp - Include DMA declarations explicitly
2019-08-09 YueHaibingcrypto: qcom-rng - use devm_platform_ioremap_resource...
2019-08-09 YueHaibingcrypto: qce - use devm_platform_ioremap_resource()...
2019-08-09 YueHaibingcrypto: stm32 - use devm_platform_ioremap_resource...
2019-08-09 YueHaibingcrypto: rockchip - use devm_platform_ioremap_resource...
2019-08-09 YueHaibingcrypto: sunxi-ss - use devm_platform_ioremap_resource...
2019-08-09 YueHaibingcrypto: picoxcell - use devm_platform_ioremap_resource...
2019-08-09 YueHaibingcrypto: mediatek - use devm_platform_ioremap_resource...
2019-08-09 YueHaibingcrypto: inside-secure - use devm_platform_ioremap_resou...
2019-08-09 YueHaibingcrypto: img-hash - use devm_platform_ioremap_resource...
2019-08-09 YueHaibingcrypto: exynos - use devm_platform_ioremap_resource...
next