aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cesa
Commit message (Expand)AuthorAgeFilesLines
* cesa: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+2
* Explicitly zero the temporary auth context used to generate HMAC state.John Baldwin2020-06-251-0/+1
* Update cesa(4) for separate output buffers changes in r361481.John Baldwin2020-05-251-1/+1
* Remove MD5 HMAC from OCF.John Baldwin2020-05-111-18/+0
* Remove support for DES and Triple DES from OCF.John Baldwin2020-05-111-17/+0
* Remove incomplete support for plain MD5 from OCF.John Baldwin2020-05-111-7/+0
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-11/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-272-298/+306
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-182-79/+8
* Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro namesConrad Meyer2018-07-091-9/+9
* Enable cesa driver to work with Linux DT bindingMarcin Wojtas2018-04-092-2/+202
* SPDX: fix wrong license ID tag in dev/cesa.Pedro F. Giffuni2017-12-281-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Enable proper configuration of CESA MBUS windowsWojciech Macek2017-05-192-61/+0
* Remove remaining ifdefs from CESA headerWojciech Macek2017-02-021-6/+0
* Fix SHA256 usage on older CESA versionsWojciech Macek2017-01-251-1/+4
* Use SoC ID - based detection in CESAWojciech Macek2017-01-252-33/+49
* Add misssing Armada38x ID's in CESA attachWojciech Macek2017-01-251-0/+2
* Use proper interface for FDT parsing and memory mapping in CESAZbigniew Bodek2016-06-032-12/+13
* Add support for CESA on Armada38xZbigniew Bodek2016-06-021-1/+2
* Add HMAC-SHA256 support in CESAZbigniew Bodek2016-06-022-4/+37
* Truncate HMAC output only if requested by the clientZbigniew Bodek2016-06-022-11/+21
* Split CESA memory resource into TDMA and CESA regsZbigniew Bodek2016-06-022-40/+50
* Map CESA SRAM memory in driver attach for Armada38xZbigniew Bodek2016-06-022-30/+52
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* Make the fdt_get_mem_regions memsize argument optional. It's only used inAndrew Turner2016-03-011-2/+1
* Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek2016-02-291-1/+2
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+4
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-301-2/+2
* Opps, my kirkwood fix for the dreamplug missed this.Randall Stewart2013-10-291-1/+7
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-251-2/+0
* Move initialization of CESA decoding windows from common sectionGrzegorz Bernacki2013-05-062-4/+71
* Add support for Marvell 88F6282.Hiroki Sato2012-07-281-0/+1
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski2011-11-192-0/+1964