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

12345

/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_print.c84 BIO_printf(bio, "Status info:\n");
87 BIO_printf(bio, "\nTST info:\n");
92 BIO_printf(bio, "Not included.\n");
131 BIO_printf(bio, "Status: ");
135 BIO_printf(bio, "%s\n", status_map[status]);
137 BIO_printf(bio, "out of bounds\n");
140 BIO_printf(bio, "Status description: ");
148 BIO_printf(bio, "unspecified\n");
151 BIO_printf(bio, "Failure info: ");
155 BIO_printf(bi
[all...]
H A Dts_req_print.c79 BIO_printf(bio, "Version: %d\n", v);
83 BIO_printf(bio, "Policy OID: ");
86 BIO_printf(bio, "unspecified\n");
90 BIO_printf(bio, "Nonce: ");
93 BIO_printf(bio, "unspecified");
98 BIO_printf(bio, "Certificate required: %s\n",
/freebsd-11-stable/crypto/openssl/apps/
H A Decparam.c225 BIO_printf(bio_err, "unknown option %s\n", *argv);
235 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
236 BIO_printf(bio_err, "where options are\n");
237 BIO_printf(bio_err, " -inform arg input format - "
239 BIO_printf(bio_err, " -outform arg output format - "
241 BIO_printf(bio_err, " -in arg input file - "
243 BIO_printf(bio_err, " -out arg output file - "
245 BIO_printf(bio_err, " -noout do not print the "
247 BIO_printf(bio_err, " -text print the ec "
249 BIO_printf(bio_er
[all...]
H A Dpkcs8.c110 BIO_printf(bio_err, "Unknown cipher %s\n", *args);
120 BIO_printf(bio_err, "Unknown PBE algorithm %s\n", *args);
130 BIO_printf(bio_err, "Unknown PRF algorithm %s\n", *args);
194 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
195 BIO_printf(bio_err, "where options are\n");
196 BIO_printf(bio_err, "-in file input file\n");
197 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
198 BIO_printf(bio_err,
200 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
201 BIO_printf(bio_er
[all...]
H A Dprime.c96 BIO_printf(bio_err, "Unknown option '%s'\n", *argv);
104 BIO_printf(bio_err, "No prime specified\n");
122 BIO_printf(bio_err, "Specifiy the number of bits.\n");
128 BIO_printf(bio_out, "%s\n", s);
139 BIO_printf(bio_err, "Failed to process value (%s)\n", argv[0]);
144 BIO_printf(bio_out, " is %sprime\n",
155 BIO_printf(bio_err, "options are\n");
156 BIO_printf(bio_err, "%-14s hex\n", "-hex");
157 BIO_printf(bio_err, "%-14s number of checks\n", "-checks <n>");
158 BIO_printf(bio_er
[all...]
H A Dec.c188 BIO_printf(bio_err, "unknown option %s\n", *argv);
198 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
199 BIO_printf(bio_err, "where options are\n");
200 BIO_printf(bio_err, " -inform arg input format - "
202 BIO_printf(bio_err, " -outform arg output format - "
204 BIO_printf(bio_err, " -in arg input file\n");
205 BIO_printf(bio_err, " -passin arg input file pass "
207 BIO_printf(bio_err, " -out arg output file\n");
208 BIO_printf(bio_err, " -passout arg output file pass "
210 BIO_printf(bio_er
[all...]
H A Ddgst.c98 BIO_printf(arg, "-%-14s to use the %s message digest algorithm\n",
137 BIO_printf(bio_err, "out of memory\n");
247 BIO_printf(bio_err, "Can only sign or verify one file\n");
252 BIO_printf(bio_err,
258 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
259 BIO_printf(bio_err, "options are\n");
260 BIO_printf(bio_err,
262 BIO_printf(bio_err,
264 BIO_printf(bio_err, "-d to output debug info\n");
265 BIO_printf(bio_er
[all...]
H A Dsmime.c267 BIO_printf(bio_err, "Unknown digest %s\n", *args);
353 BIO_printf(bio_err, "No signer certificate specified\n");
361 BIO_printf(bio_err,
367 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
376 BIO_printf(bio_err, "Usage smime [options] cert.pem ...\n");
377 BIO_printf(bio_err, "where options are\n");
378 BIO_printf(bio_err, "-encrypt encrypt message\n");
379 BIO_printf(bio_err, "-decrypt decrypt encrypted message\n");
380 BIO_printf(bio_err, "-sign sign message\n");
381 BIO_printf(bio_er
[all...]
H A Ddsa.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, " -inform arg input format - DER or PEM\n");
197 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
198 BIO_printf(bio_err, " -in arg input file\n");
199 BIO_printf(bio_err,
201 BIO_printf(bio_err, " -out arg output file\n");
202 BIO_printf(bio_err,
205 BIO_printf(bio_er
[all...]
H A Drsa.c194 BIO_printf(bio_err, "unknown option %s\n", *argv);
204 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
205 BIO_printf(bio_err, "where options are\n");
206 BIO_printf(bio_err,
208 BIO_printf(bio_err,
210 BIO_printf(bio_err, " -in arg input file\n");
211 BIO_printf(bio_err, " -sgckey Use IIS SGC key format\n");
212 BIO_printf(bio_err,
214 BIO_printf(bio_err, " -out arg output file\n");
215 BIO_printf(bio_er
[all...]
H A Drsautl.c193 BIO_printf(bio_err, "A private key is needed for this operation\n");
198 BIO_printf(bio_err, "Error getting password\n");
233 BIO_printf(bio_err, "Error getting RSA key\n");
240 BIO_printf(bio_err, "Error Reading Input File\n");
249 BIO_printf(bio_err, "Error Writing Output File\n");
268 BIO_printf(bio_err, "Out of memory\n");
276 BIO_printf(bio_err, "Error reading input Data\n");
311 BIO_printf(bio_err, "RSA operation error\n");
340 BIO_printf(bio_err, "Usage: rsautl [options]\n");
341 BIO_printf(bio_er
[all...]
H A Ds_client.c250 BIO_printf(bio_c_out, "psk_client_cb\n");
254 BIO_printf(bio_c_out,
257 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
266 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity,
272 BIO_printf(bio_err, "Could not convert PSK key '%s' to buffer\n",
277 BIO_printf(bio_err,
288 BIO_printf(bio_c_out, "created PSK len=%ld\n", key_len);
293 BIO_printf(bio_err, "Error in PSK client callback\n");
300 BIO_printf(bio_err, "usage: s_client args\n");
301 BIO_printf(bio_er
[all...]
H A Ds_server.c358 BIO_printf(bio_s_out, "psk_server_cb\n");
360 BIO_printf(bio_err, "Error: client did not send PSK identity\n");
364 BIO_printf(bio_s_out, "identity_len=%d identity=%s\n",
369 BIO_printf(bio_s_out, "PSK error: client identity not found"
374 BIO_printf(bio_s_out, "PSK client identity found\n");
379 BIO_printf(bio_err, "Could not convert PSK key '%s' to buffer\n",
384 BIO_printf(bio_err,
395 BIO_printf(bio_s_out, "fetched PSK len=%ld\n", key_len);
399 BIO_printf(bio_err, "Error in PSK server callback\n");
427 BIO_printf(bio_er
[all...]
H A Dgenrsa.c121 BIO_printf(bio_err, "unable to create BIO for output\n");
191 BIO_printf(bio_err, "usage: genrsa [args] [numbits]\n");
192 BIO_printf(bio_err,
194 BIO_printf(bio_err,
197 BIO_printf(bio_err,
201 BIO_printf(bio_err, " -seed\n");
202 BIO_printf(bio_err,
206 BIO_printf(bio_err, " -aes128, -aes192, -aes256\n");
207 BIO_printf(bio_err,
211 BIO_printf(bio_er
[all...]
H A Dapp_rand.c143 BIO_printf(bio_e, "unable to load 'random state'\n");
144 BIO_printf(bio_e,
146 BIO_printf(bio_e, "with much random data.\n");
149 BIO_printf(bio_e,
151 BIO_printf(bio_e,
208 BIO_printf(bio_e, "unable to write 'random state'\n");
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 Dpkeyparam.c123 BIO_printf(bio_err, "Usage pkeyparam [options]\n");
124 BIO_printf(bio_err, "where options are\n");
125 BIO_printf(bio_err, "-in file input file\n");
126 BIO_printf(bio_err, "-out file output file\n");
127 BIO_printf(bio_err, "-text print parameters as text\n");
128 BIO_printf(bio_err,
131 BIO_printf(bio_err,
140 BIO_printf(bio_err, "Can't open input file %s\n", infile);
148 BIO_printf(bio_err, "Can't open output file %s\n", outfile);
163 BIO_printf(bio_er
[all...]
/freebsd-11-stable/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);
99 BIO_printf(out, "%8sIssuer: %s\n", "", p);
101 BIO_printf(out, "%8sLast Update: ", "");
103 BIO_printf(out, "\n%8sNext Update: ", "");
107 BIO_printf(out, "NONE");
108 BIO_printf(out, "\n");
115 BIO_printf(out, "Revoked Certificates:\n");
117 BIO_printf(out, "No Revoked Certificates.\n");
121 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->length,
110 BIO_printf(out, "%*sKey Id: ", indent, "");
112 BIO_printf(out, "%s%02X", i ? ":" : "", aux->keyid->data[i]);
H A Dt_pkey.c77 if (BIO_printf(bp, "%s 0\n", number) <= 0)
83 if (BIO_printf(bp, "%s %s%lu (%s0x%lx)\n", number, neg,
90 if (BIO_printf(bp, "%s%s", number,
105 if (BIO_printf(bp, "%02x%s", buf[i], ((i + 1) == n) ? "" : ":")
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");
93 BIO_printf(out, " Challenge String: %s\n", chal->data);
95 BIO_printf(out, " Signature Algorithm: %s",
103 BIO_printf(out, "%02x%s", (unsigned char)s[i],
/freebsd-11-stable/crypto/openssl/ssl/
H A Dsslv2conftest.c114 BIO_printf(err, "SSLv2 CONF Test number %d\n", currtest);
122 BIO_printf(err, "SSLv2 CONF Test: Off by default test FAIL\n");
128 BIO_printf(err, "SSLv2 CONF Test: SSL_CONF command FAIL\n");
134 BIO_printf(err, "SSLv2 CONF Test: Off after config #1 FAIL\n");
140 BIO_printf(err, "SSLv2 CONF Test: SSL_CONF command FAIL\n");
146 BIO_printf(err, "SSLv2 CONF Test: Off after config #2 FAIL\n");
152 BIO_printf(err, "SSLv2 CONF Test: SSL_CONF command FAIL\n");;
157 BIO_printf(err, "SSLv2 CONF Test: Off after config #3 FAIL\n");
167 BIO_printf(err, "SSLv2 CONF Test: On after clear FAIL\n");
173 BIO_printf(er
[all...]
H A Dssl_txt.c133 if (BIO_printf(bp, " Protocol : %s\n", s) <= 0)
138 if (BIO_printf
142 if (BIO_printf
147 if (BIO_printf
155 if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0)
161 if (BIO_printf(bp, "%02X", x->sid_ctx[i]) <= 0)
167 if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0)
177 if (BIO_printf(bp, "%02X", x->key_arg[i]) <= 0)
188 if (BIO_printf(bp, "%02X", x->krb5_client_princ[i]) <= 0)
195 if (BIO_printf(b
[all...]
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c147 BIO_printf(bio, "%4ld items in the session cache\n",
149 BIO_printf(bio, "%4d client connects (SSL_connect())\n",
151 BIO_printf(bio, "%4d client connects that finished\n",
153 BIO_printf(bio, "%4d server connects (SSL_accept())\n",
155 BIO_printf(bio, "%4d server connects that finished\n",
157 BIO_printf(bio, "%4d session cache hits\n", SSL_CTX_sess_hits(ctx));
158 BIO_printf(bio, "%4d session cache misses\n", SSL_CTX_sess_misses(ctx));
159 BIO_printf(bio, "%4d session cache timeouts\n", SSL_CTX_sess_timeouts(ctx));
164 BIO_printf(bio_err, "usage: ssltest [args ...]\n");
165 BIO_printf(bio_er
[all...]

Completed in 269 milliseconds

12345