aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-03crypto: scompress - free partially allocated scratch buffers on failureArd Biesheuvel1-1/+4
2017-08-03crypto: scompress - don't sleep with preemption disabledArd Biesheuvel1-3/+1
2017-08-03crypto: brcm - Support more FlexRM rings than SPU engines.raveendra padasalagi2-66/+56
2017-08-03crypto: atmel-ecc - fix signed integer to u8 assignmentTudor-Dan Ambarus1-5/+5
2017-08-03crypto: ecdh - fix concurrency on shared secret and pubkeyTudor-Dan Ambarus1-18/+33
2017-08-03crypto: ccp - remove duplicate module version and author entryBrijesh Singh1-7/+0
2017-08-03crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă1-4/+4
2017-08-03Crypto: atmel-ecc: Make a couple of local functions staticColin Ian King1-2/+2
2017-08-03crypto: img-hash - remove unnecessary static in img_hash_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: n2 - Convert to using %pOF instead of full_nameRob Herring1-32/+28
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă7-25/+148
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook7-2/+12
2017-07-28crypto: ccp - Add support for RSA on the CCPGary R Hook4-0/+347
2017-07-28crypto: Add akcipher_set_reqsize() functionGary R Hook1-0/+6
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2-34/+54
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook11-11/+11
2017-07-28crypto: rng - ensure that the RNG is ready before usingJason A. Donenfeld1-2/+4
2017-07-28crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com3-0/+1589
2017-07-28dt-bindings: Document STM32 HASH bindingslionel.debieve@st.com1-0/+30
2017-07-28crypto: stm32 - Rename module to use generic cryptolionel.debieve@st.com3-6/+5
2017-07-28crypto: stm32 - solve crc issue during unbindlionel.debieve@st.com1-1/+1
2017-07-28crypto: stm32 - CRC use relaxed functionlionel.debieve@st.com1-7/+8
2017-07-28crypto: caam - free qman_fq after kill_fqXulin Sun1-6/+4
2017-07-28crypto: algif_aead - overhaul memory managementStephan Mueller1-324/+442
2017-07-28crypto: algif_skcipher - overhaul memory managementStephan Mueller1-282/+279
2017-07-18hwrng: remember rng chosen by userHarald Freudenberger1-2/+19
2017-07-18hwrng: use rng source with best qualityHarald Freudenberger1-6/+19
2017-07-18crypto: caam - fix condition for the jump over key(s) commandTudor Ambarus1-3/+2
2017-07-18crypto: caam - clean-up in caam_init_rng()Horia Geantă1-5/+1
2017-07-18crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus2-4/+0
2017-07-18crypto: caam - remove unused sg_to_sec4_sg_len()Horia Geantă1-15/+0
2017-07-18crypto: caam/qi - lower driver verbosityHoria Geantă1-4/+4
2017-07-18crypto: caam/qi - remove unused header sg_sw_sec4.hHoria Geantă1-1/+0
2017-07-18crypto: caam/qi - explicitly set dma_opsHoria Geantă1-0/+1
2017-07-18crypto: caam/qi - fix AD length endianness in S/G entryHoria Geantă1-1/+4
2017-07-18crypto: caam/qi - handle large number of S/Gs caseHoria Geantă3-4/+34
2017-07-18crypto: caam/qi - properly set IV after {en,de}cryptHoria Geantă1-1/+8
2017-07-18crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=yHoria Geantă1-1/+1
2017-07-18crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă4-54/+62
2017-07-18crypto: caam/qi - fix typo in authenc alg driver nameHoria Geantă1-1/+1
2017-07-18crypto: brcm - add NULL check on of_match_device() return valueGustavo A. R. Silva1-0/+5
2017-07-18crypto: geode-aes - fixed coding style warnings and errorChris Gorman1-7/+10
2017-07-18crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh1-12/+0
2017-07-18crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh5-93/+87
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh8-115/+188
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh12-164/+463
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh5-138/+106