summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: xts - remove xts_crypt()Eric Biggers2018-03-031-72/+0
* crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-031-10/+3
* crypto: x86/camellia - convert to skcipher interfaceEric Biggers2018-03-031-1/+1
* crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2018-03-031-1/+1
* crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2018-03-031-1/+1
* crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-031-5/+4
* crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-031-4/+3
* crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-031-4/+2
* crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-031-1/+1
* crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-031-9/+2
* crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-031-1/+0
* crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-031-6/+4
* crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-031-2/+0
* crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-031-2/+0
* crypto: simd - allow registering multiple algorithms at onceEric Biggers2018-03-031-0/+50
* crypto: speck - add test vectors for Speck64-XTSEric Biggers2018-02-222-0/+680
* crypto: speck - add test vectors for Speck128-XTSEric Biggers2018-02-222-0/+696
* crypto: speck - export common helpersEric Biggers2018-02-221-41/+49
* crypto: speck - add support for the Speck block cipherEric Biggers2018-02-225-0/+460
* crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin2018-02-221-3/+3
* crypto: engine - Permit to enqueue all async requestsCorentin LABBE2018-02-151-137/+164
* crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_reportJia-Ju Bai2018-02-151-1/+1
* crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...Jia-Ju Bai2018-02-151-1/+1
* crypto: mcryptd - remove pointless wrapper functionsEric Biggers2018-02-151-30/+4
* crypto: hash - Require export/import in ahashKamil Konieczny2018-02-151-16/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-121-100/+118
|\
| * crypto: sha3-generic - Use __optimize to support old compilersGeert Uytterhoeven2018-02-081-1/+1
| * crypto: sha3-generic - deal with oversize stack framesArd Biesheuvel2018-02-081-100/+118
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-3144-653/+2032
|\ \ | |/
| * crypto: testmgr - add new testcases for sha3Ard Biesheuvel2018-01-261-0/+550
| * crypto: sha3-generic - export init/update/final routinesArd Biesheuvel2018-01-261-15/+18
| * crypto: sha3-generic - simplify codeArd Biesheuvel2018-01-261-125/+59
| * crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeArd Biesheuvel2018-01-261-38/+96
| * crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel2018-01-261-2/+3
| * crypto: testmgr - test misuse of result in ahashKamil Konieczny2018-01-261-0/+39
| * crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann2018-01-201-1/+1
| * crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers2018-01-121-0/+2
| * crypto: salsa20 - export generic helpersEric Biggers2018-01-121-13/+7
| * crypto: salsa20-generic - cleanup and convert to skcipher APIEric Biggers2018-01-121-136/+104
| * crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann2018-01-121-0/+1