aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-31crypto: api - Keep failed instances aliveHerbert Xu2-17/+13
2018-03-31crypto: api - Make crypto_alg_lookup staticHerbert Xu2-3/+2
2018-03-31crypto: api - Remove unused crypto_type lookup functionHerbert Xu1-7/+1
2018-03-16crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel1-0/+259
2018-03-16crypto: ecc - Remove stack VLA usageKees Cook1-6/+17
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef3-0/+143
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef3-0/+270
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2018-03-09crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley1-6/+17
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley3-0/+362
2018-03-03crypto: ablk_helper - remove ablk_helperEric Biggers3-155/+0
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers1-113/+39
2018-03-03crypto: xts - remove xts_crypt()Eric Biggers1-72/+0
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers1-10/+3
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-22X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers1-8/+13
2018-02-22X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers1-1/+3
2018-02-22PKCS#7: fix direct verification of SignerInfo signatureEric Biggers1-0/+1
2018-02-22PKCS#7: fix certificate blacklistingEric Biggers1-4/+6
2018-02-22PKCS#7: fix certificate chain verificationEric Biggers1-1/+1
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-19MIPS: crypto: Add crc32 and crc32c hw accelerated moduleMarcin Nowakowski1-0/+9
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_sign_completeJia-Ju Bai1-1/+1