summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorLines
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
2019-08-09crypto: caam - check authsizeIuliana Prodan-0/+39
2019-08-09crypto: caam - check key lengthIuliana Prodan-100/+324
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă-6/+11
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă-117/+104
2019-08-09crypto: caam/qi - fix error handling in ERN handlerHoria Geantă-1/+6
2019-08-09crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă-1/+10
2019-08-02crypto: caam - defer probing until QMan is availableHoria Geantă-26/+48
2019-08-02crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg-0/+105
2019-07-27crypto: caam/qi2 - Increase napi budget to process more caam responsesVakul Garg-1/+1
2019-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang-8/+3
2019-06-20crypto: caam - update IV using HW supportHoria Geantă-146/+163
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă-99/+105
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-1/+1
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan-2/+4
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel-4/+5
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan-14/+32
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan-17/+74