summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-215-5/+6
|\
| * crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek2016-07-211-0/+1
| * crypto: user - re-add size check for CRYPTO_MSG_GETALGMathias Krause2016-06-231-0/+1
| * crypto: ux500 - memmove the right sizeLinus Walleij2016-06-131-2/+2
| * crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2016-06-132-2/+2
| * crypto: vmx - Fix ABI detectionAnton Blanchard2016-06-131-1/+1
* | crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu2016-07-201-2/+0
* | crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo2016-07-201-0/+2
* | crypto: vmx - Adding support for XTSLeonidas S. Barbosa2016-07-193-1/+193
* | crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo2016-07-192-2/+1867
* | crypto: skcipher - Add comment for skcipher_alg->baseHerbert Xu2016-07-191-0/+1
* | crypto: testmgr - Print akcipher algorithm nameHerbert Xu2016-07-191-2/+4
* | crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier2016-07-191-1/+1
* | crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter2016-07-191-1/+1
* | crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structTadeusz Struk2016-07-191-2/+1
* | crypto: scatterwalk - Inline start/map/doneHerbert Xu2016-07-182-49/+40
* | crypto: scatterwalk - Remove unnecessary BUG in scatterwalk_startHerbert Xu2016-07-181-3/+0
* | crypto: scatterwalk - Remove unnecessary advance in scatterwalk_pagedoneHerbert Xu2016-07-181-6/+2
* | crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-07-181-1/+2
* | crypto: api - Optimise away crypto_yield when hard preemption is onHerbert Xu2016-07-181-0/+2
* | crypto: scatterwalk - Add no-copy support to copychunksHerbert Xu2016-07-181-4/+6
* | crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu2016-07-182-24/+0
* | crypto: omap - Stop using crypto scatterwalk_bytes_sglenHerbert Xu2016-07-182-10/+20
* | crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu2016-07-1810-1274/+18
* | crypto: user - Remove crypto_lookup_skcipher callHerbert Xu2016-07-181-36/+1
* | crypto: cts - Convert to skcipherHerbert Xu2016-07-181-210/+285
* | crypto: null - Remove default null blkcipherHerbert Xu2016-07-182-46/+17
* | crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu2016-07-182-9/+0
* | crypto: seqiv - Use skcipherHerbert Xu2016-07-181-5/+9
* | crypto: echainiv - Use skcipherHerbert Xu2016-07-181-6/+10
* | crypto: aead - Add skcipher null for IV generatorsHerbert Xu2016-07-182-1/+10
* | crypto: chacha20poly1305 - Use skcipherHerbert Xu2016-07-181-43/+46
* | crypto: gcm - Use skcipherHerbert Xu2016-07-181-53/+58
* | crypto: ccm - Use skcipherHerbert Xu2016-07-181-35/+37
* | crypto: ctr - Use skcipher in rfc3686Herbert Xu2016-07-181-89/+94
* | crypto: authencesn - Use skcipherHerbert Xu2016-07-181-50/+54
* | crypto: authenc - Use skcipherHerbert Xu2016-07-181-51/+56
* | crypto: aead - Add chunk sizeHerbert Xu2016-07-183-6/+33
* | crypto: null - Add new default null skcipherHerbert Xu2016-07-182-0/+40
* | crypto: skcipher - Add low-level skcipher interfaceHerbert Xu2016-07-184-7/+407
* | crypto: sha-mb - Cleanup code to use || instead of |Tim Chen2016-07-123-9/+15
* | crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto2016-07-111-20/+0
* | crypto: qat - Add DH supportSalvatore Benedetto2016-07-112-72/+522
* | crypto: doc - Fix double words "the the" in crypto-API.tmplMasanari Iida2016-07-111-2/+2
* | crypto: qat - Add RSA CRT modeSalvatore Benedetto2016-07-051-25/+209
* | crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto2016-07-051-1/+199
* | crypto: rsa - Store rest of the private key componentsSalvatore Benedetto2016-07-053-5/+100
* | crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin2016-07-056-9/+43
* | crypto: bfin_crc - Simplify use of devm_ioremap_resourceAmitoj Kaur Chawla2016-07-051-5/+0
* | crypto: caam - add support for RSA algorithmTudor Ambarus2016-07-059-1/+789