summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan2020-02-221-30/+77
* crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan2020-02-224-8/+101
* crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan2020-02-226-50/+30
* crypto: caam - refactor RSA private key _done callbacksIuliana Prodan2020-02-221-43/+18
* crypto: caam - refactor ahash_edesc_allocIuliana Prodan2020-02-221-40/+22
* crypto: caam - refactor ahash_done callbacksIuliana Prodan2020-02-221-66/+22
* crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan2020-02-221-215/+53
* crypto: caam/qi - optimize frame queue cleanupValentin Ciocoi Radulescu2020-02-132-22/+42
* crypto: caam - add support for i.MX8M PlusHoria Geantă2020-01-221-2/+3
* crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă2020-01-221-1/+1
* crypto: caam - add support for i.MX8M NanoHoria Geantă2020-01-161-4/+4
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-094-103/+30
* crypto: caam - Add support for i.MX8M MiniAdam Ford2019-12-271-1/+3
* crypto: caam/qi2 - remove double buffering for ahashAndrei Botila2019-12-201-99/+58
* crypto: caam - remove double buffering for ahashAndrei Botila2019-12-201-100/+58
* crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan2019-12-111-4/+2
* crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-111-7/+7
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-3/+3
* crypto: caam - populate platform devices lastAndrey Smirnov2019-11-011-7/+6
* crypto: caam - use devres to populate platform devicesAndrey Smirnov2019-11-011-23/+3
* crypto: caam - use devres to de-initialize QIAndrey Smirnov2019-11-014-19/+7
* crypto: caam - use devres to de-initialize the RNGAndrey Smirnov2019-11-011-60/+70
* crypto: caam - use devres to remove debugfsAndrey Smirnov2019-11-012-8/+14
* crypto: caam - use devres to unmap memoryAndrey Smirnov2019-11-011-19/+9
* crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan2019-10-052-35/+45
* crypto: caam - Cast to long first before pointer conversionHerbert Xu2019-09-131-2/+2
* crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov2019-09-091-4/+10
* crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov2019-09-091-0/+4
* crypto: caam - use devres to unmap JR's registersAndrey Smirnov2019-09-091-4/+9
* crypto: caam - make sure clocks are enabled firstAndrey Smirnov2019-09-091-15/+15
* crypto: caam - add clock entry for i.MX8MQAndrey Smirnov2019-08-301-0/+1
* crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov2019-08-301-1/+6
* crypto: caam - select DMA address size at runtimeAndrey Smirnov2019-08-307-26/+63
* crypto: caam - don't hardcode inpentry sizeAndrey Smirnov2019-08-303-3/+13
* crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov2019-08-303-9/+43
* crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov2019-08-301-7/+15
* crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov2019-08-306-6/+16
* crypto: caam - share definition for MAX_SDLENAndrey Smirnov2019-08-303-53/+27
* crypto: caam - drop 64-bit only wr/rd_reg64()Andrey Smirnov2019-08-301-19/+0
* crypto: caam - use ioread64*_hi_lo in rd_reg64Andrey Smirnov2019-08-301-5/+13
* crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64Andrey Smirnov2019-08-301-5/+9
* crypto: caam - request JR IRQ as the last stepAndrey Smirnov2019-08-301-19/+15
* crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov2019-08-301-34/+14
* crypto: caam - simplfy clock initializationAndrey Smirnov2019-08-302-110/+95
* crypto: caam - move DMA mask selection into a functionAndrey Smirnov2019-08-303-24/+22
* crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan2019-08-301-5/+4
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
* crypto: caam/des - switch to new verification routinesArd Biesheuvel2019-08-224-92/+31
* crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă2019-08-151-4/+3
* crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan2019-08-091-1/+1