opnsense-src/sys/mips/nlm/dev/sec
John Baldwin 58d69f4ecf crypto: Add a new type of crypto buffer for a single mbuf.
This is intended for use in KTLS transmit where each TLS record is
described by a single mbuf that is itself queued in the socket buffer.
Using the existing CRYPTO_BUF_MBUF would result in
bus_dmamap_load_crp() walking additional mbufs in the socket buffer
that are not relevant, but generating a S/G list that potentially
exceeds the limit of the tag (while also wasting CPU cycles).

Reviewed by:	markj
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D30136

(cherry picked from commit 883a0196b6)
2021-10-21 08:51:26 -07:00
..
nlmrsa.c nlmrsa: Mark deprecated for 14. 2021-03-22 15:52:52 -07:00
nlmrsalib.h OpenCrypto: Convert sessions to opaque handles instead of integers 2018-07-18 00:56:25 +00:00
nlmsec.c crypto: Add a new type of crypto buffer for a single mbuf. 2021-10-21 08:51:26 -07:00
nlmseclib.c crypto: Add a new type of crypto buffer for a single mbuf. 2021-10-21 08:51:26 -07:00
nlmseclib.h mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
rsa_ucode.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00