summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+4
* crypto: crypto4xx - put temporary dst sg into request ctxChristian Lamparter2018-04-283-13/+19
* crypto: crypto4xx - extend aead fallback checksChristian Lamparter2018-04-281-14/+16
* crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2018-04-282-1/+11
* crypto: crypto4xx - add aes-ctr supportChristian Lamparter2018-04-283-6/+127
* crypto: crypto4xx - avoid VLA useChristian Lamparter2018-04-281-10/+4
* crypto: crypto4xx - convert to skcipherChristian Lamparter2018-04-283-177/+163
* crypto: crypto4xx - performance optimizationsChristian Lamparter2018-04-283-26/+34
* crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-121-5/+3
* crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter2018-01-052-32/+28
* crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter2018-01-053-4/+2
* crypto: crypto4xx - fix missing irq devnameChristian Lamparter2018-01-052-2/+1
* crypto: crypto4xx - support Revision B partsChristian Lamparter2018-01-053-6/+47
* crypto: crypto4xx - shuffle iomap in front of request_irqChristian Lamparter2018-01-051-12/+9
* 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
OpenPOWER on IntegriCloud