summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-03-03crypto: ablk_helper - remove ablk_helperEric Biggers
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers
2018-03-03crypto: xts - remove xts_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/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: simd - allow registering multiple algorithms at onceEric Biggers
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers
2018-02-22crypto: speck - export common helpersEric Biggers
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin
2018-02-15crypto: engine - Permit to enqueue all async requestsCorentin LABBE
2018-02-15crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_reportJia-Ju Bai
2018-02-15crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...Jia-Ju Bai
2018-02-15crypto: mcryptd - remove pointless wrapper functionsEric Biggers
2018-02-15crypto: hash - Require export/import in ahashKamil Konieczny
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08crypto: sha3-generic - Use __optimize to support old compilersGeert Uytterhoeven
2018-02-08crypto: sha3-generic - deal with oversize stack framesArd Biesheuvel
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-26crypto: testmgr - add new testcases for sha3Ard Biesheuvel
2018-01-26crypto: sha3-generic - export init/update/final routinesArd Biesheuvel
2018-01-26crypto: sha3-generic - simplify codeArd Biesheuvel
2018-01-26crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeArd Biesheuvel
2018-01-26crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel
2018-01-26crypto: testmgr - test misuse of result in ahashKamil Konieczny
2018-01-20crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann