| /minix3/crypto/external/bsd/openssl/dist/apps/ |
| H A D | pkcs8.c | 100 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 D | sess_id.c | 107 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 D | dh.c | 115 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 D | pkcs7.c | 108 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 D | crl2p7.c | 111 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 D | dsaparam.c | 142 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 D | pkey.c | 93 informat = FORMAT_PEM; in MAIN() 94 outformat = FORMAT_PEM; in MAIN() 214 if (outformat == FORMAT_PEM) { in MAIN()
|
| H A D | ec.c | 117 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 D | verify.c | 197 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 D | rsa.c | 132 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 D | smime.c | 116 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 D | dhparam.c | 178 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 D | crl.c | 148 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 D | dsa.c | 132 informat = FORMAT_PEM; in MAIN() 133 outformat = FORMAT_PEM; in MAIN() 326 } else if (outformat == FORMAT_PEM) { in MAIN()
|
| H A D | ecparam.c | 148 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 D | ocsp.c | 372 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 D | cms.c | 135 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 D | x509.c | 232 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 D | genpkey.c | 100 outformat = FORMAT_PEM; in MAIN() 242 else if (outformat == FORMAT_PEM) in MAIN()
|
| H A D | asn1pars.c | 104 informat = FORMAT_PEM; in MAIN() 266 if (informat == FORMAT_PEM) { in MAIN()
|
| H A D | pkeyutl.c | 94 int keyform = FORMAT_PEM, peerform = FORMAT_PEM; in MAIN()
|
| H A D | req.c | 178 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 D | spkac.c | 195 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
|
| H A D | pkcs12.c | 518 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 D | rsautl.c | 96 int keyform = FORMAT_PEM; in MAIN()
|