Home
last modified time | relevance | path

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

12

/external/openssl/apps/
Dpkcs8.c98 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()
Dsess_id.c107 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()
Dpkcs7.c107 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()
Ddh.c114 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()
Ddsaparam.c139 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()
Dcrl2p7.c108 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()
Dec.c116 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()
Dpkey.c92 informat=FORMAT_PEM; in MAIN()
93 outformat=FORMAT_PEM; in MAIN()
241 if (outformat == FORMAT_PEM) in MAIN()
Dverify.c203 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()
Dcrl.c142 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()
Drsa.c131 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()
Dsmime.c115 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()
Ddhparam.c177 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()
Decparam.c147 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()
Ddsa.c131 informat=FORMAT_PEM; in MAIN()
132 outformat=FORMAT_PEM; in MAIN()
332 } else if (outformat == FORMAT_PEM) { in MAIN()
Docsp.c430 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()
Dcms.c134 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()
Dx509.c231 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()
Dgenpkey.c99 outformat=FORMAT_PEM; in MAIN()
268 else if (outformat == FORMAT_PEM) in MAIN()
Dasn1pars.c102 informat=FORMAT_PEM; in MAIN()
280 if (informat == FORMAT_PEM) in MAIN()
Dreq.c173 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()
Dpkeyutl.c94 int keyform = FORMAT_PEM, peerform = FORMAT_PEM; in MAIN()
Dpkcs12.c445 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()
Dspkac.c198 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
Drsautl.c95 int keyform = FORMAT_PEM; in MAIN()

12