summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: aes - helper function to validate key length for AES algorithmsIuliana Prodan2019-08-092-4/+21
* crypto: gcm - helper functions for assoclen/authsize checkIuliana Prodan2019-08-092-26/+70
* 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
* hwrng: n2-drv - fix typoStephen Rothwell2019-08-081-1/+1
* asm-generic: Remove redundant arch-specific rules for simd.hHerbert Xu2019-08-022-2/+0
* crypto: caam - defer probing until QMan is availableHoria Geantă2019-08-021-26/+48
* hwrng: timeriomem - add include guard to timeriomem-rng.hMasahiro Yamada2019-08-021-0/+5
* crypto: api - Remove redundant #ifdef in crypto_yield()Thomas Gleixner2019-08-021-2/+0
* hwrng: drivers - Use device-managed registration APIChuhong Yuan2019-08-029-36/+9
* crypto: jitterentropy - build without sanitizerArnd Bergmann2019-08-021-0/+2
* crypto: nx - Add of_node_put() before return in 842Nishka Dasgupta2019-08-021-0/+1
* crypto: user - fix potential warnings in cryptouser.hMasahiro Yamada2019-08-021-1/+4
* crypto: add header include guardsMasahiro Yamada2019-08-025-0/+25
* 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
* Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu2019-08-025-247/+4
* asm-generic: make simd.h a mandatory include/asm headerArd Biesheuvel2019-07-311-0/+2
* crypto: s390/aes - fix name clash after AES library refactorArd Biesheuvel2019-07-311-4/+4
* crypto: ghash - add comment and improve help textEric Biggers2019-07-277-16/+41
* padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2019-07-271-20/+3
* crypto: bcm - check assoclen for rfc4543/rfc4106Iuliana Prodan2019-07-271-0/+13
* crypto: ccree - check assoclen for rfc4543Iuliana Prodan2019-07-271-6/+20
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2019-07-272-88/+22
* crypto: aegis - fix badly optimized clang outputArnd Bergmann2019-07-271-7/+7
* 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
* hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-271-3/+1
* hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-271-3/+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: Remove orphan tools/crypto directoryHerbert Xu2019-07-261-294/+0
* 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: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek2019-07-264-15/+31