summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - check assoclenIuliana Prodan2019-08-093-24/+8
* crypto: caam - check authsizeIuliana Prodan2019-08-093-0/+39
* crypto: caam - check key lengthIuliana Prodan2019-08-095-100/+324
* crypto: caam - update IV only when crypto operation succeedsHoria Geantă2019-08-093-6/+11
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-099-117/+104
* crypto: caam/qi - fix error handling in ERN handlerHoria Geantă2019-08-093-1/+6
* crypto: inside-secure - Remove redundant DES ECB & CBC keysize checkPascal van Leeuwen2019-08-091-5/+0
* crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook2019-08-091-10/+4
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-0913-28/+7
* crypto: inside-secure - Use defines instead of some constants (cosmetic)Pascal van Leeuwen2019-08-091-16/+19
* crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2019-08-092-1/+10
* crypto: ux500/crypt - Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+6
* crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook2019-08-091-1/+3
* crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef2019-08-093-24/+2
* crypto: ccree - use the full crypt length valueGilad Ben-Yossef2019-08-091-1/+1
* crypto: caam - defer probing until QMan is availableHoria Geantă2019-08-021-26/+48
* crypto: nx - Add of_node_put() before return in 842Nishka Dasgupta2019-08-021-0/+1
* crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg2019-08-025-0/+105
* crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin2019-08-021-1/+1
* crypto: atmel-sha204a - Use device-managed registration APIChuhong Yuan2019-08-021-2/+1
* crypto: ghash - add comment and improve help textEric Biggers2019-07-271-3/+3
* crypto: bcm - check assoclen for rfc4543/rfc4106Iuliana Prodan2019-07-271-0/+13
* crypto: ccree - check assoclen for rfc4543Iuliana Prodan2019-07-271-6/+20
* crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan2019-07-271-2/+1
* crypto: caam/qi2 - Increase napi budget to process more caam responsesVakul Garg2019-07-271-1/+1
* crypto: ccp - Reduce maximum stack usageArnd Bergmann2019-07-271-21/+31
* crypto: ccp - Include the module name in system log messagesHook, Gary2019-07-261-0/+4
* crypto: cavium/nitrox - Add support for loading asymmetric crypto firmwarePhani Kiran Hemadri2019-07-264-31/+244
* crypto: ccp - Add a module parameter to control registration for DMAHook, Gary2019-07-261-1/+11
* crypto: ccp - module parameter to limit the number of enabled CCPsHook, Gary2019-07-261-1/+17
* crypto: ccp - Add a module parameter to specify a queue countHook, Gary2019-07-264-6/+15
* crypto: ccp - Make CCP debugfs support optionalHook, Gary2019-07-263-2/+14
* crypto: inside-secure -reduce hash byte counters to 64 bitsPascal van Leeuwen2019-07-262-56/+36
* crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen2019-07-263-45/+250
* crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen2019-07-263-64/+138
* crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen2019-07-263-19/+72
* crypto: ux500 - Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-262-4/+4
* crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-262-11/+4
* crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel2019-07-265-61/+26
* crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel2019-07-263-24/+5
* crypto: amcc - switch to AES library for GCM key derivationArd Biesheuvel2019-07-262-17/+9
* crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-262-2/+2
* crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-262-2/+2
* crypto: padlock/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-262-2/+2
* crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-261-4/+4
* crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen2019-07-261-3/+44
* crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen2019-07-262-158/+269
* crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen2019-07-261-65/+6
* crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen2019-07-261-19/+13
* crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen2019-07-262-5/+4