Home
last modified time | relevance | path

Searched refs:FORMAT_PEM (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-9-stable/crypto/openssl/apps/
Dpkcs8.c99 informat = FORMAT_PEM; in MAIN()
100 outformat = FORMAT_PEM; in MAIN()
264 if (outformat == FORMAT_PEM) in MAIN()
300 if (outformat == FORMAT_PEM) in MAIN()
325 if (informat == FORMAT_PEM) in MAIN()
334 if (informat == FORMAT_PEM) in MAIN()
392 if (outformat == FORMAT_PEM) in MAIN()
Dsess_id.c106 informat = FORMAT_PEM; in MAIN()
107 outformat = FORMAT_PEM; in MAIN()
227 else if (outformat == FORMAT_PEM) in MAIN()
240 else if (outformat == FORMAT_PEM) in MAIN()
282 else if (format == FORMAT_PEM) in load_sess_id()
Dpkcs7.c108 informat = FORMAT_PEM; in MAIN()
109 outformat = FORMAT_PEM; in MAIN()
199 else if (informat == FORMAT_PEM) in MAIN()
280 else if (outformat == FORMAT_PEM) in MAIN()
Ddh.c115 informat = FORMAT_PEM; in MAIN()
116 outformat = FORMAT_PEM; in MAIN()
222 else if (informat == FORMAT_PEM) in MAIN()
308 else if (outformat == FORMAT_PEM) in MAIN()
Ddsaparam.c142 informat = FORMAT_PEM; in MAIN()
143 outformat = FORMAT_PEM; in MAIN()
318 else if (informat == FORMAT_PEM) in MAIN()
390 else if (outformat == FORMAT_PEM) in MAIN()
412 else if (outformat == FORMAT_PEM) in MAIN()
Dcrl2p7.c112 informat = FORMAT_PEM; in MAIN()
113 outformat = FORMAT_PEM; in MAIN()
195 else if (informat == FORMAT_PEM) in MAIN()
259 else if (outformat == FORMAT_PEM) in MAIN()
Dsmime.c110 int keyform = FORMAT_PEM; in MAIN()
469 if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
485 if (!(signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, in MAIN()
497 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL, in MAIN()
509 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL, in MAIN()
582 else if (informat == FORMAT_PEM) in MAIN()
641 else if (outformat == FORMAT_PEM) in MAIN()
Dec.c117 informat = FORMAT_PEM; in MAIN()
118 outformat = FORMAT_PEM; in MAIN()
269 } else if (informat == FORMAT_PEM) { in MAIN()
327 } else if (outformat == FORMAT_PEM) { in MAIN()
Dcrl.c142 informat = FORMAT_PEM; in MAIN()
143 outformat = FORMAT_PEM; in MAIN()
358 else if (outformat == FORMAT_PEM) in MAIN()
403 else if (format == FORMAT_PEM) in load_crl()
Ddhparam.c178 informat = FORMAT_PEM; in MAIN()
179 outformat = FORMAT_PEM; in MAIN()
359 if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) { in MAIN()
492 else if (outformat == FORMAT_PEM) in MAIN()
Ddsa.c130 informat = FORMAT_PEM; in MAIN()
131 outformat = FORMAT_PEM; in MAIN()
305 } else if (outformat == FORMAT_PEM) { in MAIN()
Docsp.c332 issuer = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
342 cert = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
555 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM, in MAIN()
561 rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM, in MAIN()
564 rother = load_certs(bio_err, rcertfile, FORMAT_PEM, in MAIN()
569 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
602 signer = load_cert(bio_err, signfile, FORMAT_PEM, in MAIN()
609 sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM, in MAIN()
614 key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
734 verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM, in MAIN()
Decparam.c148 informat = FORMAT_PEM; in MAIN()
149 outformat = FORMAT_PEM; in MAIN()
387 } else if (informat == FORMAT_PEM) { in MAIN()
551 else if (outformat == FORMAT_PEM) in MAIN()
590 else if (outformat == FORMAT_PEM) in MAIN()
Drsa.c130 informat = FORMAT_PEM; in MAIN()
131 outformat = FORMAT_PEM; in MAIN()
366 else if (outformat == FORMAT_PEM) { in MAIN()
Dcms.c132 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; in MAIN()
642 if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
652 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL, in MAIN()
660 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL, in MAIN()
668 if (!(signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, in MAIN()
702 else if (informat == FORMAT_PEM) in MAIN()
744 else if (rctformat == FORMAT_PEM) in MAIN()
859 signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, in MAIN()
971 } else if (outformat == FORMAT_PEM) in MAIN()
Dx509.c221 informat = FORMAT_PEM; in MAIN()
222 outformat = FORMAT_PEM; in MAIN()
223 keyformat = FORMAT_PEM; in MAIN()
224 CAformat = FORMAT_PEM; in MAIN()
225 CAkeyformat = FORMAT_PEM; in MAIN()
461 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) { in MAIN()
923 else if (outformat == FORMAT_PEM) { in MAIN()
Dreq.c184 FORMAT_PEM; in MAIN()
221 informat = FORMAT_PEM; in MAIN()
222 outformat = FORMAT_PEM; in MAIN()
845 else if (informat == FORMAT_PEM) in MAIN()
1086 else if (outformat == FORMAT_PEM) { in MAIN()
1103 else if (outformat == FORMAT_PEM) in MAIN()
Dasn1pars.c104 informat = FORMAT_PEM; in MAIN()
266 if (informat == FORMAT_PEM) { in MAIN()
Dpkcs12.c533 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
544 certs = load_certs(bio_err, infile, FORMAT_PEM, NULL, e, in MAIN()
579 if (!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM, in MAIN()
Dspkac.c195 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
Drsautl.c96 int keyform = FORMAT_PEM; in MAIN()
Dapps.h350 # define FORMAT_PEM 3 macro
Dapps.c256 return (FORMAT_PEM); in str2fmt()
810 } else if (format == FORMAT_PEM) in load_cert()
877 } else if (format == FORMAT_PEM) { in load_key()
943 } else if (format == FORMAT_PEM) { in load_pubkey()
1035 if (format == FORMAT_PEM) { in STACK_OF()
Dverify.c249 x = load_cert(bio_err, file, FORMAT_PEM, NULL, e, "certificate file"); in check()
Ds_server.c803 int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM; in MAIN()
806 int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM; in MAIN()

12