summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel
2019-07-26crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel
2019-07-26crypto: aegis - avoid prerotated AES tablesArd Biesheuvel
2019-07-26crypto: aegis128 - drop empty TFM init/exit routinesArd Biesheuvel
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel
2019-07-26crypto: testmgr - add tests for lzo-rleHannah Pan
2019-07-26crypto: arm/aes-scalar - unexport en/decryption routinesArd Biesheuvel
2019-07-26crypto: arm64/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel
2019-07-26crypto: arm/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel
2019-07-26crypto: arm64/aes-neon - switch to shared AES SboxesArd Biesheuvel
2019-07-26crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel
2019-07-26crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel
2019-07-26crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel
2019-07-26crypto: amcc - switch to AES library for GCM key derivationArd Biesheuvel
2019-07-26bluetooth: switch to AES libraryArd Biesheuvel
2019-07-26crypto: arm/ghash - provide a synchronous versionArd Biesheuvel
2019-07-26crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)Ard Biesheuvel
2019-07-26crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Ard Biesheuvel
2019-07-26crypto: arm/aes - use native endiannes for key scheduleArd Biesheuvel
2019-07-26crypto: arm64/aes-ce-cipher - use AES library as fallbackArd Biesheuvel
2019-07-26crypto: aes - move sync ctr(aes) to AES library and generic helperArd Biesheuvel
2019-07-26crypto: ctr - add helper for performing a CTR encryption walkArd Biesheuvel
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel
2019-07-26crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel
2019-07-26crypto: arm64/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel
2019-07-26crypto: arm64/aes-ccm - switch to AES libraryArd Biesheuvel
2019-07-26crypto: arm/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel
2019-07-26crypto: arm64/ghash - switch to AES libraryArd Biesheuvel
2019-07-26crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel
2019-07-26crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel
2019-07-26crypto: padlock/aes - switch to library version of key expansion routineArd Biesheuvel
2019-07-26crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel
2019-07-26crypto: aes/fixed-time - align key schedule with other implementationsArd Biesheuvel
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel
2019-07-26crypto: arm/aes-ce - cosmetic/whitespace cleanupArd Biesheuvel
2019-07-26crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen
2019-07-26crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen
2019-07-26crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen
2019-07-26crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen
2019-07-26crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen
2019-07-26crypto: inside-secure - fix scatter/gather list to descriptor conversionPascal van Leeuwen
2019-07-26crypto: inside-secure - fix incorrect skcipher output IVPascal van Leeuwen
2019-07-26crypto: inside-secure - silently return -EINVAL for input error casesPascal van Leeuwen
2019-07-26crypto: inside-secure - keep ivsize for DES ECB modes at 0Pascal van Leeuwen
2019-07-26crypto: ccree - notify TEE on FIPS tests errorsGilad Ben-Yossef
2019-07-26crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef