summaryrefslogtreecommitdiff
path: root/sys/dev/cesa/cesa.c
AgeCommit message (Expand)Author
2025-10-31cesa: Fix a typo in a device messsageGordon Bergling
2025-03-27arm/mv: Remove pre-armv7 supportAndrew Turner
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c 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
2022-05-10cesa: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-08cesa: Remove unused variable.John Baldwin
2020-09-01cesa: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-25Explicitly zero the temporary auth context used to generate HMAC state.John Baldwin
2020-05-25Update cesa(4) for separate output buffers changes in r361481.John Baldwin
2020-05-11Remove MD5 HMAC from OCF.John Baldwin
2020-05-11Remove support for DES and Triple DES from OCF.John Baldwin
2020-05-11Remove incomplete support for plain MD5 from OCF.John Baldwin
2020-04-20Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin
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-07-09Remove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro namesConrad Meyer
2018-04-09Enable cesa driver to work with Linux DT bindingMarcin Wojtas
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-01-25Fix SHA256 usage on older CESA versionsWojciech Macek
2017-01-25Use SoC ID - based detection in CESAWojciech Macek
2017-01-25Add misssing Armada38x ID's in CESA attachWojciech Macek
2016-06-03Use proper interface for FDT parsing and memory mapping in CESAZbigniew Bodek
2016-06-02Add support for CESA on Armada38xZbigniew 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
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-03-01Make the fdt_get_mem_regions memsize argument optional. It's only used inAndrew Turner
2016-02-29Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2013-10-29Opps, my kirkwood fix for the dreamplug missed this.Randall Stewart
2013-10-25Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza
2013-05-06Move initialization of CESA decoding windows from common sectionGrzegorz Bernacki
2012-07-28Add support for Marvell 88F6282.Hiroki Sato
2012-03-12Final pass at having devices use their bus parent for dma tags. TheScott Long
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-19Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski