aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cesa/cesa.h
Commit message (Collapse)AuthorAgeFilesLines
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-301-2/+2
| | | | Notes: svn path=/head/; revision=258779
* Move initialization of CESA decoding windows from common sectionGrzegorz Bernacki2013-05-061-0/+5
| | | | | | | | | | | | | | | to driver specific files. - window initialization is done during device attach - CESA TDMA decoding windows values are set based on DTS, not copied from CPU registers - remove unnecessary virtual mapping - update dts file Obtained from: Semihalf Notes: svn path=/head/; revision=250291
* Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski2011-11-191-0/+350
accelerator. The following algorithms and schemes are supported: - 3DES, AES, DES - MD5, SHA1 Obtained from: Semihalf Written by: Piotr Ziecik Notes: svn path=/head/; revision=227730