summaryrefslogtreecommitdiff
path: root/sys/dev/cesa/cesa.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2021-10-05cesa: remove unused CESA_SESSIONS macroMateusz Guzik
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2018-07-18OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer
2018-04-09Enable cesa driver to work with Linux DT bindingMarcin Wojtas
2017-12-28SPDX: fix wrong license ID tag in dev/cesa.Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-19Enable proper configuration of CESA MBUS windowsWojciech Macek
2017-02-02Remove remaining ifdefs from CESA headerWojciech Macek
2017-01-25Use SoC ID - based detection in CESAWojciech Macek
2016-06-03Use proper interface for FDT parsing and memory mapping in CESAZbigniew Bodek
2016-06-02Add HMAC-SHA256 support in CESAZbigniew Bodek
2016-06-02Truncate HMAC output only if requested by the clientZbigniew Bodek
2016-06-02Split CESA memory resource into TDMA and CESA regsZbigniew Bodek
2016-06-02Map CESA SRAM memory in driver attach for Armada38xZbigniew Bodek
2013-11-30Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler
2013-05-06Move initialization of CESA decoding windows from common sectionGrzegorz Bernacki
2011-11-19Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski