Lines Matching refs:outfile
117 * outfile - Where to print certificates
125 keystore_encoding_format_t format, FILE *outfile)
156 fname, B_FALSE, outfile);
191 fname, B_TRUE, outfile);
231 * outfile - Where to print certificate
239 FILE *outfile)
307 (void) PEM_write_X509(outfile, x);
310 (void) i2d_X509_fp(outfile, x);
313 (void) fprintf(outfile, "%18s: %s\n",
316 (void) fprintf(outfile, "%18s: %s\n",
319 (void) fprintf(outfile, "%18s: %s\n",
322 (void) fprintf(outfile, "%18s: %s\n",
325 (void) fprintf(outfile, "%18s: %s\n",
328 (void) fprintf(outfile, "%18s: %s\n", md5_label, md5_fp);
329 (void) fprintf(outfile, "%18s: %s\n", sha1_label, sha1_fp);
330 (void) fprintf(outfile, "\n");