summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2017-09-20crypto: x86/twofish - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: sha512-avx2 - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/sha256-ssse3 - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/sha256-avx2 - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/sha256-avx - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/sha1-ssse3 - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/sha1-avx2 - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/des3_ede - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/cast6 - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/cast5 - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/camellia - Fix RBP usageJosh Poimboeuf
2017-09-20crypto: x86/blowfish - Fix RBP usageJosh Poimboeuf
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-08-09crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-07-05crypto: sha1-ssse3 - Disable avx2Herbert Xu
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-19crypto: glue_helper - Delete some dead codeDan Carpenter
2017-05-23crypto: x86/aes - Don't use %rbp as temporary registerEric Biggers
2017-05-18crypto: aesni - add generic gcm(aes)Sabrina Dubroca
2017-05-18crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_lenSabrina Dubroca
2017-05-18crypto: aesni - make AVX2 AES-GCM work with any aadlenSabrina Dubroca
2017-05-18crypto: aesni - make AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca
2017-05-18crypto: aesni - make AVX AES-GCM work with any aadlenSabrina Dubroca
2017-05-18crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca
2017-05-18crypto: aesni - make non-AVX AES-GCM work with any aadlenSabrina Dubroca
2017-05-18crypto: sha512-mb - add some missing unlock on errorDan Carpenter
2017-04-05crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček
2017-03-24crypto, x86: aesni - fix token pasting for clangMichael Davidson
2017-02-11crypto: sha512-mb - Protect sha512 mb ctx mgr accessTim Chen
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-02-03crypto: aesni - Fix failure when pcbc module is absentHerbert Xu
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko
2017-01-23crypto: x86/crc32c - fix %progbits -> @progbitsDenys Vlasenko
2017-01-13crypto: x86/chacha20 - Manually align stack bufferHerbert Xu
2016-12-30crypto: aesni - Fix failure when built-in with modular pcbcHerbert Xu
2016-12-27crypto: aesni-intel - RFC4106 can zero copy when !PageHighMemIlya Lesokhin
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu
2016-11-23Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar
2016-11-17crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker
2016-11-11crypto: aesni: shut up -Wmaybe-uninitialized warningArnd Bergmann
2016-10-07x86/fpu: Remove use_eager_fpu()Andy Lutomirski
2016-10-07x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c codeAndy Lutomirski
2016-08-16crypto: sha512-mb - fix ctx pointerXiaodong Liu