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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dpkcs8.c81 int informat, outformat; local
99 informat = FORMAT_PEM;
129 informat = str2fmt(*args);
251 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
325 if (informat == FORMAT_PEM)
327 else if (informat == FORMAT_ASN1)
334 if (informat == FORMAT_PEM)
336 else if (informat == FORMAT_ASN1)
H A Drsa.c109 int informat, outformat, text = 0, check = 0, noout = 0; local
130 informat = FORMAT_PEM;
140 informat = str2fmt(*(++argv));
266 (informat == FORMAT_NETSCAPE && sgckey ?
267 FORMAT_IISSGC : informat), 1,
271 (informat == FORMAT_NETSCAPE && sgckey ?
272 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 Ddsa.c106 int informat, outformat, text = 0, noout = 0; local
130 informat = FORMAT_PEM;
140 informat = str2fmt(*(++argv));
253 pkey = load_pubkey(bio_err, infile, informat, 1,
256 pkey = load_key(bio_err, infile, informat, 1,
H A Dcrl2p7.c94 int informat, outformat; local
112 informat = FORMAT_PEM;
122 informat = str2fmt(*(++argv));
193 if (informat == FORMAT_ASN1)
195 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 Dpkcs7.c89 int informat, outformat; local
108 informat = FORMAT_PEM;
118 informat = str2fmt(*(++argv));
197 if (informat == FORMAT_ASN1)
199 else if (informat == FORMAT_PEM)
H A Dsess_id.c95 int informat, outformat; local
106 informat = FORMAT_PEM;
116 informat = str2fmt(*(++argv));
156 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));
316 } else if (informat == FORMAT_ASN1)
318 else if (informat == FORMAT_PEM)
H A Dcrl.c108 int informat, outformat; local
142 informat = FORMAT_PEM;
161 informat = str2fmt(*(++argv));
227 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.c109 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
291 informat = str2fmt(*args);
454 if (informat == FORMAT_ASN1)
580 if (informat == FORMAT_SMIME)
582 else if (informat == FORMAT_PEM)
584 else if (informat == FORMAT_ASN1)
H A Dcms.c131 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
425 informat = str2fmt(*++args);
617 if (informat == FORMAT_ASN1)
700 if (informat == FORMAT_SMIME)
702 else if (informat == FORMAT_PEM)
704 else if (informat == FORMAT_ASN1)
H A Dx509.c175 int informat, outformat, keyformat, CAformat, CAkeyformat; local
221 informat = FORMAT_PEM;
239 informat = str2fmt(*(++argv));
587 x = load_cert(bio_err, infile, informat, NULL, e, "Certificate");
H A Dreq.c183 int informat, outformat, verify = 0, noout = 0, text = 0, keyform = local
221 informat = FORMAT_PEM;
231 informat = str2fmt(*(++argv));
843 if (informat == FORMAT_ASN1)
845 else if (informat == FORMAT_PEM)

Completed in 162 milliseconds