Searched defs:g_eli_softc (Results 1 – 1 of 1) sorted by relevance
178 struct g_eli_softc { struct179 struct g_geom *sc_geom;180 u_int sc_version;181 u_int sc_crypto;182 uint8_t sc_mkey[G_ELI_DATAIVKEYLEN];183 uint8_t sc_ekey[G_ELI_DATAKEYLEN];186 struct mtx sc_ekeys_lock;187 uint64_t sc_ekeys_total;188 uint64_t sc_ekeys_allocated;189 u_int sc_ealgo;[all …]