summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-09crypto: cavium/zip - Add missing single_release()Wei Yongjun
2019-09-09crypto: marvell - Use kzfree rather than its implementationzhong jiang
2019-09-09crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov
2019-09-09crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov
2019-09-09crypto: caam - use devres to unmap JR's registersAndrey Smirnov
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov
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: skcipher - add the ability to abort a skcipher walkArd 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: skcipher - Unmap pages after an external errorHerbert Xu
2019-09-09crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.zhong jiang
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede
2019-09-05crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.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-09-05hwrng: timeriomem - relax check on memory resource sizeDaniel Mack
2019-09-05crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen
2019-09-05crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen
2019-09-05crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen
2019-09-05crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen
2019-09-05crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen
2019-09-05crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen
2019-09-05crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen
2019-09-05crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen
2019-09-05crypto: mediatek - fix incorrect crypto key settingVic Wu
2019-09-05crypto: mediatek - add support to OFB/CFB modeRyder Lee
2019-09-05crypto: mediatek - only treat EBUSY as transient if backlogRyder Lee
2019-09-05crypto: mediatek - fix uninitialized value of gctx->textlenRyder Lee
2019-09-05crypto: mediatek - move mtk_aes_find_dev() to the right placeRyder Lee
2019-08-30crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driverMao Wenan
2019-08-30crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.cHans de Goede