/freebsd/sys/modules/safexcel/ |
H A D | Makefile | b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|
/freebsd/share/man/man4/ |
H A D | safexcel.4 | b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|
H A D | Makefile | diff b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel_reg.h | b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|
H A D | safexcel_var.h | b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|
H A D | safexcel.c | b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|
/freebsd/sys/arm64/conf/ |
H A D | GENERIC | diff b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|
/freebsd/sys/conf/ |
H A D | files.arm64 | diff b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|
/freebsd/sys/modules/ |
H A D | Makefile | diff b356ddf07671c7e0c960231344da7bddf5df42c4 Tue Jul 14 16:09:29 CEST 2020 Mark Johnston <markj@FreeBSD.org> Add a driver for the SafeXcel EIP-97.
The EIP-97 is a packet processing module found on the ESPRESSObin. This commit adds a crypto(9) driver for the crypto and hash engine in this device. An initial skeleton driver that could attach and submit requests was written by loos and others at Netgate, and the driver was finished by me.
Support for separate AAD and output buffers will be added in a separate commit, to simplify merging to stable/12 (where those features don't exist).
Reviewed by: gnn, jhb Feedback from: andrew, cem, manu MFC after: 1 week Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D25417
|