aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers4-0/+464
2021-01-03crypto: blake2b - update file commentEric Biggers1-13/+10
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers3-178/+230
2021-01-03wireguard: Kconfig: select CRYPTO_BLAKE2S_ARMEric Biggers1-0/+1
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers4-0/+374
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers1-2/+1
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers2-6/+6
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsEric Biggers1-0/+1
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers2-30/+28
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers3-139/+76
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2-40/+49
2021-01-03crypto: blake2s - remove unneeded includesEric Biggers1-2/+0
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers1-61/+23
2021-01-03crypto: blake2s - define shash_alg structs using macrosEric Biggers1-61/+27
2021-01-03hwrng: ingenic - Fix a resource leak in an error handling pathChristophe JAILLET1-1/+5
2021-01-03hwrng: iproc-rng200 - Move enable/disable in separate functionMatthias Brugger1-19/+16
2021-01-03hwrng: iproc-rng200 - Fix disable of the block.Matthias Brugger1-3/+0
2021-01-03crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel2-74/+137
2021-01-03crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel1-2/+2
2021-01-03MAINTAINERS: Add maintainers for Keem Bay OCS HCU driverDaniele Alessandrelli1-0/+11
2021-01-03crypto: keembay-ocs-hcu - Add optional support for sha224Daniele Alessandrelli2-0/+75
2021-01-03crypto: keembay-ocs-hcu - Add HMAC supportDaniele Alessandrelli4-9/+544
2021-01-03crypto: keembay - Add Keem Bay OCS HCU driverDeclan Murphy5-0/+1632