Home
last modified time | relevance | path

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

12

/minix3/crypto/external/bsd/openssl/dist/apps/
H A Dpkcs8.c100 informat = FORMAT_PEM; in MAIN()
101 outformat = FORMAT_PEM; in MAIN()
260 if (outformat == FORMAT_PEM) in MAIN()
286 if (outformat == FORMAT_PEM) in MAIN()
301 if (informat == FORMAT_PEM) in MAIN()
310 if (informat == FORMAT_PEM) in MAIN()
370 if (outformat == FORMAT_PEM) in MAIN()
H A Dsess_id.c107 informat = FORMAT_PEM; in MAIN()
108 outformat = FORMAT_PEM; in MAIN()
229 else if (outformat == FORMAT_PEM) in MAIN()
242 else if (outformat == FORMAT_PEM) in MAIN()
284 else if (format == FORMAT_PEM) in load_sess_id()
H A 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()
H A Dpkcs7.c108 informat = FORMAT_PEM; in MAIN()
109 outformat = FORMAT_PEM; in MAIN()
201 else if (informat == FORMAT_PEM) in MAIN()
285 else if (outformat == FORMAT_PEM) in MAIN()
H A Dcrl2p7.c111 informat = FORMAT_PEM; in MAIN()
112 outformat = FORMAT_PEM; in MAIN()
194 else if (informat == FORMAT_PEM) in MAIN()
258 else if (outformat == FORMAT_PEM) in MAIN()
H A Ddsaparam.c142 informat = FORMAT_PEM; in MAIN()
143 outformat = FORMAT_PEM; in MAIN()
319 else if (informat == FORMAT_PEM) in MAIN()
391 else if (outformat == FORMAT_PEM) in MAIN()
416 else if (outformat == FORMAT_PEM) in MAIN()
H A Dpkey.c93 informat = FORMAT_PEM; in MAIN()
94 outformat = FORMAT_PEM; in MAIN()
214 if (outformat == FORMAT_PEM) { in MAIN()
H A 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()
H A Dverify.c197 untrusted = load_certs(bio_err, untfile, FORMAT_PEM, in MAIN()
204 trusted = load_certs(bio_err, trustfile, FORMAT_PEM, in MAIN()
211 crls = load_crls(bio_err, crlfile, FORMAT_PEM, NULL, e, "other CRLs"); in MAIN()
264 x = load_cert(bio_err, file, FORMAT_PEM, NULL, e, "certificate file"); in check()
H A Drsa.c132 informat = FORMAT_PEM; in MAIN()
133 outformat = FORMAT_PEM; in MAIN()
279 if (informat == FORMAT_PEM) in MAIN()
390 else if (outformat == FORMAT_PEM) { in MAIN()
H A Dsmime.c116 int keyform = FORMAT_PEM; in MAIN()
512 if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
528 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL, in MAIN()
536 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL, in MAIN()
570 else if (informat == FORMAT_PEM) in MAIN()
642 signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, in MAIN()
704 } else if (outformat == FORMAT_PEM) in MAIN()
H A 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()
H A Dcrl.c148 informat = FORMAT_PEM; in MAIN()
149 outformat = FORMAT_PEM; in MAIN()
374 else if (outformat == FORMAT_PEM) in MAIN()
419 else if (format == FORMAT_PEM) in load_crl()
H A Ddsa.c132 informat = FORMAT_PEM; in MAIN()
133 outformat = FORMAT_PEM; in MAIN()
326 } else if (outformat == FORMAT_PEM) { in MAIN()
H A 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()
H A Docsp.c372 issuer = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
382 cert = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
609 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM, in MAIN()
615 rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM, in MAIN()
618 rother = load_certs(bio_err, rcertfile, FORMAT_PEM, in MAIN()
623 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
656 signer = load_cert(bio_err, signfile, FORMAT_PEM, in MAIN()
663 sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM, in MAIN()
668 key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
789 verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM, in MAIN()
H A Dcms.c135 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; in MAIN()
658 if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
668 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL, in MAIN()
676 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL, in MAIN()
684 if (!(signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, in MAIN()
718 else if (informat == FORMAT_PEM) in MAIN()
760 else if (rctformat == FORMAT_PEM) in MAIN()
885 signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, in MAIN()
1009 } else if (outformat == FORMAT_PEM) in MAIN()
H A Dx509.c232 informat = FORMAT_PEM; in MAIN()
233 outformat = FORMAT_PEM; in MAIN()
234 keyformat = FORMAT_PEM; in MAIN()
235 CAformat = FORMAT_PEM; in MAIN()
236 CAkeyformat = FORMAT_PEM; in MAIN()
487 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) { in MAIN()
947 else if (outformat == FORMAT_PEM) { in MAIN()
H A Dgenpkey.c100 outformat = FORMAT_PEM; in MAIN()
242 else if (outformat == FORMAT_PEM) in MAIN()
H A Dasn1pars.c104 informat = FORMAT_PEM; in MAIN()
266 if (informat == FORMAT_PEM) { in MAIN()
H A Dpkeyutl.c94 int keyform = FORMAT_PEM, peerform = FORMAT_PEM; in MAIN()
H A Dreq.c178 FORMAT_PEM; in MAIN()
215 informat = FORMAT_PEM; in MAIN()
216 outformat = FORMAT_PEM; in MAIN()
746 else if (informat == FORMAT_PEM) in MAIN()
985 else if (outformat == FORMAT_PEM) { in MAIN()
1002 else if (outformat == FORMAT_PEM) in MAIN()
H A Dspkac.c195 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
H A Dpkcs12.c518 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
529 certs = load_certs(bio_err, infile, FORMAT_PEM, NULL, e, in MAIN()
564 if (!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM, in MAIN()
H A Drsautl.c96 int keyform = FORMAT_PEM; in MAIN()

12