aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers1-151/+70
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers1-172/+0
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers1-129/+1
2018-03-03crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers1-0/+207
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
2018-02-22crypto: aesni - Add GCM_INIT macroDave Watson1-51/+33
2018-02-22crypto: aesni - Macro-ify func save/restoreDave Watson1-29/+24
2018-02-22crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson1-250/+48
2018-02-15crypto: sha512-mb - remove HASH_FIRST flagEric Biggers2-32/+6
2018-02-15crypto: sha256-mb - remove HASH_FIRST flagEric Biggers2-29/+6
2018-02-15crypto: sha1-mb - remove HASH_FIRST flagEric Biggers2-30/+6
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+6
2018-02-08crypto: sha512-mb - initialize pending lengths correctlyEric Biggers1-4/+6
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-570/+219
2018-01-26crypto: aesni - handle zero length dst bufferStephan Mueller1-1/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+9
2018-01-12crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers3-359/+44
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers2-0/+2
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers1-1/+0
2018-01-12x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse4-5/+9
2018-01-05crypto: x86/poly1305 - remove cra_alignmaskEric Biggers1-1/+0
2017-12-28crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesniJunaid Shahid1-100/+12
2017-12-28crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesniJunaid Shahid1-42/+45
2017-12-28crypto: x86/twofish-3way - Fix %rbp usageEric Biggers1-52/+60
2017-12-22crypto: aesni - add wrapper for generic gcm(aes)Sabrina Dubroca1-12/+54
2017-12-22crypto: aesni - fix typo in generic_gcmaes_decryptSabrina Dubroca1-1/+1
2017-11-29crypto: x86/chacha20 - Remove cra_alignmaskEric Biggers1-1/+0
2017-11-29crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-15/+12
2017-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-12/+12
2017-11-03crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin1-6/+6
2017-11-03crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin1-6/+6
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-12crypto: x86/chacha20 - satisfy stack validation 2.0Jason A. Donenfeld2-4/+4
2017-10-07crypto: crc32-pclmul - remove useless relative addressingMikulas Patocka1-11/+6
2017-09-22crypto: aesni - Use GCM IV size constantCorentin LABBE1-3/+4
2017-09-22crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 staticColin Ian King1-1/+2
2017-09-20crypto: x86/twofish - Fix RBP usageJosh Poimboeuf1-6/+6
2017-09-20crypto: sha512-avx2 - Fix RBP usageJosh Poimboeuf1-36/+39