Home
last modified time | relevance | path

Searched refs:G_ELI_FLAG_FIRST_KEY (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/geom/eli/
HDg_eli.h112 #define G_ELI_FLAG_FIRST_KEY 0x00200000 macro
610 sc->sc_flags |= G_ELI_FLAG_FIRST_KEY; in eli_metadata_softc()
HDg_eli.c374 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) != 0) { in g_eli_newsession()
418 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) != 0) in g_eli_newsession()
HDg_eli_integrity.c499 if ((sc->sc_flags & G_ELI_FLAG_FIRST_KEY) == 0) in g_eli_auth_run()