/external/openssl/apps/ |
D | pkcs8.c | 98 informat=FORMAT_PEM; in MAIN() 99 outformat=FORMAT_PEM; in MAIN() 290 if (outformat == FORMAT_PEM) in MAIN() 320 if (outformat == FORMAT_PEM) in MAIN() 337 if (informat == FORMAT_PEM) in MAIN() 349 if (informat == FORMAT_PEM) in MAIN() 416 if (outformat == FORMAT_PEM) in MAIN()
|
D | sess_id.c | 107 informat=FORMAT_PEM; in MAIN() 108 outformat=FORMAT_PEM; in MAIN() 247 else if (outformat == FORMAT_PEM) in MAIN() 262 else if (outformat == FORMAT_PEM) in MAIN() 305 else if (format == FORMAT_PEM) in load_sess_id()
|
D | pkcs7.c | 107 informat=FORMAT_PEM; in MAIN() 108 outformat=FORMAT_PEM; in MAIN() 207 else if (informat == FORMAT_PEM) in MAIN() 299 else if (outformat == FORMAT_PEM) in MAIN()
|
D | dh.c | 114 informat=FORMAT_PEM; in MAIN() 115 outformat=FORMAT_PEM; in MAIN() 231 else if (informat == FORMAT_PEM) in MAIN() 328 else if (outformat == FORMAT_PEM) in MAIN()
|
D | dsaparam.c | 139 informat=FORMAT_PEM; in MAIN() 140 outformat=FORMAT_PEM; in MAIN() 335 else if (informat == FORMAT_PEM) in MAIN() 413 else if (outformat == FORMAT_PEM) in MAIN() 435 else if (outformat == FORMAT_PEM) in MAIN()
|
D | crl2p7.c | 108 informat=FORMAT_PEM; in MAIN() 109 outformat=FORMAT_PEM; in MAIN() 197 else if (informat == FORMAT_PEM) in MAIN() 262 else if (outformat == FORMAT_PEM) in MAIN()
|
D | ec.c | 116 informat = FORMAT_PEM; in MAIN() 117 outformat = FORMAT_PEM; in MAIN() 290 else if (informat == FORMAT_PEM) in MAIN() 362 else if (outformat == FORMAT_PEM) in MAIN()
|
D | pkey.c | 92 informat=FORMAT_PEM; in MAIN() 93 outformat=FORMAT_PEM; in MAIN() 241 if (outformat == FORMAT_PEM) in MAIN()
|
D | verify.c | 203 untrusted = load_certs(bio_err, untfile, FORMAT_PEM, in MAIN() 211 trusted = load_certs(bio_err, trustfile, FORMAT_PEM, in MAIN() 219 crls = load_crls(bio_err, crlfile, FORMAT_PEM, in MAIN() 263 x = load_cert(bio_err, file, FORMAT_PEM, NULL, e, "certificate file"); in check()
|
D | crl.c | 142 informat=FORMAT_PEM; in MAIN() 143 outformat=FORMAT_PEM; in MAIN() 383 else if (outformat == FORMAT_PEM) in MAIN() 429 else if (format == FORMAT_PEM) in load_crl()
|
D | rsa.c | 131 informat=FORMAT_PEM; in MAIN() 132 outformat=FORMAT_PEM; in MAIN() 276 if (informat == FORMAT_PEM) in MAIN() 402 else if (outformat == FORMAT_PEM) { in MAIN()
|
D | smime.c | 115 int keyform = FORMAT_PEM; in MAIN() 554 if (!(cert = load_cert(bio_err,*args,FORMAT_PEM, in MAIN() 570 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL, in MAIN() 580 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL, in MAIN() 624 else if (informat == FORMAT_PEM) in MAIN() 714 signer = load_cert(bio_err, signerfile,FORMAT_PEM, NULL, in MAIN() 790 else if (outformat == FORMAT_PEM) in MAIN()
|
D | dhparam.c | 177 informat=FORMAT_PEM; in MAIN() 178 outformat=FORMAT_PEM; in MAIN() 361 if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) in MAIN() 515 else if (outformat == FORMAT_PEM) in MAIN()
|
D | ecparam.c | 147 informat=FORMAT_PEM; in MAIN() 148 outformat=FORMAT_PEM; in MAIN() 427 else if (informat == FORMAT_PEM) in MAIN() 615 else if (outformat == FORMAT_PEM) in MAIN() 659 else if (outformat == FORMAT_PEM) in MAIN()
|
D | dsa.c | 131 informat=FORMAT_PEM; in MAIN() 132 outformat=FORMAT_PEM; in MAIN() 332 } else if (outformat == FORMAT_PEM) { in MAIN()
|
D | ocsp.c | 430 issuer = load_cert(bio_err, *args, FORMAT_PEM, in MAIN() 442 cert = load_cert(bio_err, *args, FORMAT_PEM, in MAIN() 662 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM, in MAIN() 669 rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM, in MAIN() 673 rother = load_certs(bio_err, rcertfile, FORMAT_PEM, in MAIN() 677 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN() 710 signer = load_cert(bio_err, signfile, FORMAT_PEM, in MAIN() 719 sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM, in MAIN() 723 key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN() 856 verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM, in MAIN()
|
D | cms.c | 134 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; in MAIN() 723 if (!(cert = load_cert(bio_err,*args,FORMAT_PEM, in MAIN() 734 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL, in MAIN() 744 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL, in MAIN() 754 if (!(signer = load_cert(bio_err,signerfile,FORMAT_PEM,NULL, in MAIN() 798 else if (informat == FORMAT_PEM) in MAIN() 850 else if (rctformat == FORMAT_PEM) in MAIN() 1007 signer = load_cert(bio_err, signerfile,FORMAT_PEM, NULL, in MAIN() 1166 else if (outformat == FORMAT_PEM) in MAIN()
|
D | x509.c | 231 informat=FORMAT_PEM; in MAIN() 232 outformat=FORMAT_PEM; in MAIN() 233 keyformat=FORMAT_PEM; in MAIN() 234 CAformat=FORMAT_PEM; in MAIN() 235 CAkeyformat=FORMAT_PEM; in MAIN() 520 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) in MAIN() 1055 else if (outformat == FORMAT_PEM) in MAIN()
|
D | genpkey.c | 99 outformat=FORMAT_PEM; in MAIN() 268 else if (outformat == FORMAT_PEM) in MAIN()
|
D | asn1pars.c | 102 informat=FORMAT_PEM; in MAIN() 280 if (informat == FORMAT_PEM) in MAIN()
|
D | req.c | 173 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; in MAIN() 209 informat=FORMAT_PEM; in MAIN() 210 outformat=FORMAT_PEM; in MAIN() 786 else if (informat == FORMAT_PEM) in MAIN() 1051 else if (outformat == FORMAT_PEM) { in MAIN() 1068 else if (outformat == FORMAT_PEM) in MAIN()
|
D | pkeyutl.c | 94 int keyform = FORMAT_PEM, peerform = FORMAT_PEM; in MAIN()
|
D | pkcs12.c | 445 FORMAT_PEM, 1, passin, e, "private key"); in MAIN() 458 certs = load_certs(bio_err, infile, FORMAT_PEM, NULL, e, in MAIN() 498 if(!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM, in MAIN()
|
D | spkac.c | 198 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
|
D | rsautl.c | 95 int keyform = FORMAT_PEM; in MAIN()
|