summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_core.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-121-5/+3Star
* crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter2018-01-051-27/+27
* crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter2018-01-051-1/+1
* crypto: crypto4xx - fix missing irq devnameChristian Lamparter2018-01-051-1/+1
* crypto: crypto4xx - support Revision B partsChristian Lamparter2018-01-051-5/+43
* crypto: crypto4xx - shuffle iomap in front of request_irqChristian Lamparter2018-01-051-12/+9Star
* crypto: crypto4xx - add aes-gcm supportChristian Lamparter2017-10-121-0/+22
* crypto: crypto4xx - add aes-ccm supportChristian Lamparter2017-10-121-0/+23
* crypto: crypto4xx - prepare for AEAD supportChristian Lamparter2017-10-121-51/+166
* crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter2017-10-121-42/+8Star
* crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2017-10-121-15/+18
* crypto: crypto4xx - fix various warningsChristian Lamparter2017-10-121-13/+3Star
* crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter2017-10-121-70/+58Star
* crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter2017-10-121-38/+2Star
* crypto: crypto4xx - add backlog queue supportChristian Lamparter2017-10-121-8/+39
* crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter2017-10-121-1/+1
* crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter2017-09-221-36/+24Star
* 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-221-4/+3Star
* crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter2017-09-221-96/+30Star
* crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter2017-09-221-0/+98
* crypto: crypto4xx - remove double assignment of pd_uinfo->stateChristian Lamparter2017-09-221-1/+0Star
* 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-221-1/+1
* crypto: crypto4xx - remove bad list_delChristian Lamparter2017-09-221-4/+2Star
* crypto: crypto4xx - fix an error codeChristophe Jaillet2017-06-201-0/+1
* crypto: crypto4xx - rename ce_ring_contol to ce_ring_controlColin Ian King2017-04-241-1/+1
* crypto: crypto4xx - Fix size used in dma_free_coherent()Christophe Jaillet2016-10-211-2/+1Star
* crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-201-2/+5
* 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/+1Star
* 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-111-3/+3
* crypto: amcc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* crypto: drivers - Add 2 missing __exit_pJean Delvare2014-06-201-1/+1
* crypto: crypto4xx - Remove redundant dev_set_drvdataSachin Kamat2013-12-301-1/+0Star
* powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+3
* 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/+1Star
* crypto: crypto4xx - Perform read/modify/write on device control registerJosh Boyer2011-06-301-1/+4
* dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4Star
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of/crypto: crypto4xx_core.c: fix build breakageAnatolij Gustschin2010-06-031-3/+3
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* crypto: Make Open Firmware device id constantMárton Németh2010-01-171-1/+1
* crypto: crypto4xx - Disable SHA implementationHerbert Xu2009-07-151-19/+0Star
* crypto: crypto4xx - Switch to new style ahashHerbert Xu2009-07-141-36/+49