Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/libsa/geli/
Dgelidev.c293 const char *envpw; in geli_probe_and_attach() local
317 envpw = getenv("kern.geom.eli.passphrase"); in geli_probe_and_attach()
318 if (envpw != NULL) { in geli_probe_and_attach()
320 bcopy(envpw, &gelipw, GELI_PW_MAXLEN); in geli_probe_and_attach()