Searched refs:informat (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/crypto/openssl/apps/
H A Dpkcs8.c81 int informat, outformat; local
100 informat = FORMAT_PEM;
130 informat = str2fmt(*args);
251 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
301 if (informat == FORMAT_PEM)
303 else if (informat == FORMAT_ASN1)
310 if (informat == FORMAT_PEM)
312 else if (informat == FORMAT_ASN1)
H A Dpkey.c77 int informat, outformat; local
93 informat = FORMAT_PEM;
103 informat = str2fmt(*args);
206 pkey = load_pubkey(bio_err, infile, informat, 1,
209 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
H A Drsa.c109 int informat, outformat, text = 0, check = 0, noout = 0; local
132 informat = FORMAT_PEM;
142 informat = str2fmt(*(++argv));
279 if (informat == FORMAT_PEM)
281 else if (informat == FORMAT_ASN1)
283 } else if (informat == FORMAT_NETSCAPE && sgckey)
286 tmpformat = informat;
292 (informat == FORMAT_NETSCAPE && sgckey ?
293 FORMAT_IISSGC : informat), 1,
H A Ddhparam.c159 int informat, outformat, check = 0, noout = 0, C = 0, ret = 1; local
178 informat = FORMAT_PEM;
188 informat = str2fmt(*(++argv));
359 if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) {
367 if (informat == FORMAT_ASN1)
369 else /* informat == FORMAT_PEM */
387 if (informat == FORMAT_ASN1)
389 else /* informat == FORMAT_PEM */
H A Dpkcs7.c89 int informat, outformat; local
108 informat = FORMAT_PEM;
118 informat = str2fmt(*(++argv));
199 if (informat == FORMAT_ASN1)
201 else if (informat == FORMAT_PEM)
H A Ddsa.c106 int informat, outformat, text = 0, noout = 0; local
132 informat = FORMAT_PEM;
142 informat = str2fmt(*(++argv));
273 pkey = load_pubkey(bio_err, infile, informat, 1,
276 pkey = load_key(bio_err, infile, informat, 1,
H A Dcrl2p7.c93 int informat, outformat; local
111 informat = FORMAT_PEM;
121 informat = str2fmt(*(++argv));
192 if (informat == FORMAT_ASN1)
194 else if (informat == FORMAT_PEM)
H A Ddh.c95 int informat, outformat, check = 0, noout = 0, C = 0, ret = 1; local
115 informat = FORMAT_PEM;
125 informat = str2fmt(*(++argv));
220 if (informat == FORMAT_ASN1)
222 else if (informat == FORMAT_PEM)
H A Dec.c95 int informat, outformat, text = 0, noout = 0; local
117 informat = FORMAT_PEM;
127 informat = str2fmt(*(++argv));
264 if (informat == FORMAT_ASN1) {
269 } else if (informat == FORMAT_PEM) {
H A Dsess_id.c96 int informat, outformat; local
107 informat = FORMAT_PEM;
117 informat = str2fmt(*(++argv));
157 x = load_sess_id(infile, informat);
H A Ddsaparam.c120 int informat, outformat, noout = 0, C = 0, ret = 1; local
142 informat = FORMAT_PEM;
152 informat = str2fmt(*(++argv));
317 } else if (informat == FORMAT_ASN1)
319 else if (informat == FORMAT_PEM)
H A Dcrl.c111 int informat, outformat; local
148 informat = FORMAT_PEM;
167 informat = str2fmt(*(++argv));
237 x = load_crl(infile, informat);
H A Dasn1pars.c95 int informat, indent = 0, noout = 0, dump = 0; local
104 informat = FORMAT_PEM;
126 informat = str2fmt(*(++argv));
266 if (informat == FORMAT_PEM) {
H A Decparam.c132 int informat, outformat, noout = 0, C = 0, ret = 1; local
148 informat = FORMAT_PEM;
158 informat = str2fmt(*(++argv));
385 } else if (informat == FORMAT_ASN1) {
387 } else if (informat == FORMAT_PEM) {
H A Dsmime.c115 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
313 informat = str2fmt(*++args);
494 if (informat == FORMAT_ASN1)
568 if (informat == FORMAT_SMIME)
570 else if (informat == FORMAT_PEM)
572 else if (informat == FORMAT_ASN1)
H A Dcms.c134 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
439 informat = str2fmt(*++args);
633 if (informat == FORMAT_ASN1)
716 if (informat == FORMAT_SMIME)
718 else if (informat == FORMAT_PEM)
720 else if (informat == FORMAT_ASN1)
H A Dx509.c183 int informat, outformat, keyformat, CAformat, CAkeyformat; local
232 informat = FORMAT_PEM;
250 informat = str2fmt(*(++argv));
613 x = load_cert(bio_err, infile, informat, NULL, e, "Certificate");
H A Dreq.c177 int informat, outformat, verify = 0, noout = 0, text = 0, keyform = local
215 informat = FORMAT_PEM;
225 informat = str2fmt(*(++argv));
744 if (informat == FORMAT_ASN1)
746 else if (informat == FORMAT_PEM)

Completed in 82 milliseconds