summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-03-16crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers
2018-03-09crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang
2018-03-03crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers
2018-03-03crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers
2018-02-22crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers
2018-02-22crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson
2018-02-22crypto: aesni - Introduce scatter/gather asm function stubsDave Watson
2018-02-22crypto: aesni - Add fast path for > 16 byte updateDave Watson
2018-02-22crypto: aesni - Introduce partial block macroDave Watson
2018-02-22crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson
2018-02-22crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson
2018-02-22crypto: aesni - Fill in new context data structuresDave Watson
2018-02-22crypto: aesni - Split AAD hash calculation to separate macroDave Watson
2018-02-22crypto: aesni - Introduce gcm_context_dataDave Watson
2018-02-22crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson
2018-02-22crypto: aesni - Add GCM_COMPLETE macroDave Watson
2018-02-22crypto: aesni - Add GCM_INIT macroDave Watson
2018-02-22crypto: aesni - Macro-ify func save/restoreDave Watson
2018-02-22crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson
2018-02-22crypto: arm/aes-cipher - move S-box to .rodata sectionJinbum Park
2018-02-15crypto: sha512-mb - remove HASH_FIRST flagEric Biggers
2018-02-15crypto: sha256-mb - remove HASH_FIRST flagEric Biggers
2018-02-15crypto: sha1-mb - remove HASH_FIRST flagEric Biggers
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro