summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers1-1/+1
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers1-1/+1
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceEric Biggers1-1/+1
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers1-5/+4
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers1-4/+3
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers1-4/+2
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers1-1/+1
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers1-9/+2
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers1-6/+4
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers1-2/+0
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers1-2/+0
2018-03-03crypto: simd - allow registering multiple algorithms at onceEric Biggers1-0/+50
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers2-0/+680
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers2-0/+696
2018-02-22crypto: speck - export common helpersEric Biggers1-41/+49
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers5-0/+460
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin1-3/+3
2018-02-15crypto: engine - Permit to enqueue all async requestsCorentin LABBE1-137/+164
2018-02-15crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_reportJia-Ju Bai1-1/+1
2018-02-15crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...Jia-Ju Bai1-1/+1
2018-02-15crypto: mcryptd - remove pointless wrapper functionsEric Biggers1-30/+4
2018-02-15crypto: hash - Require export/import in ahashKamil Konieczny1-16/+2
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-100/+118
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-8/+8
2018-02-08crypto: sha3-generic - Use __optimize to support old compilersGeert Uytterhoeven1-1/+1
2018-02-08crypto: sha3-generic - deal with oversize stack framesArd Biesheuvel1-100/+118
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds44-653/+2032
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+2
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-49/+3
2018-01-26crypto: testmgr - add new testcases for sha3Ard Biesheuvel1-0/+550
2018-01-26crypto: sha3-generic - export init/update/final routinesArd Biesheuvel1-15/+18
2018-01-26crypto: sha3-generic - simplify codeArd Biesheuvel1-125/+59
2018-01-26crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeArd Biesheuvel1-38/+96
2018-01-26crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel1-2/+3
2018-01-26crypto: testmgr - test misuse of result in ahashKamil Konieczny1-0/+39
2018-01-20crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann1-1/+1
2018-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+12
2018-01-12crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers1-0/+2
2018-01-12crypto: salsa20 - export generic helpersEric Biggers1-13/+7
2018-01-12crypto: salsa20-generic - cleanup and convert to skcipher APIEric Biggers1-136/+104