Searched refs:gelipw (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/i386/common/ |
H A D | bootargs.h | 96 char gelipw[256]; member 129 if (gbdata->gelipw[0] != '\0') { in import_geli_boot_data() 130 setenv("kern.geom.eli.passphrase", gbdata->gelipw, 1); in import_geli_boot_data() 131 explicit_bzero(gbdata->gelipw, sizeof(gbdata->gelipw)); in import_geli_boot_data()
|
/freebsd/stand/libsa/geli/ |
H A D | gelidev.c | 292 static char gelipw[GELI_PW_MAXLEN]; in geli_probe_and_attach() local 324 bcopy(envpw, &gelipw, GELI_PW_MAXLEN); in geli_probe_and_attach() 326 if ((rc = geli_passphrase(gdev, gelipw)) == 0) { in geli_probe_and_attach() 328 setenv("kern.geom.eli.passphrase", gelipw, 1); in geli_probe_and_attach() 330 explicit_bzero(gelipw, sizeof(gelipw)); in geli_probe_and_attach()
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 113 static char gelipw[GELI_PW_MAXLEN]; variable 246 geli_passphrase(gdsk.gdev, gelipw) != 0) { in gptinit() 478 explicit_bzero(gelipw, sizeof(gelipw)); in load()
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsboot.c | 131 static char gelipw[GELI_PW_MAXLEN]; variable 462 explicit_bzero(gelipw, sizeof(gelipw)); in load()
|