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

/freebsd-11-stable/crypto/openssl/apps/
H A Dpkcs8.c81 int informat, outformat; local
98 informat = FORMAT_PEM;
138 informat = str2fmt(*args);
257 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
307 if (informat == FORMAT_PEM)
309 else if (informat == FORMAT_ASN1)
316 if (informat == FORMAT_PEM)
318 else if (informat == FORMAT_ASN1)
H A Dpkey.c77 int informat, outformat; local
91 informat = FORMAT_PEM;
101 informat = str2fmt(*args);
202 pkey = load_pubkey(bio_err, infile, informat, 1,
205 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
130 informat = FORMAT_PEM;
140 informat = str2fmt(*(++argv));
275 if (informat == FORMAT_PEM)
277 else if (informat == FORMAT_ASN1)
279 } else if (informat == FORMAT_NETSCAPE && sgckey)
282 tmpformat = informat;
288 (informat == FORMAT_NETSCAPE && sgckey ?
289 FORMAT_IISSGC : informat), 1,
H A Ddhparam.c159 int informat, outformat, check = 0, noout = 0, C = 0, ret = 1; local
177 informat = FORMAT_PEM;
187 informat = str2fmt(*(++argv));
356 if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) {
364 if (informat == FORMAT_ASN1)
366 else /* informat == FORMAT_PEM */
384 if (informat == FORMAT_ASN1) {
394 /* informat == FORMAT_PEM */
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 Dpkcs7.c89 int informat, outformat; local
107 informat = FORMAT_PEM;
117 informat = str2fmt(*(++argv));
196 if (informat == FORMAT_ASN1)
198 else if (informat == FORMAT_PEM)
H A Ddsa.c106 int informat, outformat, text = 0, noout = 0; local
128 informat = FORMAT_PEM;
138 informat = str2fmt(*(++argv));
267 pkey = load_pubkey(bio_err, infile, informat, 1,
270 pkey = load_key(bio_err, infile, informat, 1,
H A Dec.c95 int informat, outformat, text = 0, noout = 0; local
118 informat = FORMAT_PEM;
128 informat = str2fmt(*(++argv));
263 if (informat == FORMAT_ASN1) {
268 } else if (informat == FORMAT_PEM) {
H A Ddh.c95 int informat, outformat, check = 0, noout = 0, C = 0, ret = 1; local
111 informat = FORMAT_PEM;
121 informat = str2fmt(*(++argv));
214 if (informat == FORMAT_ASN1)
216 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 Dcrl.c110 int informat, outformat, keyformat; local
147 informat = FORMAT_PEM;
167 informat = str2fmt(*(++argv));
251 x = load_crl(infile, informat);
304 newcrl = load_crl(crldiff, informat);
H A Ddsaparam.c120 int informat, outformat, noout = 0, C = 0, ret = 1; local
141 informat = FORMAT_PEM;
151 informat = str2fmt(*(++argv));
314 } else if (informat == FORMAT_ASN1)
316 else if (informat == FORMAT_PEM)
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
149 informat = FORMAT_PEM;
159 informat = str2fmt(*(++argv));
387 } else if (informat == FORMAT_ASN1) {
389 } else if (informat == FORMAT_PEM) {
H A Dsmime.c115 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
311 informat = str2fmt(*++args);
490 if (informat == FORMAT_ASN1)
564 if (informat == FORMAT_SMIME)
566 else if (informat == FORMAT_PEM)
568 else if (informat == FORMAT_ASN1)
H A Dcms.c144 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; local
501 informat = str2fmt(*++args);
694 if (informat == FORMAT_ASN1)
777 if (informat == FORMAT_SMIME)
779 else if (informat == FORMAT_PEM)
781 else if (informat == FORMAT_ASN1)
H A Dx509.c189 int informat, outformat, keyformat, CAformat, CAkeyformat; local
240 informat = FORMAT_PEM;
258 informat = str2fmt(*(++argv));
655 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
213 informat = FORMAT_PEM;
223 informat = str2fmt(*(++argv));
742 if (informat == FORMAT_ASN1)
744 else if (informat == FORMAT_PEM)

Completed in 110 milliseconds