summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc
Commit message (Expand)AuthorAgeFilesLines
* crypto: crypto4xx - add aes-gcm supportChristian Lamparter2017-10-123-0/+165
* crypto: crypto4xx - add aes-ccm supportChristian Lamparter2017-10-123-0/+216
* crypto: crypto4xx - prepare for AEAD supportChristian Lamparter2017-10-124-73/+226
* crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter2017-10-123-68/+15
* crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2017-10-122-15/+21
* crypto: crypto4xx - fix various warningsChristian Lamparter2017-10-121-13/+3
* crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter2017-10-123-124/+103
* crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter2017-10-124-56/+64
* crypto: crypto4xx - add backlog queue supportChristian Lamparter2017-10-122-9/+41
* crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter2017-10-121-5/+5
* crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter2017-10-121-2/+2
* crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter2017-10-121-1/+1
* crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter2017-10-121-0/+1
* crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter2017-09-223-68/+59
* crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter2017-09-221-8/+9
* crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter2017-09-222-5/+3
* crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter2017-09-221-96/+30
* crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter2017-09-224-0/+177
* crypto: crypto4xx - move and refactor dynamic_contents helpersChristian Lamparter2017-09-225-99/+39
* crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declarationChristian Lamparter2017-09-223-9/+9
* crypto: crypto4xx - remove double assignment of pd_uinfo->stateChristian Lamparter2017-09-221-1/+0
* crypto: crypto4xx - remove extern statement before function declarationChristian Lamparter2017-09-221-24/+24
* crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flagChristian Lamparter2017-09-221-1/+3
* crypto: crypto4xx - remove unused definitions and write-only variablesChristian Lamparter2017-09-223-23/+1
* crypto: crypto4xx - remove bad list_delChristian Lamparter2017-09-221-4/+2
* crypto: crypto4xx - fix an error codeChristophe Jaillet2017-06-201-0/+1
* crypto: crypto4xx - rename ce_ring_contol to ce_ring_controlColin Ian King2017-04-242-2/+2
* crypto: crypto4xx - Fix size used in dma_free_coherent()Christophe Jaillet2016-10-211-2/+1
* crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-206-2/+176
* crypto: amcc - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+4
* crypto: amcc - replace get_sg_count by sg_nents_for_lenLABBE Corentin2015-09-211-21/+1
* crypto: amcc - Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* crypto: amcc - Do a NULL check for pointerFabio Estevam2015-08-171-1/+1
* crypto: amcc - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-121-3/+3
* crypto: amcc - Remove unused functionRickard Strandqvist2015-01-051-23/+0
* crypto: amcc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* crypto: drivers - Add 2 missing __exit_pJean Delvare2014-06-201-1/+1
* crypto: crypto4xx - Remove redundant dev_set_drvdataSachin Kamat2013-12-301-1/+0
* powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+3
* crypto: crypto4xx - Staticize local symbolsJingoo Han2013-08-141-7/+8
* crypto: crypto4xx - fix error return codePeter Senna Tschudin2012-09-271-0/+1
* crypto: crypto4xx - move up err_request_irq labelJulia Lawall2012-04-271-1/+1
* crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin2011-11-301-12/+1
* crypto: crypto4xx - Perform read/modify/write on device control registerJosh Boyer2011-06-301-1/+4
* Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-10-241-1/+1
|\
| * crypto: Makefile - replace the use of <module>-objs with <module>-yTracey Dent2010-10-191-1/+1
* | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-062-3/+3
|/
* Merge branch 'master' into for-nextJiri Kosina2010-06-161-5/+8
|\
OpenPOWER on IntegriCloud