opnsense-src/sys/mips/nlm/dev/sec
John Baldwin 883a0196b6 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
2021-05-25 16:59:18 -07:00
..
nlmsec.c crypto: Add a new type of crypto buffer for a single mbuf. 2021-05-25 16:59:18 -07:00
nlmseclib.c crypto: Add a new type of crypto buffer for a single mbuf. 2021-05-25 16:59:18 -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