aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/tls.h
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for TCP/IP based hardware TLS offload to mlx5core.Hans Petter Selasky2019-12-051-0/+39
The hardware offload is primarily targeted for TLS v1.2 and v1.3, using AES 128/256 bit pre-shared keys. This patch adds all the needed hardware structures, capabilites and firmware commands. Sponsored by: Mellanox Technologies Notes: svn path=/head/; revision=355421