aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-10-01crypto: arm/aes-ce - add dependency on AES libraryArd Biesheuvel
2019-10-01crypto: arm/aes-ce - build for v8 architecture explicitlyArd Biesheuvel
2019-09-13arm64: dts: imx8mq: Add CAAM nodeAndrey Smirnov
2019-09-09crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for CBCArd Biesheuvel
2019-09-09crypto: arm/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for XTSArd Biesheuvel
2019-09-09crypto: arm64/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel
2019-09-09crypto: arm64/aes - implement support for XTS ciphertext stealingArd Biesheuvel
2019-09-09crypto: arm64/aes-cts-cbc - move request context data to the stackArd Biesheuvel
2019-09-09crypto: arm64/aes-cts-cbc-ce - performance tweakArd Biesheuvel
2019-09-09crypto: arm64/aes-neon - limit exposed routines if faster driver is enabledArd Biesheuvel
2019-09-09crypto: arm64/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel
2019-09-09crypto: arm/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel
2019-09-09crypto: arm/aes-ce - replace tweak mask literal with compositionArd Biesheuvel
2019-09-09crypto: arm/aes-ce - switch to 4x interleaveArd Biesheuvel
2019-09-09crypto: arm/aes-ce - yield the SIMD unit between scatterwalk stepsArd Biesheuvel
2019-09-09crypto: arm/aes - fix round key prototypesArd Biesheuvel
2019-09-09crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.zhong jiang
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede
2019-09-05crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: arm - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-08-30crypto: arm64/aes - implement accelerated ESSIV/CBC modeArd Biesheuvel
2019-08-30crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walkArd Biesheuvel
2019-08-22crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifierArd Biesheuvel
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede
2019-08-22crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede
2019-08-22crypto: s390/xts-aes - invoke fallback for ciphertext stealingArd Biesheuvel
2019-08-22crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel
2019-08-22crypto: x86/des - switch to library interfaceArd Biesheuvel
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: 3des - move verification out of exported routineArd Biesheuvel
2019-08-22crypto: sparc/des - switch to new verification routinesArd Biesheuvel
2019-08-22crypto: s390/des - switch to new verification routinesArd Biesheuvel
2019-08-02asm-generic: Remove redundant arch-specific rules for simd.hHerbert Xu
2019-07-31crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel
2019-07-27crypto: ghash - add comment and improve help textEric Biggers
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel
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: 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