summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorLines
2020-01-22crypto: caam - add support for i.MX8M PlusHoria Geantă-2/+3
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă-1/+1
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă-4/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-103/+30
2019-12-27crypto: caam - Add support for i.MX8M MiniAdam Ford-1/+3
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila-99/+58
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila-100/+58
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan-4/+2
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski-7/+7
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers-3/+3
2019-11-01crypto: caam - populate platform devices lastAndrey Smirnov-7/+6
2019-11-01crypto: caam - use devres to populate platform devicesAndrey Smirnov-23/+3
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov-19/+7
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov-60/+70
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov-8/+14
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov-19/+9
2019-10-05crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan-35/+45
2019-09-13crypto: caam - Cast to long first before pointer conversionHerbert Xu-2/+2
2019-09-09crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov-4/+10
2019-09-09crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov-0/+4
2019-09-09crypto: caam - use devres to unmap JR's registersAndrey Smirnov-4/+9
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov-15/+15
2019-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov-0/+1
2019-08-30crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov-1/+6
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov-26/+63
2019-08-30crypto: caam - don't hardcode inpentry sizeAndrey Smirnov-3/+13
2019-08-30crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov-9/+43
2019-08-30crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov-7/+15
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov-6/+16
2019-08-30crypto: caam - share definition for MAX_SDLENAndrey Smirnov-53/+27
2019-08-30crypto: caam - drop 64-bit only wr/rd_reg64()Andrey Smirnov-19/+0
2019-08-30crypto: caam - use ioread64*_hi_lo in rd_reg64Andrey Smirnov-5/+13
2019-08-30crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64Andrey Smirnov-5/+9
2019-08-30crypto: caam - request JR IRQ as the last stepAndrey Smirnov-19/+15
2019-08-30crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov-34/+14
2019-08-30crypto: caam - simplfy clock initializationAndrey Smirnov-110/+95
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov-24/+22
2019-08-30crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan-5/+4
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel-1/+1
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel-92/+31
2019-08-15crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă-4/+3
2019-08-09crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan-1/+1
2019-08-09crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan-19/+30
2019-08-09crypto: caam - execute module exit point only if necessaryIuliana Prodan-1/+24
2019-08-09crypto: caam - free resources in case caam_rng registration failedIuliana Prodan-1/+4
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă-105/+132
2019-08-09crypto: caam - keep both virtual and dma key addressesHoria Geantă-30/+24
2019-08-09crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan-16/+33
2019-08-09crypto: caam - check zero-length inputIuliana Prodan-0/+14
2019-08-09crypto: caam - check assoclenIuliana Prodan-24/+8