aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/safexcel
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* safexcel: Fix a typo in a source code commentGordon Bergling2022-09-151-1/+1
* safexcel: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* safexcel: plug set-but-not-used varsMateusz Guzik2021-12-181-1/+1
* crypto: Validate AES-GCM IV length in check_csp().John Baldwin2021-12-091-3/+0
* safexcel: Fix -Wunused-but-set-variable warningsMark Johnston2021-11-241-12/+2
* safexcel: Set the context record unconditionallyMark Johnston2021-10-181-9/+6
* safexcel: Support truncated tags for AES-CCM.John Baldwin2021-10-061-4/+1
* safexcel: Support multiple nonce lengths for AES-CCM.John Baldwin2021-10-061-7/+14
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-2/+2
* safexcel: Disallow unsupported buffer layoutsMark Johnston2021-01-271-0/+3
* safexcel: Maintain per-session context recordsMark Johnston2021-01-182-233/+186
* safexcel: Simplify request allocationMark Johnston2021-01-182-68/+73
* safexcel: Handle command/result descriptor exhaustion gracefullyMark Johnston2021-01-181-5/+11
* safexcel: Add counters for some resource exhaustion conditionsMark Johnston2021-01-182-3/+39
* safexcel: Dispatch requests to the current CPU's ringMark Johnston2021-01-182-13/+15
* safexcel: Fix a race around unblocking of crypto opsMark Johnston2021-01-082-20/+11
* safexcel: Stop using a stack buffer for the ring lock nameMark Johnston2021-01-082-3/+5
* safexcel: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Appease gcc's -Wparentheses (and -Werror)Li-Wen Hsu2020-08-051-1/+1
* safexcel(4): Silence an integer truncation warning.Mark Johnston2020-07-161-3/+5
* safexcel(4): Fix the INVARIANTS build after a last-second change.Mark Johnston2020-07-141-2/+2
* Add a driver for the SafeXcel EIP-97.Mark Johnston2020-07-143-0/+3514