Home
last modified time | relevance | path

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

12

/external/openssl/apps/
Dpkcs8.c97 informat=FORMAT_PEM; in MAIN()
98 outformat=FORMAT_PEM; in MAIN()
295 if (outformat == FORMAT_PEM) in MAIN()
336 if (outformat == FORMAT_PEM) in MAIN()
363 if (informat == FORMAT_PEM) in MAIN()
375 if (informat == FORMAT_PEM) in MAIN()
440 if (outformat == FORMAT_PEM) in MAIN()
Dsess_id.c106 informat=FORMAT_PEM; in MAIN()
107 outformat=FORMAT_PEM; in MAIN()
245 else if (outformat == FORMAT_PEM) in MAIN()
260 else if (outformat == FORMAT_PEM) in MAIN()
303 else if (format == FORMAT_PEM) in load_sess_id()
Dpkcs7.c110 informat=FORMAT_PEM; in MAIN()
111 outformat=FORMAT_PEM; in MAIN()
208 else if (informat == FORMAT_PEM) in MAIN()
297 else if (outformat == FORMAT_PEM) in MAIN()
Ddh.c117 informat=FORMAT_PEM; in MAIN()
118 outformat=FORMAT_PEM; in MAIN()
234 else if (informat == FORMAT_PEM) in MAIN()
331 else if (outformat == FORMAT_PEM) in MAIN()
Dcrl2p7.c109 informat=FORMAT_PEM; in MAIN()
110 outformat=FORMAT_PEM; in MAIN()
198 else if (informat == FORMAT_PEM) in MAIN()
263 else if (outformat == FORMAT_PEM) in MAIN()
Ddsa.c131 informat=FORMAT_PEM; in MAIN()
132 outformat=FORMAT_PEM; in MAIN()
266 } else if (informat == FORMAT_PEM) { in MAIN()
320 } else if (outformat == FORMAT_PEM) { in MAIN()
Ddsaparam.c142 informat=FORMAT_PEM; in MAIN()
143 outformat=FORMAT_PEM; in MAIN()
338 else if (informat == FORMAT_PEM) in MAIN()
418 else if (outformat == FORMAT_PEM) in MAIN()
440 else if (outformat == FORMAT_PEM) in MAIN()
Dec.c119 informat = FORMAT_PEM; in MAIN()
120 outformat = FORMAT_PEM; in MAIN()
293 else if (informat == FORMAT_PEM) in MAIN()
365 else if (outformat == FORMAT_PEM) in MAIN()
Dsmime.c109 int keyform = FORMAT_PEM; in MAIN()
534 if (!(cert = load_cert(bio_err,*args,FORMAT_PEM, in MAIN()
550 if (!(signer = load_cert(bio_err,signerfile,FORMAT_PEM, NULL, in MAIN()
562 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL, in MAIN()
575 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL, in MAIN()
665 else if (informat == FORMAT_PEM) in MAIN()
738 else if (outformat == FORMAT_PEM) in MAIN()
Dcrl.c141 informat=FORMAT_PEM; in MAIN()
142 outformat=FORMAT_PEM; in MAIN()
366 else if (outformat == FORMAT_PEM) in MAIN()
412 else if (format == FORMAT_PEM) in load_crl()
Ddhparam.c180 informat=FORMAT_PEM; in MAIN()
181 outformat=FORMAT_PEM; in MAIN()
364 if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) in MAIN()
518 else if (outformat == FORMAT_PEM) in MAIN()
Docsp.c389 issuer = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
401 cert = load_cert(bio_err, *args, FORMAT_PEM, in MAIN()
615 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM, in MAIN()
622 rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM, in MAIN()
626 rother = load_certs(bio_err, rcertfile, FORMAT_PEM, in MAIN()
630 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
663 signer = load_cert(bio_err, signfile, FORMAT_PEM, in MAIN()
672 sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM, in MAIN()
676 key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
808 verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM, in MAIN()
Decparam.c150 informat=FORMAT_PEM; in MAIN()
151 outformat=FORMAT_PEM; in MAIN()
430 else if (informat == FORMAT_PEM) in MAIN()
618 else if (outformat == FORMAT_PEM) in MAIN()
662 else if (outformat == FORMAT_PEM) in MAIN()
Drsa.c129 informat=FORMAT_PEM; in MAIN()
130 outformat=FORMAT_PEM; in MAIN()
371 else if (outformat == FORMAT_PEM) { in MAIN()
Dcms.c130 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; in MAIN()
708 if (!(cert = load_cert(bio_err,*args,FORMAT_PEM, in MAIN()
719 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL, in MAIN()
729 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL, in MAIN()
739 if (!(signer = load_cert(bio_err,signerfile,FORMAT_PEM,NULL, in MAIN()
783 else if (informat == FORMAT_PEM) in MAIN()
835 else if (rctformat == FORMAT_PEM) in MAIN()
981 signer = load_cert(bio_err, signerfile,FORMAT_PEM, NULL, in MAIN()
1123 else if (outformat == FORMAT_PEM) in MAIN()
Dx509.c220 informat=FORMAT_PEM; in MAIN()
221 outformat=FORMAT_PEM; in MAIN()
222 keyformat=FORMAT_PEM; in MAIN()
223 CAformat=FORMAT_PEM; in MAIN()
224 CAkeyformat=FORMAT_PEM; in MAIN()
492 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) in MAIN()
974 keyfile, FORMAT_PEM, 0, in MAIN()
1036 else if (outformat == FORMAT_PEM) in MAIN()
Dreq.c179 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; in MAIN()
215 informat=FORMAT_PEM; in MAIN()
216 outformat=FORMAT_PEM; in MAIN()
877 else if (informat == FORMAT_PEM) in MAIN()
1141 else if (outformat == FORMAT_PEM) { in MAIN()
1158 else if (outformat == FORMAT_PEM) in MAIN()
Dasn1pars.c102 informat=FORMAT_PEM; in MAIN()
280 if (informat == FORMAT_PEM) in MAIN()
Dpkcs12.c449 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
462 certs = load_certs(bio_err, infile, FORMAT_PEM, NULL, e, in MAIN()
502 if(!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM, in MAIN()
Dspkac.c198 FORMAT_PEM, 1, passin, e, "private key"); in MAIN()
Dapps.h342 #define FORMAT_PEM 3 macro
Drsautl.c95 int keyform = FORMAT_PEM; in MAIN()
Dapps.c242 return(FORMAT_PEM); in str2fmt()
820 else if (format == FORMAT_PEM) in load_cert()
895 else if (format == FORMAT_PEM) in load_key()
972 else if (format == FORMAT_PEM) in load_pubkey()
1071 if (format == FORMAT_PEM) in STACK_OF()
Dverify.c245 x = load_cert(bio_err, file, FORMAT_PEM, NULL, e, "certificate file"); in check()
Ds_server.c767 int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM; in MAIN()
770 int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM; in MAIN()

12