HomeSort by: relevance | last modified time | path
    Searched refs:bio_err (Results 1 - 25 of 227) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
basic_output.c 18 BIO *bio_err = NULL; variable
23 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
26 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err);
28 bio_err = BIO_push(BIO_new(BIO_f_tap()), bio_err);
31 OPENSSL_assert(bio_err != NULL);
37 BIO_free_all(bio_err);
47 return BIO_vprintf(bio_err, fmt, ap);
57 return BIO_flush(bio_err);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
bio_prefix_text.c 18 static BIO *bio_err = NULL; variable
67 ret = BIO_vprintf(bio_err, fmt, ap);
137 BIO_free_all(bio_err);
151 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
154 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err);
159 OPENSSL_assert(bio_err != NULL);
167 BIO_printf(bio_err,
173 BIO_printf(bio_err, "%s: must set up at least one filter",
178 BIO_printf(bio_err, "%s: failed setting up filter chain"
    [all...]
bio_tfo_test.c 113 BIO_printf(bio_err, "Error: failed without EAGAIN\n");
118 BIO_printf(bio_err, "Error: accepted unknown connection\n");
126 BIO_printf(bio_err, "Skip: TFO not enabled/supported for client\n");
129 BIO_printf(bio_err, "Error: failed without EINPROGRESSn");
137 BIO_printf(bio_err, "Error: socket wait failed\n");
145 BIO_printf(bio_err, "Error: failed without EAGAIN\n");
150 BIO_printf(bio_err, "Success: non-TFO connection accepted without data\n");
152 BIO_printf(bio_err, "Ignore: connection accepted before data, possibly no TFO cookie, or TFO may not be enabled\n");
154 BIO_printf(bio_err, "Success: connection accepted before data, client TFO is disabled\n");
156 BIO_printf(bio_err, "Warning: connection accepted before data, TFO may not be enabled\n")
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
bio_prefix_text.c 18 static BIO *bio_err = NULL; variable
67 ret = BIO_vprintf(bio_err, fmt, ap);
135 BIO_free_all(bio_err);
149 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
152 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err);
157 OPENSSL_assert(bio_err != NULL);
166 BIO_printf(bio_err,
172 BIO_printf(bio_err, "%s: must set up at least one filter",
177 BIO_printf(bio_err, "%s: failed setting up filter chain"
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
storeutl.c 80 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
105 BIO_printf(bio_err, "%s: only one search type can be given.\n",
135 BIO_printf(bio_err, "%s: criterion already given.\n",
141 BIO_printf(bio_err, "%s: subject already given.\n",
146 BIO_printf(bio_err, "%s: can't parse subject argument.\n",
155 BIO_printf(bio_err, "%s: criterion already given.\n",
161 BIO_printf(bio_err, "%s: issuer already given.\n",
166 BIO_printf(bio_err, "%s: can't parse issuer argument.\n",
175 BIO_printf(bio_err, "%s: criterion already given.\n",
181 BIO_printf(bio_err, "%s: serial number already given.\n"
    [all...]
genpkey.c 69 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
100 BIO_printf(bio_err, "%s: No keytype specified.\n", prog);
104 BIO_printf(bio_err,
107 ERR_print_errors(bio_err);
127 BIO_printf(bio_err, "%s: cipher mode not supported\n", prog);
142 BIO_puts(bio_err, "Error getting password\n");
151 EVP_PKEY_CTX_set_app_data(ctx, bio_err);
155 BIO_puts(bio_err, "Error generating parameters\n");
156 ERR_print_errors(bio_err);
161 BIO_puts(bio_err, "Error generating key\n")
    [all...]
prime.c 48 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
76 BIO_printf(bio_err, "Extra arguments given.\n");
80 BIO_printf(bio_err, "%s: No prime specified\n", prog);
88 BIO_printf(bio_err, "Specify the number of bits.\n");
93 BIO_printf(bio_err, "Out of memory.\n");
97 BIO_printf(bio_err, "Failed to generate prime.\n");
102 BIO_printf(bio_err, "Out of memory.\n");
117 BIO_printf(bio_err, "Failed to process value (%s)\n", argv[0]);
app_rand.c 27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile);
28 ERR_print_errors(bio_err);
47 BIO_printf(bio_err, "Can't load %s into RNG\n", name);
48 ERR_print_errors(bio_err);
65 BIO_printf(bio_err, "Cannot write random bytes:\n");
66 ERR_print_errors(bio_err);
dhparam.c 84 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
147 BIO_printf(bio_err,
166 ERR_print_errors(bio_err);
170 BN_GENCB_set(cb, dh_cb, bio_err);
176 BIO_printf(bio_err,
183 ERR_print_errors(bio_err);
191 ERR_print_errors(bio_err);
198 BIO_printf(bio_err,
201 BIO_printf(bio_err, "This is going to take a long time\n");
204 ERR_print_errors(bio_err);
    [all...]
pkcs8.c 89 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
132 BIO_printf(bio_err,
140 BIO_printf(bio_err,
190 BIO_printf(bio_err, "Error getting passwords\n");
209 BIO_printf(bio_err, "Error converting key\n");
210 ERR_print_errors(bio_err);
220 BIO_printf(bio_err, "Bad format specified for key\n");
238 BIO_printf(bio_err, "Error setting PBE algorithm\n");
239 ERR_print_errors(bio_err);
255 BIO_printf(bio_err, "Password required\n")
    [all...]
srp.c 65 BIO_printf(bio_err, "%s \"%s\"\n", s, pp[DB_srpid]);
67 BIO_printf(bio_err, " %d = \"%s\"\n", j, pp[j]);
102 BIO_printf(bio_err, "failed to update srpvfile\n");
103 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error);
114 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
135 BIO_printf(bio_err,
139 BIO_printf(bio_err, "Pass %s\n", password);
144 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
171 BIO_printf(bio_err, "Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",
175 BIO_printf(bio_err, "Internal error creating SRP verifier\n")
    [all...]
ca.c 272 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
434 BIO_printf(bio_err, "Using configuration from %s\n", configfile);
460 ERR_print_errors(bio_err);
471 BIO_printf(bio_err, "Invalid global string mask setting %s\n", f);
505 BIO_printf(bio_err, "Error verifying serial %s!\n", ser_status);
519 BIO_printf(bio_err, "Error getting password\n");
542 BIO_printf(bio_err,
565 BIO_printf(bio_err, "Invalid name options: \"%s\"\n", f);
575 BIO_printf(bio_err, "Invalid certificate options: \"%s\"\n", f);
587 BIO_printf(bio_err, "Invalid extension copy option: \"%s\"\n", f)
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps_opt_printf.c 14 /* This function is defined here due to visibility of bio_err */
21 ret = BIO_vprintf(bio_err, fmt, ap);
app_rand.c 27 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile);
28 ERR_print_errors(bio_err);
34 BIO_printf(bio_err, "Can't duplicate %s\n", randfile);
35 ERR_print_errors(bio_err);
53 BIO_printf(bio_err, "Can't load %s into RNG\n", name);
54 ERR_print_errors(bio_err);
87 BIO_printf(bio_err, "Cannot write random bytes:\n");
88 ERR_print_errors(bio_err);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
app_rand.c 28 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile);
29 ERR_print_errors(bio_err);
35 BIO_printf(bio_err, "Can't duplicate %s\n", randfile);
36 ERR_print_errors(bio_err);
54 BIO_printf(bio_err, "Can't load %s into RNG\n", name);
55 ERR_print_errors(bio_err);
88 BIO_printf(bio_err, "Cannot write random bytes:\n");
89 ERR_print_errors(bio_err);
  /src/crypto/external/bsd/openssl/dist/test/testutil/
basic_output.c 19 BIO *bio_err = NULL; variable
38 bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err);
40 BIO_set_prefix(bio_err, prefix);
43 OPENSSL_assert(bio_err != NULL);
56 * we only need to free the last one in the bio_out and bio_err chains.
59 BIO_free(bio_err);
72 return BIO_vprintf(bio_err, fmt, ap);
82 return BIO_flush(bio_err);
  /src/crypto/external/apache2/openssl/dist/apps/
pkcs8.c 119 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
165 BIO_printf(bio_err,
173 BIO_printf(bio_err,
234 BIO_printf(bio_err, "Error getting passwords\n");
251 BIO_printf(bio_err, "Error converting key\n");
252 ERR_print_errors(bio_err);
264 BIO_printf(bio_err, "Bad format specified for key\n");
282 BIO_printf(bio_err, "Error setting PBE algorithm\n");
283 ERR_print_errors(bio_err);
298 BIO_printf(bio_err, "Password required\n")
    [all...]
prime.c 80 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
115 BIO_printf(bio_err, "Missing number (s) to check\n");
123 BIO_printf(bio_err, "Specify the number of bits.\n");
128 BIO_printf(bio_err, "Out of memory.\n");
132 BIO_printf(bio_err, "Failed to generate prime.\n");
137 BIO_printf(bio_err, "Out of memory.\n");
150 BIO_printf(bio_err, "Failed to process value (%s)\n", argv[0]);
157 BIO_printf(bio_err, "Error checking prime\n");
storeutl.c 108 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
133 BIO_printf(bio_err, "%s: only one search type can be given.\n",
163 BIO_printf(bio_err, "%s: criterion already given.\n",
169 BIO_printf(bio_err, "%s: subject already given.\n",
180 BIO_printf(bio_err, "%s: criterion already given.\n",
186 BIO_printf(bio_err, "%s: issuer already given.\n",
197 BIO_printf(bio_err, "%s: criterion already given.\n",
203 BIO_printf(bio_err, "%s: serial number already given.\n",
208 BIO_printf(bio_err, "%s: can't parse serial number argument.\n",
215 BIO_printf(bio_err, "%s: criterion already given.\n"
    [all...]
srp.c 68 BIO_printf(bio_err, "%s \"%s\"\n", s, pp[DB_srpid]);
70 BIO_printf(bio_err, " %d = \"%s\"\n", j, pp[j]);
104 BIO_printf(bio_err, "failed to update srpvfile\n");
105 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error);
116 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
137 BIO_printf(bio_err,
141 BIO_printf(bio_err, "Pass %s\n", password);
147 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
174 BIO_printf(bio_err, "Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",
179 BIO_printf(bio_err, "Internal error creating SRP verifier\n")
    [all...]
enc.c 212 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
303 BIO_printf(bio_err,
310 BIO_printf(bio_err, "%s: zero length password\n", prog);
350 BIO_printf(bio_err, "%s: out of memory\n", prog);
397 BIO_printf(bio_err, "bufsize=%d\n", bsize);
420 BIO_printf(bio_err, "Unstreamable cipher mode\n");
432 BIO_printf(bio_err, "Error getting password\n");
458 BIO_printf(bio_err, "bad password read\n");
464 BIO_printf(bio_err, "password required\n");
476 BIO_set_callback_arg(in, (char *)bio_err);
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
pkcs8.c 98 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
144 BIO_printf(bio_err,
152 BIO_printf(bio_err,
210 BIO_printf(bio_err, "Error getting passwords\n");
230 BIO_printf(bio_err, "Error converting key\n");
231 ERR_print_errors(bio_err);
241 BIO_printf(bio_err, "Bad format specified for key\n");
259 BIO_printf(bio_err, "Error setting PBE algorithm\n");
260 ERR_print_errors(bio_err);
276 BIO_printf(bio_err, "Password required\n")
    [all...]
prime.c 56 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
99 BIO_printf(bio_err, "Specify the number of bits.\n");
104 BIO_printf(bio_err, "Out of memory.\n");
108 BIO_printf(bio_err, "Failed to generate prime.\n");
113 BIO_printf(bio_err, "Out of memory.\n");
128 BIO_printf(bio_err, "Failed to process value (%s)\n", argv[0]);
storeutl.c 95 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
120 BIO_printf(bio_err, "%s: only one search type can be given.\n",
150 BIO_printf(bio_err, "%s: criterion already given.\n",
156 BIO_printf(bio_err, "%s: subject already given.\n",
167 BIO_printf(bio_err, "%s: criterion already given.\n",
173 BIO_printf(bio_err, "%s: issuer already given.\n",
184 BIO_printf(bio_err, "%s: criterion already given.\n",
190 BIO_printf(bio_err, "%s: serial number already given.\n",
195 BIO_printf(bio_err, "%s: can't parse serial number argument.\n",
204 BIO_printf(bio_err, "%s: criterion already given.\n"
    [all...]
srp.c 69 BIO_printf(bio_err, "%s \"%s\"\n", s, pp[DB_srpid]);
71 BIO_printf(bio_err, " %d = \"%s\"\n", j, pp[j]);
106 BIO_printf(bio_err, "failed to update srpvfile\n");
107 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error);
118 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
139 BIO_printf(bio_err,
143 BIO_printf(bio_err, "Pass %s\n", password);
148 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
175 BIO_printf(bio_err, "Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",
179 BIO_printf(bio_err, "Internal error creating SRP verifier\n")
    [all...]

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 910