Searched refs:mkeyp (Results 1 – 1 of 1) sorted by relevance
220 geli_probe(struct geli_dev *gdev, const char *passphrase, u_char *mkeyp) in geli_probe() argument227 if (mkeyp != NULL) { in geli_probe()228 memcpy(&mkey, mkeyp, G_ELI_DATAIVKEYLEN); in geli_probe()229 explicit_bzero(mkeyp, G_ELI_DATAIVKEYLEN); in geli_probe()