aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel6-243/+0
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel3-111/+44
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2-45/+17
2021-01-14crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel1-167/+17
2021-01-14crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel4-157/+61
2021-01-14crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel4-168/+67
2021-01-14crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel1-0/+76
2021-01-14crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2-107/+1
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel2-104/+1
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel4-207/+0
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel5-147/+2
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel3-76/+1
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2-103/+1
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel6-201/+3
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel7-416/+1
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel4-303/+0
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel3-151/+1
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel6-305/+1
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel3-155/+1
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel6-577/+2
2021-01-14crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in commentBhaskar Chowdhury1-1/+1
2021-01-14crypto: hisilicon/sec - register SEC device to uacceKai Ye1-1/+38
2021-01-14crypto: hisilicon/hpre - register HPRE device to uacceKai Ye1-0/+54
2021-01-14crypto: hisilicon - add ZIP device using mode parameterKai Ye3-1/+42
2021-01-14crypto: hisilicon/qm - SVA bugfixed on Kunpeng920Kai Ye1-0/+6
2021-01-14crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa3-4/+4
2021-01-14crypto: qat - reduce size of mapped regionAdam Guerin1-6/+6
2021-01-14crypto: qat - change format string and cast ring sizeAdam Guerin1-2/+2
2021-01-14crypto: qat - fix potential spectre issueAdam Guerin1-0/+2
2021-01-14crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba6-77/+20
2021-01-14crypto: aesni - replace function pointers with static branchesArd Biesheuvel1-44/+54
2021-01-14crypto: aesni - refactor scatterlist processingArd Biesheuvel1-83/+56
2021-01-14crypto: aesni - clean up mapping of associated dataArd Biesheuvel1-4/+5
2021-01-14crypto: aesni - drop unused asm prototypesArd Biesheuvel1-67/+0
2021-01-14crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel1-12/+16
2021-01-14crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero1-1/+1
2021-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu1-1/+1
2021-01-08crypto: vmx - Move extern declarations into header fileHerbert Xu2-5/+7
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel3-145/+356
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-01-03crypto: picoxcell - Remove PicoXcell driverRob Herring4-1941/+0
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