Lines Matching defs:genkey
317 * Run genkey() in a child so it can use capability mode without affecting
321 genkey(const char *pubkeyfile, struct diocskerneldump_arg *kdap)
340 err(1, "genkey pipe write");
344 err(1, "genkey pipe write kda_encryptedkey");
348 /* Read in the child's genkey() result into kdap. */
351 errx(1, "genkey pipe read");
361 errx(1, "genkey pipe read kda_encryptedkey");
366 errx(1, "genkey child exited with status %d",
369 errx(1, "genkey child exited with signal %d",
666 genkey(pubkeyfile, kdap);