aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang2-11/+4
2019-07-26crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel1-0/+7
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel4-0/+208
2019-07-26crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel3-11/+46
2019-07-26crypto: aegis - avoid prerotated AES tablesArd Biesheuvel1-8/+6
2019-07-26crypto: aegis128 - drop empty TFM init/exit routinesArd Biesheuvel1-11/+0
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel11-4136/+0
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel18-5790/+0
2019-07-26crypto: testmgr - add tests for lzo-rleHannah Pan2-0/+90
2019-07-26crypto: arm/aes-scalar - unexport en/decryption routinesArd Biesheuvel1-3/+0
2019-07-26crypto: arm64/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel1-39/+1
2019-07-26crypto: arm/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel1-39/+1
2019-07-26crypto: arm64/aes-neon - switch to shared AES SboxesArd Biesheuvel1-71/+3
2019-07-26crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel2-0/+9
2019-07-26crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel2-6/+2
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel5-61/+26
2019-07-26crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel3-24/+5
2019-07-26crypto: amcc - switch to AES library for GCM key derivationArd Biesheuvel2-17/+9
2019-07-26bluetooth: switch to AES libraryArd Biesheuvel2-73/+33
2019-07-26crypto: arm/ghash - provide a synchronous versionArd Biesheuvel1-26/+52
2019-07-26crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)Ard Biesheuvel1-0/+65
2019-07-26crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Ard Biesheuvel1-0/+43
2019-07-26crypto: arm/aes - use native endiannes for key scheduleArd Biesheuvel2-16/+13
2019-07-26crypto: arm64/aes-ce-cipher - use AES library as fallbackArd Biesheuvel3-9/+3
2019-07-26crypto: aes - move sync ctr(aes) to AES library and generic helperArd Biesheuvel3-60/+33
2019-07-26crypto: ctr - add helper for performing a CTR encryption walkArd Biesheuvel1-0/+50
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel3-153/+3
2019-07-26crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel2-8/+11
2019-07-26crypto: arm64/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2-4/+5
2019-07-26crypto: arm64/aes-ccm - switch to AES libraryArd Biesheuvel2-13/+7
2019-07-26crypto: arm/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2-3/+3
2019-07-26crypto: arm64/ghash - switch to AES libraryArd Biesheuvel2-22/+11
2019-07-26crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel2-2/+2
2019-07-26crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel2-2/+2
2019-07-26crypto: padlock/aes - switch to library version of key expansion routineArd Biesheuvel2-2/+2
2019-07-26crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel5-665/+0
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel3-22/+8
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel5-300/+394
2019-07-26crypto: aes/fixed-time - align key schedule with other implementationsArd Biesheuvel1-31/+21
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel6-24/+24
2019-07-26crypto: arm/aes-ce - cosmetic/whitespace cleanupArd Biesheuvel1-60/+56
2019-07-26crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen1-3/+44
2019-07-26crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen2-158/+269
2019-07-26crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen1-65/+6
2019-07-26crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen1-19/+13
2019-07-26crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen2-5/+4
2019-07-26crypto: inside-secure - fix scatter/gather list to descriptor conversionPascal van Leeuwen1-46/+136
2019-07-26crypto: inside-secure - fix incorrect skcipher output IVPascal van Leeuwen1-41/+43
2019-07-26crypto: inside-secure - silently return -EINVAL for input error casesPascal van Leeuwen1-5/+20
2019-07-26crypto: inside-secure - keep ivsize for DES ECB modes at 0Pascal van Leeuwen1-2/+0