Searched refs:outfile (Results 1 - 25 of 43) sorted by relevance

12

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dpkeyparam.c71 char **args, *infile = NULL, *outfile = NULL; local
106 outfile = *args;
158 if (outfile)
160 if (!(out = BIO_new_file (outfile, "w")))
163 "Can't open output file %s\n", outfile);
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
92 outfile = *args;
116 if (outfile) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
119 "Can't open output file %s\n", outfile);
H A Dgendh.c95 char *outfile=NULL; local
120 outfile= *(++argv);
173 if (outfile == NULL)
185 if (BIO_write_filename(out,outfile) <= 0)
187 perror(outfile);
H A Dpkey.c72 char **args, *infile = NULL, *outfile = NULL; local
149 outfile = *args;
210 if (outfile)
212 if (!(out = BIO_new_file (outfile, "wb")))
215 "Can't open output file %s\n", outfile);
H A Drand.c82 char *outfile = NULL; local
107 if ((argv[i+1] != NULL) && (outfile == NULL))
108 outfile = argv[++i];
189 if (outfile != NULL)
190 r = BIO_write_filename(out, outfile);
H A Ddsa.c107 char *infile,*outfile,*prog; local
130 outfile=NULL;
157 outfile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
293 if (outfile == NULL)
305 if (BIO_write_filename(out,outfile) <= 0)
307 perror(outfile);
315 perror(outfile);
351 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dec.c96 char *infile, *outfile, *prog, *engine; local
115 outfile = NULL;
142 outfile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
311 if (outfile == NULL)
323 if (BIO_write_filename(out, outfile) <= 0)
325 perror(outfile);
341 perror(outfile);
375 "outfile\n");
H A DCA.sh34 outfile=$2
42 echo $line >>$outfile
45 echo $line >>$outfile
51 echo $line >$outfile
H A Dcrl2p7.c91 char *infile,*outfile,*prog,*certfile; local
107 outfile=NULL;
138 outfile= *(++argv);
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
241 if (outfile == NULL)
253 if (BIO_write_filename(out,outfile) <= 0)
255 perror(outfile);
265 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Ddh.c95 char *infile,*outfile,*prog; local
113 outfile=NULL;
140 outfile= *(++argv);
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
210 if (outfile == NULL)
222 if (BIO_write_filename(out,outfile) <= 0)
224 perror(outfile);
331 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dgenrsa.c100 char *outfile=NULL; local
135 outfile= *(++argv);
238 if (outfile == NULL)
250 if (BIO_write_filename(out,outfile) <= 0)
252 perror(outfile);
296 cb_data.prompt_info = outfile;
H A Dpkcs7.c89 char *infile,*outfile,*prog; local
106 outfile=NULL;
133 outfile= *(++argv);
163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
221 if (outfile == NULL)
233 if (BIO_write_filename(out,outfile) <= 0)
235 perror(outfile);
302 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dspkac.c88 char *infile = NULL,*outfile = NULL,*prog; local
120 outfile= *(++argv);
209 if (outfile) out = BIO_new_file(outfile, "w");
267 if (outfile) out = BIO_new_file(outfile, "w");
H A Drsa.c110 char *infile,*outfile,*prog; local
130 outfile=NULL;
157 outfile= *(++argv);
213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
306 if (outfile == NULL)
318 if (BIO_write_filename(out,outfile) <= 0)
320 perror(outfile);
328 perror(outfile);
426 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Dgendsa.c83 char *outfile=NULL; local
109 outfile= *(++argv);
233 if (outfile == NULL)
245 if (BIO_write_filename(out,outfile) <= 0)
247 perror(outfile);
H A Dgenpkey.c79 char **args, *outfile = NULL; local
143 outfile = *args;
224 if (outfile)
226 if (!(out = BIO_new_file (outfile, "wb")))
229 "Can't open output file %s\n", outfile);
H A Dpkcs8.c73 char **args, *infile = NULL, *outfile = NULL; local
199 outfile = *args;
257 if (outfile)
259 if (!(out = BIO_new_file (outfile, "wb")))
262 "Can't open output file %s\n", outfile);
H A Dsess_id.c96 char *infile=NULL,*outfile=NULL,*context=NULL; local
132 outfile= *(++argv);
208 if (outfile == NULL)
220 if (BIO_write_filename(out,outfile) <= 0)
222 perror(outfile);
248 BIO_printf(bio_err,"bad output format specified for outfile\n");
263 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Ddhparam.c159 char *infile,*outfile,*prog; local
176 outfile=NULL;
203 outfile= *(++argv);
417 if (outfile == NULL)
429 if (BIO_write_filename(out,outfile) <= 0)
431 perror(outfile);
518 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A Ddsaparam.c118 char *infile,*outfile,*prog,*inrand=NULL; local
138 outfile=NULL;
165 outfile= *(++argv);
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
258 if (outfile == NULL)
270 if (BIO_write_filename(out,outfile) <= 0)
272 perror(outfile);
416 BIO_printf(bio_err,"bad output format specified for outfile\n");
438 BIO_printf(bio_err,"bad output format specified for outfile\n");
H A DCA.pl175 my ($infile, $outfile, $bound) = @_;
177 open OUT, ">$outfile";
H A DCA.pl.bak175 my ($infile, $outfile, $bound) = @_;
177 open OUT, ">$outfile";
H A DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
177 open OUT, ">$outfile";
H A Drsautl.c89 char *infile = NULL, *outfile = NULL; local
130 outfile= *(++argv);
242 if(outfile) {
243 if(!(out = BIO_new_file(outfile, "wb"))) {
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc4/
H A Drc4.c77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
96 outfile= *(++argv);
133 if (outfile == NULL)
137 out=fopen(outfile,"w");

Completed in 113 milliseconds

12