summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-23crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez2-0/+4
2018-03-16crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernelsArd Biesheuvel1-13/+23
2018-03-16crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt pathArd Biesheuvel1-2/+21
2018-03-16crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt pathArd Biesheuvel1-6/+25
2018-03-16crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel2-200/+40
2018-03-16crypto: arm64/chacha20 - move kernel mode neon en/disable into loopArd Biesheuvel1-3/+9
2018-03-16crypto: arm64/aes-bs - move kernel mode neon en/disable into loopArd Biesheuvel1-19/+17
2018-03-16crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel3-102/+97
2018-03-16crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loopArd Biesheuvel1-24/+23
2018-03-16crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers4-0/+643
2018-03-09crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang1-1/+1
2018-03-02crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers3-18/+14
2018-03-02crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2-406/+0
2018-03-02crypto: lrw - remove lrw_crypt()Eric Biggers1-1/+0
2018-03-02crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers3-433/+205
2018-03-02crypto: x86/camellia - convert to skcipher interfaceEric Biggers1-83/+79
2018-03-02crypto: x86/camellia - remove XTS algorithmEric Biggers3-112/+24
2018-03-02crypto: x86/camellia - remove LRW algorithmEric Biggers2-94/+1
2018-03-02crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers1-179/+1
2018-03-02crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2-167/+2
2018-03-02crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers1-119/+119
2018-03-02crypto: x86/blowfish: convert to skcipher interfaceEric Biggers1-117/+113
2018-03-02crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers1-211/+100
2018-03-02crypto: x86/cast6-avx - remove LRW algorithmEric Biggers1-179/+1
2018-03-02crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers1-224/+127
2018-03-02crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers1-2/+1
2018-03-02crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers1-215/+100
2018-03-02crypto: x86/twofish-avx - remove LRW algorithmEric Biggers1-188/+1
2018-03-02crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers1-84/+67
2018-03-02crypto: x86/twofish-3way - remove XTS algorithmEric Biggers3-117/+25
2018-03-02crypto: x86/twofish-3way - remove LRW algorithmEric Biggers3-91/+27
2018-03-02crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers3-437/+217
2018-03-02crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2-186/+1
2018-03-02crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers1-175/+1
2018-03-02crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers1-151/+70
2018-03-02crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers1-172/+0
2018-03-02crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers1-129/+1
2018-03-02crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2-0/+219
2018-02-22crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers4-0/+728
2018-02-22crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson1-0/+133
2018-02-22crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2-26/+106
2018-02-22crypto: aesni - Add fast path for > 16 byte updateDave Watson1-0/+25
2018-02-22crypto: aesni - Introduce partial block macroDave Watson1-1/+150
2018-02-22crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson1-99/+106
2018-02-22crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson1-1/+9
2018-02-22crypto: aesni - Fill in new context data structuresDave Watson1-12/+39
2018-02-22crypto: aesni - Split AAD hash calculation to separate macroDave Watson1-28/+43
2018-02-22crypto: aesni - Introduce gcm_context_dataDave Watson2-75/+121
2018-02-22crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson1-179/+114
2018-02-22crypto: aesni - Add GCM_COMPLETE macroDave Watson1-109/+63