aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cesa/cesa.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-5/+0
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-6/+0
* Enable cesa driver to work with Linux DT bindingMarcin Wojtas2018-04-091-0/+7
* 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-271-0/+2
* Enable proper configuration of CESA MBUS windowsWojciech Macek2017-05-191-5/+0
* Remove remaining ifdefs from CESA headerWojciech Macek2017-02-021-6/+0
* Use SoC ID - based detection in CESAWojciech Macek2017-01-251-0/+1
* Use proper interface for FDT parsing and memory mapping in CESAZbigniew Bodek2016-06-031-1/+1
* Add HMAC-SHA256 support in CESAZbigniew Bodek2016-06-021-4/+12
* Truncate HMAC output only if requested by the clientZbigniew Bodek2016-06-021-3/+5
* Split CESA memory resource into TDMA and CESA regsZbigniew Bodek2016-06-021-13/+24
* Map CESA SRAM memory in driver attach for Armada38xZbigniew Bodek2016-06-021-1/+3
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-301-2/+2
* Move initialization of CESA decoding windows from common sectionGrzegorz Bernacki2013-05-061-0/+5
* Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski2011-11-191-0/+350