Lines Matching refs:outfile
38 static char *infile, *outfile, *outext; variable
123 if (0 != PrivateKeyWrite(outfile, privkey)) { in vb1_make_keypair()
127 fprintf(stderr, "wrote %s\n", outfile); in vb1_make_keypair()
143 if (0 != PublicKeyWrite(outfile, pubkey)) { in vb1_make_keypair()
147 fprintf(stderr, "wrote %s\n", outfile); in vb1_make_keypair()
209 if (vb2_private_key_write(privkey, outfile)) { in vb2_make_keypair()
213 fprintf(stderr, "wrote %s\n", outfile); in vb2_make_keypair()
250 if (vb2_public_key_write(pubkey, outfile)) { in vb2_make_keypair()
254 fprintf(stderr, "wrote %s\n", outfile); in vb2_make_keypair()
368 outfile = (char *)malloc(len); in do_create()
369 if (!outfile) { in do_create()
373 strcpy(outfile, s); in do_create()
377 s = strrchr(outfile, '/'); in do_create()
379 s = outfile; in do_create()
386 outext = outfile + strlen(outfile); in do_create()
394 free(outfile); in do_create()