summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-14crypto: hisilicon/qm - SVA bugfixed on Kunpeng920Kai Ye
2021-01-14crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa
2021-01-14crypto: qat - reduce size of mapped regionAdam Guerin
2021-01-14crypto: qat - change format string and cast ring sizeAdam Guerin
2021-01-14crypto: qat - fix potential spectre issueAdam Guerin
2021-01-14crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba
2021-01-14crypto: aesni - replace function pointers with static branchesArd Biesheuvel
2021-01-14crypto: aesni - refactor scatterlist processingArd Biesheuvel
2021-01-14crypto: aesni - clean up mapping of associated dataArd Biesheuvel
2021-01-14crypto: aesni - drop unused asm prototypesArd Biesheuvel
2021-01-14crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel
2021-01-14crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero
2021-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu
2021-01-08crypto: vmx - Move extern declarations into header fileHerbert Xu
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel
2021-01-03crypto: picoxcell - Remove PicoXcell driverRob Herring
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers
2021-01-03crypto: blake2b - update file commentEric Biggers
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers
2021-01-03wireguard: Kconfig: select CRYPTO_BLAKE2S_ARMEric Biggers
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsEric Biggers
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers
2021-01-03crypto: blake2s - remove unneeded includesEric Biggers
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers
2021-01-03crypto: blake2s - define shash_alg structs using macrosEric Biggers
2021-01-03hwrng: ingenic - Fix a resource leak in an error handling pathChristophe JAILLET
2021-01-03hwrng: iproc-rng200 - Move enable/disable in separate functionMatthias Brugger
2021-01-03hwrng: iproc-rng200 - Fix disable of the block.Matthias Brugger
2021-01-03crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel
2021-01-03crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel
2021-01-03MAINTAINERS: Add maintainers for Keem Bay OCS HCU driverDaniele Alessandrelli
2021-01-03crypto: keembay-ocs-hcu - Add optional support for sha224Daniele Alessandrelli
2021-01-03crypto: keembay-ocs-hcu - Add HMAC supportDaniele Alessandrelli
2021-01-03crypto: keembay - Add Keem Bay OCS HCU driverDeclan Murphy
2021-01-03dt-bindings: crypto: Add Keem Bay OCS HCU bindingsDeclan Murphy
2021-01-03crypto: sun4i-ss - add SPDX header and remove blank linesCorentin Labbe
2021-01-03crypto: sun4i-ss - enabled stats via debugfsCorentin Labbe
2021-01-03crypto: sun4i-ss - fix kmap usageCorentin Labbe
2021-01-03crypto: sun4i-ss - initialize need_fallbackCorentin Labbe
2021-01-03crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe
2021-01-03crypto: sun4i-ss - IV register does not work on A10 and A13Corentin Labbe
2021-01-03crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe
2021-01-03crypto: sun4i-ss - linearize buffers content must be keptCorentin Labbe
2021-01-03crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao