platform/kernel/linux-rpi.git
2019-09-05 Pascal van... crypto: inside-secure - Added support for basic AES-CCM
2019-09-05 Pascal van... crypto: inside-secure - Added AES-OFB support
2019-09-05 Pascal van... crypto: inside-secure - Added AES-CFB support
2019-09-05 Pascal van... crypto: inside-secure - Added support for basic AES-GCM
2019-09-05 Pascal van... crypto: inside-secure - Minor code cleanup and optimiza...
2019-09-05 Pascal van... crypto: inside-secure - Minor optimization recognizing...
2019-09-05 Pascal van... crypto: inside-secure - Made .cra_priority value a...
2019-09-05 Pascal van... crypto: inside-secure - Only enable algorithms advertis...
2019-09-05 Pascal van... crypto: inside-secure - Add support for the AES-XTS...
2019-09-05 Pascal van... crypto: 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 Hans de Goedecrypto: sha256 - Add missing MODULE_LICENSE() to lib...
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 YueHaibingcrypto: aegis128 - 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... crypto: inside-secure - add support for using the EIP19...
2019-08-30 Pascal van... crypto: inside-secure - add support for PCI based FPGA...
2019-08-30 Pascal van... crypto: inside-secure - Remove redundant algo to engine...
2019-08-30 Pascal van... crypto: 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 Ard Biesheuvelcrypto: arm64/aes - implement accelerated ESSIV/CBC...
2019-08-30 Ard Biesheuvelcrypto: arm64/aes-cts-cbc - factor out CBC en/decryptio...
2019-08-30 Ard Biesheuvelcrypto: essiv - add tests for essiv in cbc(aes)+sha256...
2019-08-30 Ard Biesheuvelcrypto: arm64/aegis128 - use explicit vector load for...
2019-08-30 Christophe... crypto: 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: s390/aes - fix typo in XTS_BLOCK_SIZE identifier
2019-08-22 Hans de Goedecrypto: sha256_generic - Switch to the generic lib...
2019-08-22 Hans de Goedecrypto: sha256 - Add sha224 support to sha256 library...
2019-08-22 Hans de Goedecrypto: sha256 - Make lib/crypto/sha256.c suitable...
2019-08-22 Hans de Goedecrypto: sha256 - Use get/put_unaligned_be32 to get...
2019-08-22 Hans de Goedecrypto: sha256 - Move lib/sha256.c to lib/crypto
2019-08-22 Hans de Goedecrypto: sha256_generic - Fix some coding style issues
2019-08-22 Hans de Goedecrypto: sha256 - Fix some coding style issues
2019-08-22 Ard Biesheuvelcrypto: vmx/xts - use fallback for ciphertext stealing
2019-08-22 Ard Biesheuvelcrypto: s390/xts-aes - invoke fallback for ciphertext...
2019-08-22 Ard Biesheuvelcrypto: x86/xts - implement support for ciphertext...
2019-08-22 Herbert Xucrypto: hisilicon - Fix warning on printing %p with...
2019-08-22 Ard Biesheuvelfs: cifs: move from the crypto cipher API to the new...
2019-08-22 Ard Biesheuvelcrypto: des - remove now unused __des3_ede_setkey()
2019-08-22 Ard Biesheuvelcrypto: x86/des - switch to library interface
2019-08-22 Ard Biesheuvelcrypto: des - split off DES library from generic DES...
2019-08-22 Ard Biesheuvelcrypto: des - remove unused function
2019-08-22 Ard Biesheuvelcrypto: 3des - move verification out of exported routine
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 Ard Biesheuvelcrypto: sparc/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: s390/des - switch to new verification routines
2019-08-22 Ard Biesheuvelcrypto: des/3des_ede - add new helpers to verify keys
2019-08-22 Denis EfremovMAINTAINERS: nx crypto: Fix typo in a filepath
2019-08-22 Nathan Chancellorlib/mpi: Eliminate unused umul_ppmm definitions for...
2019-08-22 Stephen Boydrandom: Support freezable kthreads in add_hwgenerator_r...
2019-08-15 Ard Biesheuvelcrypto: arm64/aegis128 - implement plain NEON version
2019-08-15 Ard Biesheuvelcrypto: aegis128 - provide a SIMD implementation based...
2019-08-15 Ard Biesheuvelcrypto: aegis128 - add support for SIMD acceleration
2019-08-15 Ard Biesheuvelcrypto: xts - add support for ciphertext stealing
2019-08-15 Pascal van... crypto: aead - Do not allow authsize=0 if auth. alg...
next