summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-14crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel
2021-01-14crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in commentBhaskar Chowdhury
2021-01-14crypto: hisilicon/sec - register SEC device to uacceKai Ye
2021-01-14crypto: hisilicon/hpre - register HPRE device to uacceKai Ye
2021-01-14crypto: hisilicon - add ZIP device using mode parameterKai Ye
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