Home | History | Annotate | Download | only in racoon

Lines Matching refs:stderr

67 	fprintf(stderr, "Plain RSA key generator, part of %s\n", TOP_PACKAGE_STRING);
68 fprintf(stderr, "By Michal Ludvig (http://www.logix.cz/michal)\n");
69 fprintf(stderr, "\n");
70 fprintf(stderr, "Usage: %s [options]\n", argv0);
71 fprintf(stderr, "\n");
72 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n");
73 fprintf(stderr, " -e pubexp Public exponent to use (default=0x3)\n");
74 fprintf(stderr, " -f filename Filename to store the key to (default=stdout)\n");
75 fprintf(stderr, " -h Help\n");
76 fprintf(stderr, "\n");
77 fprintf(stderr, "Report bugs to <ipsec-tools-devel@lists.sourceforge.net>\n");
126 fprintf(stderr, "RSA_generate_key(): %s\n", eay_strerror());
132 fprintf(stderr, "mix_b64_pubkey(): %s\n", eay_strerror());
188 fprintf(stderr, "%s: file exists! Please use a different name.\n", fname);
195 fprintf(stderr, "%s: %s\n", fname, strerror(errno));