aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2020-08-21crypto: aesni - add compatibility with IASJian Cai
2019-05-21crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2018-08-17crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers
2018-07-17crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers
2018-04-08crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers
2018-02-25crypto: x86/twofish-3way - Fix %rbp usageEric Biggers
2018-02-16crypto: sha512-mb - initialize pending lengths correctlyEric Biggers
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-02-16crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-02-03crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesniJunaid Shahid
2018-02-03crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesniJunaid Shahid
2018-02-03crypto: aesni - add wrapper for generic gcm(aes)Sabrina Dubroca
2018-02-03crypto: aesni - Use GCM IV size constantCorentin LABBE
2018-02-03crypto: aesni - fix typo in generic_gcmaes_decryptSabrina Dubroca
2018-02-03crypto: aesni - handle zero length dst bufferStephan Mueller
2018-01-17x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse
2017-12-20crypto: salsa20 - fix blkcipher_walk API usageEric Biggers
2017-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-03crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin
2017-11-03crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12crypto: x86/chacha20 - satisfy stack validation 2.0Jason A. Donenfeld
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