/* Disk is not GELI boot device, skip it */
return (1);
}
if (md.md_iterations < 0) {
/* Disk is GELI boot device without passphrase, skip it */
geli_e = malloc(sizeof(struct geli_entry));
if (geli_e == NULL)
return (2);
-