Home
last modified time | relevance | path

Searched defs:g_eli_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/eli/
H A Dg_eli.h182 struct g_eli_softc { struct
183 struct g_geom *sc_geom;
184 u_int sc_version;
185 u_int sc_crypto;
186 uint8_t sc_mkey[G_ELI_DATAIVKEYLEN];
187 uint8_t sc_ekey[G_ELI_DATAKEYLEN];
191 struct mtx sc_ekeys_lock;
193 uint64_t sc_ekeys_total;
194 uint64_t sc_ekeys_allocated;
195 u_int sc_ealgo;
[all …]