Searched refs:BIO_printf (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-9.3-release/crypto/openssl/apps/
H A Decparam.c224 BIO_printf(bio_err, "unknown option %s\n", *argv);
234 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
235 BIO_printf(bio_err, "where options are\n");
236 BIO_printf(bio_err, " -inform arg input format - "
238 BIO_printf(bio_err, " -outform arg output format - "
240 BIO_printf(bio_err, " -in arg input file - "
242 BIO_printf(bio_err, " -out arg output file - "
244 BIO_printf(bio_err, " -noout do not print the "
246 BIO_printf(bio_err, " -text print the ec "
248 BIO_printf(bio_er
[all...]
H A Dpkcs8.c111 BIO_printf(bio_err, "Unknown cipher %s\n", *args);
121 BIO_printf(bio_err, "Unknown PBE algorithm %s\n", *args);
185 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
186 BIO_printf(bio_err, "where options are\n");
187 BIO_printf(bio_err, "-in file input file\n");
188 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
189 BIO_printf(bio_err,
191 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
192 BIO_printf(bio_err, "-out file output file\n");
193 BIO_printf(bio_er
[all...]
H A Drsa.c184 BIO_printf(bio_err, "unknown option %s\n", *argv);
194 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
195 BIO_printf(bio_err, "where options are\n");
196 BIO_printf(bio_err,
198 BIO_printf(bio_err,
200 BIO_printf(bio_err, " -in arg input file\n");
201 BIO_printf(bio_err, " -sgckey Use IIS SGC key format\n");
202 BIO_printf(bio_err,
204 BIO_printf(bio_err, " -out arg output file\n");
205 BIO_printf(bio_er
[all...]
H A Dapp_rand.c127 BIO_printf(bio_e, "Loading 'screen' into random state -");
130 BIO_printf(bio_e, " done\n");
146 BIO_printf(bio_e, "unable to load 'random state'\n");
147 BIO_printf(bio_e,
149 BIO_printf(bio_e, "with much random data.\n");
152 BIO_printf(bio_e,
154 BIO_printf(bio_e,
211 BIO_printf(bio_e, "unable to write 'random state'\n");
H A Dec.c187 BIO_printf(bio_err, "unknown option %s\n", *argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
198 BIO_printf(bio_err, "where options are\n");
199 BIO_printf(bio_err, " -inform arg input format - "
201 BIO_printf(bio_err, " -outform arg output format - "
203 BIO_printf(bio_err, " -in arg input file\n");
204 BIO_printf(bio_err, " -passin arg input file pass "
206 BIO_printf(bio_err, " -out arg output file\n");
207 BIO_printf(bio_err, " -passout arg output file pass "
209 BIO_printf(bio_er
[all...]
H A Ds_client.c204 BIO_printf(bio_err, "usage: s_client args\n");
205 BIO_printf(bio_err, "\n");
206 BIO_printf(bio_err, " -host host - use -connect instead\n");
207 BIO_printf(bio_err, " -port port - use -connect instead\n");
208 BIO_printf(bio_err,
212 BIO_printf(bio_err,
214 BIO_printf(bio_err,
216 BIO_printf(bio_err,
218 BIO_printf(bio_err,
220 BIO_printf(bio_er
[all...]
H A Dsmime.c321 BIO_printf(bio_err, "No signer certificate specified\n");
327 BIO_printf(bio_err,
333 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
341 BIO_printf(bio_err, "Usage smime [options] cert.pem ...\n");
342 BIO_printf(bio_err, "where options are\n");
343 BIO_printf(bio_err, "-encrypt encrypt message\n");
344 BIO_printf(bio_err, "-decrypt decrypt encrypted message\n");
345 BIO_printf(bio_err, "-sign sign message\n");
346 BIO_printf(bio_err, "-verify verify signed message\n");
347 BIO_printf(bio_er
[all...]
H A Ddsa.c180 BIO_printf(bio_err, "unknown option %s\n", *argv);
190 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
191 BIO_printf(bio_err, "where options are\n");
192 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
193 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
194 BIO_printf(bio_err, " -in arg input file\n");
195 BIO_printf(bio_err,
197 BIO_printf(bio_err, " -out arg output file\n");
198 BIO_printf(bio_err,
201 BIO_printf(bio_er
[all...]
H A Denc.c89 BIO_printf(bio, "-%-25s", name->name);
91 BIO_printf(bio, "\n");
94 BIO_printf(bio, " ");
144 BIO_printf(bio_err, "%s is an unknown cipher\n", pname);
213 BIO_printf(bio_err, "unable to read key from '%s'\n", file);
218 BIO_printf(bio_err, "unable to read key from '%s'\n", file);
228 BIO_printf(bio_err, "zero length password\n");
256 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
258 BIO_printf(bio_err, "options are\n");
259 BIO_printf(bio_er
[all...]
H A Drsautl.c195 BIO_printf(bio_err, "A private key is needed for this operation\n");
202 BIO_printf(bio_err, "Error getting password\n");
237 BIO_printf(bio_err, "Error getting RSA key\n");
244 BIO_printf(bio_err, "Error Reading Input File\n");
253 BIO_printf(bio_err, "Error Reading Output File\n");
275 BIO_printf(bio_err, "Error reading input Data\n");
310 BIO_printf(bio_err, "RSA operation error\n");
338 BIO_printf(bio_err, "Usage: rsautl [options]\n");
339 BIO_printf(bio_err, "-in file input file\n");
340 BIO_printf(bio_er
[all...]
H A Dgenrsa.c123 BIO_printf(bio_err, "unable to create BIO for output\n");
195 BIO_printf(bio_err, "usage: genrsa [args] [numbits]\n");
196 BIO_printf(bio_err,
198 BIO_printf(bio_err,
201 BIO_printf(bio_err,
205 BIO_printf(bio_err, " -seed\n");
206 BIO_printf(bio_err,
210 BIO_printf(bio_err, " -aes128, -aes192, -aes256\n");
211 BIO_printf(bio_err,
215 BIO_printf(bio_er
[all...]
H A Dprime.c84 BIO_printf(bio_err, "Unknown option '%s'\n", *argv);
92 BIO_printf(bio_err, "No prime specified\n");
112 BIO_printf(bio_out, " is %sprime\n",
121 BIO_printf(bio_err, "options are\n");
122 BIO_printf(bio_err, "%-14s hex\n", "-hex");
123 BIO_printf(bio_err, "%-14s number of checks\n", "-checks <n>");
H A Ddgst.c116 BIO_printf(bio_err, "out of memory\n");
177 BIO_printf(bio_err, "Invalid PSS salt length %d\n", saltlen);
225 BIO_printf(bio_err,
232 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
233 BIO_printf(bio_err, "options are\n");
234 BIO_printf(bio_err,
236 BIO_printf(bio_err, "-d to output debug info\n");
237 BIO_printf(bio_err, "-hex output as hex dump\n");
238 BIO_printf(bio_err, "-binary output in binary form\n");
239 BIO_printf(bio_er
[all...]
H A Docsp.c164 BIO_printf(bio_err, "Illegal timeout value %s\n", *args);
179 BIO_printf(bio_err, "Error parsing URL\n");
288 BIO_printf(bio_err,
299 BIO_printf(bio_err, "Illegal validity age %s\n", *args);
378 BIO_printf(bio_err, "Illegal update period %s\n", *args);
391 BIO_printf(bio_err, "Illegal accept count %s\n", *args);
401 BIO_printf(bio_err, "Illegal update period %s\n", *args);
434 BIO_printf(bio_err, "OCSP utility\n");
435 BIO_printf(bio_err, "Usage ocsp [options]\n");
436 BIO_printf(bio_er
[all...]
H A Ds_cb.c143 BIO_printf(bio_err, "depth=%d %s\n", depth, buf);
145 BIO_printf(bio_err, "verify error:num=%d:%s\n", err,
159 BIO_printf(bio_err, "issuer= %s\n", buf);
163 BIO_printf(bio_err, "notBefore=");
165 BIO_printf(bio_err, "\n");
169 BIO_printf(bio_err, "notAfter=");
171 BIO_printf(bio_err, "\n");
174 BIO_printf(bio_err, "verify return:%d\n", ok);
188 BIO_printf(bio_err, "unable to get certificate from '%s'\n",
196 BIO_printf(bio_er
[all...]
H A Ds_server.c335 BIO_printf(bio_err, "usage: s_server [args ...]\n");
336 BIO_printf(bio_err, "\n");
337 BIO_printf(bio_err,
339 BIO_printf(bio_err, " -context arg - set session ID context\n");
340 BIO_printf(bio_err,
342 BIO_printf(bio_err,
344 BIO_printf(bio_err, " -cert arg - certificate file to use\n");
345 BIO_printf(bio_err, " (default is %s)\n", TEST_CERT);
346 BIO_printf(bio_err,
349 BIO_printf(bio_er
[all...]
H A Dnseq.c105 BIO_printf(bio_err, "Netscape certificate sequence utility\n");
106 BIO_printf(bio_err, "Usage nseq [options]\n");
107 BIO_printf(bio_err, "where options are\n");
108 BIO_printf(bio_err, "-in file input file\n");
109 BIO_printf(bio_err, "-out file output file\n");
110 BIO_printf(bio_err, "-toseq output NS Sequence file\n");
116 BIO_printf(bio_err, "Can't open input file %s\n", infile);
124 BIO_printf(bio_err, "Can't open output file %s\n", outfile);
143 BIO_printf(bio_err, "Error reading certs file %s\n", infile);
153 BIO_printf(bio_er
[all...]
H A Ddhparam.c237 BIO_printf(bio_err, "%s [options] [numbits]\n", prog);
238 BIO_printf(bio_err, "where options are\n");
239 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
240 BIO_printf(bio_err,
242 BIO_printf(bio_err, " -in arg input file\n");
243 BIO_printf(bio_err, " -out arg output file\n");
245 BIO_printf(bio_err,
248 BIO_printf(bio_err, " -check check the DH parameters\n");
249 BIO_printf(bio_err,
251 BIO_printf(bio_er
[all...]
H A Dasn1pars.c119 BIO_printf(bio_err, "Memory allocation failure\n");
174 BIO_printf(bio_err, "unknown option %s\n", *argv);
184 BIO_printf(bio_err, "%s [options] <infile\n", prog);
185 BIO_printf(bio_err, "where options are\n");
186 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
187 BIO_printf(bio_err, " -in arg input file\n");
188 BIO_printf(bio_err,
190 BIO_printf(bio_err, " -noout arg don't produce any output\n");
191 BIO_printf(bio_err, " -offset arg offset into file\n");
192 BIO_printf(bio_er
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_crl.c93 BIO_printf(out, "Certificate Revocation List (CRL):\n");
95 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l + 1, l);
97 BIO_printf(out, "%8sSignature Algorithm: %s\n", "",
100 BIO_printf(out, "%8sIssuer: %s\n", "", p);
102 BIO_printf(out, "%8sLast Update: ", "");
104 BIO_printf(out, "\n%8sNext Update: ", "");
108 BIO_printf(out, "NONE");
109 BIO_printf(out, "\n");
116 BIO_printf(out, "Revoked Certificates:\n");
118 BIO_printf(ou
[all...]
H A Dt_spki.c80 BIO_printf(out, "Netscape SPKI:\n");
82 BIO_printf(out, " Public Key Algorithm: %s\n",
86 BIO_printf(out, " Unable to load public key\n");
90 BIO_printf(out, " RSA Public Key: (%d bit)\n",
97 BIO_printf(out, " DSA Public Key:\n");
103 BIO_printf(out, " EC Public Key:\n");
108 BIO_printf(out, " Unknown Public Key:\n");
113 BIO_printf(out, " Challenge String: %s\n", chal->data);
115 BIO_printf(out, " Signature Algorithm: %s",
123 BIO_printf(ou
[all...]
H A Dtasn_prn.c87 BIO_printf(out, "%*s%s ABSENT\n", indent, "", name);
103 BIO_printf(out, "%*s%s:EXTERNAL TYPE %s %s\n", indent, "", name,
107 BIO_printf(out, "%*s%s:COMPATIBLE TYPE %s %s\n", indent, "", name,
116 BIO_printf(out, "%s selector [%d] out of range\n", it->sname, i);
124 BIO_printf(out, "%*s%s {\n", indent, "", name);
130 BIO_printf(out, "%*s}\n", indent, "");
156 BIO_printf(out, "%*s%s OF %s {\n", indent, "", tname,
162 BIO_printf(out, "%*s}\n", indent, "");
164 BIO_printf(out, "%*s%s OF %s ABSENT\n", indent, "", tname,
180 BIO_printf(ou
[all...]
H A Dt_x509a.c78 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", indent + 2, "");
90 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
93 BIO_printf(out, "%*sRejected Uses:\n%*s", indent, "", indent + 2, "");
105 BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
107 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux->alias->data);
109 BIO_printf(out, "%*sKey Id: ", indent, "");
111 BIO_printf(out, "%s%02X", i ? ":" : "", aux->keyid->data[i]);
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A Dlh_stats.c184 BIO_printf(out, "num_items = %lu\n", lh->num_items);
185 BIO_printf(out, "num_nodes = %u\n", lh->num_nodes);
186 BIO_printf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes);
187 BIO_printf(out, "num_expands = %lu\n", lh->num_expands);
188 BIO_printf(out, "num_expand_reallocs = %lu\n", lh->num_expand_reallocs);
189 BIO_printf(out, "num_contracts = %lu\n", lh->num_contracts);
190 BIO_printf(out, "num_contract_reallocs = %lu\n",
192 BIO_printf(out, "num_hash_calls = %lu\n", lh->num_hash_calls);
193 BIO_printf(out, "num_comp_calls = %lu\n", lh->num_comp_calls);
194 BIO_printf(ou
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_txt.c101 if (BIO_printf(bp, " Protocol : %s\n", s) <= 0)
106 if (BIO_printf
110 if (BIO_printf
115 if (BIO_printf
123 if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0)
129 if (BIO_printf(bp, "%02X", x->sid_ctx[i]) <= 0)
135 if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0)
145 if (BIO_printf(bp, "%02X", x->key_arg[i]) <= 0)
156 if (BIO_printf(bp, "%02X", x->krb5_client_princ[i]) <= 0)
162 if (BIO_printf(b
[all...]

Completed in 206 milliseconds

1234