mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
The socket is unused, and not passing it means that there's less to
think about when considering how KTLS is synchronized with the rest of
the socket code. No functional change intended.
Reviewed by: gallatin
MFC after: 2 weeks
Sponsored by: Klara, Inc.
Sponsored by: Stormshield
Differential Revision: https://reviews.freebsd.org/D45675
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| _cryptodev.h | ||
| cbc_mac.c | ||
| cbc_mac.h | ||
| criov.c | ||
| crypto.c | ||
| cryptodeflate.c | ||
| cryptodev.c | ||
| cryptodev.h | ||
| cryptodev_if.m | ||
| cryptosoft.c | ||
| deflate.h | ||
| gfmult.c | ||
| gfmult.h | ||
| gmac.c | ||
| gmac.h | ||
| ktls.h | ||
| ktls_ocf.c | ||
| rmd160.c | ||
| rmd160.h | ||
| xform.h | ||
| xform_aes_cbc.c | ||
| xform_aes_icm.c | ||
| xform_aes_xts.c | ||
| xform_auth.h | ||
| xform_cbc_mac.c | ||
| xform_chacha20_poly1305.c | ||
| xform_cml.c | ||
| xform_comp.h | ||
| xform_deflate.c | ||
| xform_enc.h | ||
| xform_gmac.c | ||
| xform_null.c | ||
| xform_poly1305.c | ||
| xform_rmd160.c | ||
| xform_sha1.c | ||
| xform_sha2.c | ||