aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2020-05-06crypto: caam - fix the address of the last entry of S/GIuliana Prodan
2020-04-17crypto: caam - update xts sector size for large input lengthAndrei Botila
2020-04-17crypto: caam/qi2 - fix chacha20 data size errorHoria Geantă
2020-01-22crypto: caam - add support for i.MX8M PlusHoria Geantă
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-27crypto: caam - Add support for i.MX8M MiniAdam Ford
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers
2019-11-01crypto: caam - populate platform devices lastAndrey Smirnov
2019-11-01crypto: caam - use devres to populate platform devicesAndrey Smirnov
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov
2019-10-05crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan
2019-09-13crypto: caam - Cast to long first before pointer conversionHerbert Xu
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-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov
2019-08-30crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov
2019-08-30crypto: caam - don't hardcode inpentry sizeAndrey Smirnov
2019-08-30crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov
2019-08-30crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov
2019-08-30crypto: caam - share definition for MAX_SDLENAndrey Smirnov
2019-08-30crypto: caam - drop 64-bit only wr/rd_reg64()Andrey Smirnov
2019-08-30crypto: caam - use ioread64*_hi_lo in rd_reg64Andrey Smirnov
2019-08-30crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64Andrey Smirnov
2019-08-30crypto: caam - request JR IRQ as the last stepAndrey Smirnov
2019-08-30crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov
2019-08-30crypto: caam - simplfy clock initializationAndrey Smirnov
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov
2019-08-30crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel
2019-08-15crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă
2019-08-09crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan
2019-08-09crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan
2019-08-09crypto: caam - execute module exit point only if necessaryIuliana Prodan
2019-08-09crypto: caam - free resources in case caam_rng registration failedIuliana Prodan
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă
2019-08-09crypto: caam - keep both virtual and dma key addressesHoria Geantă