aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-3/+3
2019-11-01crypto: caam - populate platform devices lastAndrey Smirnov1-7/+6
2019-11-01crypto: caam - use devres to populate platform devicesAndrey Smirnov1-23/+3
2019-11-01crypto: caam - use devres to de-initialize QIAndrey Smirnov4-19/+7
2019-11-01crypto: caam - use devres to de-initialize the RNGAndrey Smirnov1-60/+70
2019-11-01crypto: caam - use devres to remove debugfsAndrey Smirnov2-8/+14
2019-11-01crypto: caam - use devres to unmap memoryAndrey Smirnov1-19/+9
2019-10-05crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan2-35/+45
2019-09-13crypto: caam - Cast to long first before pointer conversionHerbert Xu1-2/+2
2019-09-09crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov1-4/+10
2019-09-09crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov1-0/+4
2019-09-09crypto: caam - use devres to unmap JR's registersAndrey Smirnov1-4/+9
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov1-15/+15
2019-08-30crypto: caam - add clock entry for i.MX8MQAndrey Smirnov1-0/+1
2019-08-30crypto: caam - always select job ring via RSR on i.MX8MQAndrey Smirnov1-1/+6
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov7-26/+63
2019-08-30crypto: caam - don't hardcode inpentry sizeAndrey Smirnov3-3/+13
2019-08-30crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov3-9/+43
2019-08-30crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov1-7/+15
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov6-6/+16
2019-08-30crypto: caam - share definition for MAX_SDLENAndrey Smirnov3-53/+27
2019-08-30crypto: caam - drop 64-bit only wr/rd_reg64()Andrey Smirnov1-19/+0
2019-08-30crypto: caam - use ioread64*_hi_lo in rd_reg64Andrey Smirnov1-5/+13
2019-08-30crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64Andrey Smirnov1-5/+9
2019-08-30crypto: caam - request JR IRQ as the last stepAndrey Smirnov1-19/+15
2019-08-30crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov1-34/+14
2019-08-30crypto: caam - simplfy clock initializationAndrey Smirnov2-110/+95
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov3-24/+22
2019-08-30crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan1-5/+4
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-1/+1
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel4-92/+31
2019-08-15crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă1-4/+3
2019-08-09crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan1-1/+1
2019-08-09crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan1-19/+30
2019-08-09crypto: caam - execute module exit point only if necessaryIuliana Prodan2-1/+24
2019-08-09crypto: caam - free resources in case caam_rng registration failedIuliana Prodan1-1/+4
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă6-105/+132
2019-08-09crypto: caam - keep both virtual and dma key addressesHoria Geantă4-30/+24
2019-08-09crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan2-16/+33
2019-08-09crypto: caam - check zero-length inputIuliana Prodan3-0/+14
2019-08-09crypto: caam - check assoclenIuliana Prodan3-24/+8
2019-08-09crypto: caam - check authsizeIuliana Prodan3-0/+39
2019-08-09crypto: caam - check key lengthIuliana Prodan5-100/+324
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă3-6/+11
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă9-117/+104
2019-08-09crypto: caam/qi - fix error handling in ERN handlerHoria Geantă3-1/+6
2019-08-09crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2-1/+10
2019-08-02crypto: caam - defer probing until QMan is availableHoria Geantă1-26/+48
2019-08-02crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg5-0/+105
2019-07-27crypto: caam/qi2 - Increase napi budget to process more caam responsesVakul Garg1-1/+1