summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
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ă
2019-08-09crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan
2019-08-09crypto: caam - check zero-length inputIuliana Prodan
2019-08-09crypto: caam - check assoclenIuliana Prodan
2019-08-09crypto: caam - check authsizeIuliana Prodan
2019-08-09crypto: caam - check key lengthIuliana Prodan
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă
2019-08-09crypto: caam/qi - fix error handling in ERN handlerHoria Geantă
2019-08-09crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă
2019-08-02crypto: caam - defer probing until QMan is availableHoria Geantă
2019-08-02crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg
2019-07-27crypto: caam/qi2 - Increase napi budget to process more caam responsesVakul Garg