freebsd-dev/sys/geom/eli
Warner Losh bc683a89a3 Move kernel env global variables, etc to sys/kenv.h
The kernel globals for kenv are confined to 2 files that need them and
a few that likely shouldn't (but as written the code does). Move them
from sys/systm.h to sys/kenv.h. This removed a XXX from systm.h and
cleans it up a little bit...
2020-10-07 06:16:37 +00:00
..
g_eli_crypto.c Add support for optional separate output buffers to in-kernel crypto. 2020-05-25 22:12:04 +00:00
g_eli_ctl.c geom: clean up empty lines in .c and .h files 2020-09-01 22:14:09 +00:00
g_eli_hmac.c
g_eli_integrity.c Fix indentation. 2020-07-27 16:31:21 +00:00
g_eli_key_cache.c Use zfree() instead of explicit_bzero() and free(). 2020-06-25 20:17:34 +00:00
g_eli_key.c
g_eli_privacy.c geli: use unmapped I/O 2020-08-26 02:44:35 +00:00
g_eli.c Move kernel env global variables, etc to sys/kenv.h 2020-10-07 06:16:37 +00:00
g_eli.h We don't need the sc_ekeys_lock in standalone environment. 2020-09-14 23:51:14 +00:00
pkcs5v2.c
pkcs5v2.h