aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-10crypto: arm64/crc-t10dif - move NEON yield to C codeArd Biesheuvel2-38/+35
2021-02-10crypto: arm64/aes-ce-mac - simplify NEON yieldArd Biesheuvel2-40/+33
2021-02-10crypto: arm64/aes-neonbs - remove NEON yield callsArd Biesheuvel1-6/+2
2021-02-10crypto: arm64/sha512-ce - simplify NEON yieldArd Biesheuvel2-48/+34
2021-02-10crypto: arm64/sha3-ce - simplify NEON yieldArd Biesheuvel2-56/+39
2021-02-10crypto: arm64/sha2-ce - simplify NEON yieldArd Biesheuvel2-35/+25
2021-02-10crypto: arm64/sha1-ce - simplify NEON yieldArd Biesheuvel2-40/+29
2021-02-10crypto: powerpc/sha256 - remove unneeded semicolonYang Li1-1/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux for-next/cryptoHerbert Xu1-0/+16
2021-02-03arm64: assembler: add cond_yield macroArd Biesheuvel1-0/+16
2021-01-22crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel1-41/+32
2021-01-22crypto: aesni - replace CTR function pointer with static callArd Biesheuvel1-6/+7
2021-01-22crypto: arm64/sha - add missing module aliasesArd Biesheuvel4-0/+9
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel12-8/+8
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel3-231/+0
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2-109/+44
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel1-44/+17
2021-01-14crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel1-167/+17
2021-01-14crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel3-154/+61
2021-01-14crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel3-166/+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 Biesheuvel1-107/+0
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel1-104/+0
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel4-207/+0
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel4-147/+0
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2-76/+0
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel1-103/+0
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel5-201/+0
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel6-416/+0
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel4-303/+0
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel2-151/+0
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel5-304/+0
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2-154/+0
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel5-576/+1
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-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2-144/+356
2021-01-08crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers4-0/+464
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers4-0/+374
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-67/+7
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers1-61/+23
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-03crypto: remove cipher routines from public crypto APIArd Biesheuvel2-0/+5
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2-1/+261
2021-01-03crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel1-0/+1