Home
last modified time | relevance | path

Searched refs:bio_err (Results 1 – 25 of 91) sorted by relevance

1234

/openssl/test/
H A Dbio_tfo_test.c107 BIO_printf(bio_err, "Error: failed without EAGAIN\n"); in test_bio_tfo()
112 BIO_printf(bio_err, "Error: accepted unknown connection\n"); in test_bio_tfo()
131 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_bio_tfo()
139 BIO_printf(bio_err, "Error: failed without EAGAIN\n"); in test_bio_tfo()
164 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_bio_tfo()
171 BIO_printf(bio_err, "Error: socket not accepted\n"); in test_bio_tfo()
249 BIO_printf(bio_err, "Using IPv4\n"); in test_fd_tfo()
255 BIO_printf(bio_err, "Using IPv6\n"); in test_fd_tfo()
331 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_fd_tfo()
373 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_fd_tfo()
[all …]
H A Dbio_prefix_text.c18 static BIO *bio_err = NULL; variable
67 ret = BIO_vprintf(bio_err, fmt, ap); in opt_printf_stderr()
135 BIO_free_all(bio_err); in cleanup()
149 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
152 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err); in setup()
157 OPENSSL_assert(bio_err != NULL); in setup()
166 BIO_printf(bio_err, in setup()
193 BIO_printf(bio_err, in setup()
204 BIO_printf(bio_err, in setup()
231 BIO_printf(bio_err, in setup()
[all …]
/openssl/apps/
H A Dsrp.c139 BIO_printf(bio_err, in srp_verify_user()
275 BIO_printf(bio_err, in srp_main()
316 BIO_printf(bio_err, in srp_main()
321 BIO_printf(bio_err, in srp_main()
333 BIO_printf(bio_err, in srp_main()
356 BIO_printf(bio_err, in srp_main()
368 BIO_printf(bio_err, in srp_main()
433 BIO_printf(bio_err, in srp_main()
489 BIO_printf(bio_err, in srp_main()
567 BIO_printf(bio_err, in srp_main()
[all …]
H A Dca.c610 BIO_printf(bio_err, in ca_main()
657 BIO_printf(bio_err, in ca_main()
693 BIO_printf(bio_err, in ca_main()
1363 BIO_printf(bio_err, in certify()
1373 BIO_printf(bio_err, in certify()
1385 ERR_print_errors(bio_err); in certify()
1652 BIO_printf(bio_err, in do_body()
1744 BIO_printf(bio_err, in do_body()
2067 BIO_printf(bio_err, in certify_spkac()
2128 BIO_printf(bio_err, in do_revoke()
[all …]
H A Dstoreutl.c221 BIO_printf(bio_err, in storeutl_main()
272 ERR_print_errors(bio_err); in storeutl_main()
278 BIO_printf(bio_err, in storeutl_main()
285 ERR_print_errors(bio_err); in storeutl_main()
361 ERR_print_errors(bio_err); in process()
367 ERR_print_errors(bio_err); in process()
374 BIO_printf(bio_err, in process()
381 ERR_print_errors(bio_err); in process()
410 BIO_printf(bio_err, in process()
414 ERR_print_errors(bio_err); in process()
[all …]
H A Ds_client.c178 BIO_printf(bio_err, in psk_client_cb()
995 BIO_printf(bio_err, in s_client_main()
1001 BIO_printf(bio_err, in s_client_main()
1014 BIO_printf(bio_err, in s_client_main()
1581 BIO_printf(bio_err, in s_client_main()
1603 BIO_printf(bio_err, in s_client_main()
1609 BIO_printf(bio_err, in s_client_main()
1633 BIO_printf(bio_err, in s_client_main()
1677 BIO_printf(bio_err, in s_client_main()
1698 BIO_printf(bio_err, in s_client_main()
[all …]
H A Dreq.c520 BIO_printf(bio_err, in req_main()
625 BIO_printf(bio_err, in req_main()
744 BIO_printf(bio_err, in req_main()
1136 BIO_printf(bio_err, in prompt_info()
1139 BIO_printf(bio_err, in prompt_info()
1141 BIO_printf(bio_err, in prompt_info()
1143 BIO_printf(bio_err, in prompt_info()
1145 BIO_printf(bio_err, in prompt_info()
1386 (void)BIO_flush(bio_err); in build_data()
1433 BIO_printf(bio_err, in req_check_len()
[all …]
H A Denc.c268 BIO_printf(bio_err, in enc_main()
353 BIO_printf(bio_err, "bufsize=%d\n", bsize); in enc_main()
432 BIO_set_callback_arg(in, (char *)bio_err); in enc_main()
433 BIO_set_callback_arg(out, (char *)bio_err); in enc_main()
611 BIO_printf(bio_err, "iv undefined\n"); in enc_main()
639 ERR_print_errors(bio_err); in enc_main()
650 ERR_print_errors(bio_err); in enc_main()
706 BIO_printf(bio_err, "bad encrypt\n"); in enc_main()
708 BIO_printf(bio_err, "bad decrypt\n"); in enc_main()
718 ERR_print_errors(bio_err); in enc_main()
[all …]
H A Dpkcs8.c150 BIO_printf(bio_err, in pkcs8_main()
158 BIO_printf(bio_err, in pkcs8_main()
240 ERR_print_errors(bio_err); in pkcs8_main()
269 ERR_print_errors(bio_err); in pkcs8_main()
292 ERR_print_errors(bio_err); in pkcs8_main()
330 BIO_printf(bio_err, "Error reading key\n"); in pkcs8_main()
331 ERR_print_errors(bio_err); in pkcs8_main()
352 BIO_printf(bio_err, "Error decrypting key\n"); in pkcs8_main()
353 ERR_print_errors(bio_err); in pkcs8_main()
358 BIO_printf(bio_err, "Error converting key\n"); in pkcs8_main()
[all …]
H A Dpkcs12.c392 BIO_printf(bio_err, in pkcs12_main()
584 BIO_printf(bio_err, in pkcs12_main()
611 BIO_printf(bio_err, in pkcs12_main()
727 ERR_print_errors(bio_err); in pkcs12_main()
738 ERR_print_errors(bio_err); in pkcs12_main()
742 ERR_print_errors(bio_err); in pkcs12_main()
775 BIO_puts(bio_err, "MAC: "); in pkcs12_main()
776 i2a_ASN1_OBJECT(bio_err, macobj); in pkcs12_main()
841 ERR_print_errors(bio_err); in pkcs12_main()
1039 BIO_printf(bio_err, "\n"); in dump_certs_pkeys_bag()
[all …]
H A Ddhparam.c100 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in dhparam_main()
177 BIO_printf(bio_err, in dhparam_main()
199 BIO_printf(bio_err, in dhparam_main()
204 EVP_PKEY_CTX_set_app_data(ctx, bio_err); in dhparam_main()
207 BIO_printf(bio_err, in dhparam_main()
213 BIO_printf(bio_err, in dhparam_main()
338 BIO_printf(bio_err, "DH parameters appear to be ok.\n"); in dhparam_main()
359 ERR_print_errors(bio_err); in dhparam_main()
385 BIO_printf(bio_err, "Error, failed to set DH parameters\n"); in dsa_to_dh()
397 BIO_printf(bio_err, "Error, failed to set DH parameters\n"); in dsa_to_dh()
[all …]
H A Dasn1parse.c148 BIO_puts(bio_err, "Supported types:\n"); in asn1parse_main()
183 BIO_printf(bio_err, "Error reading PEM file\n"); in asn1parse_main()
184 ERR_print_errors(bio_err); in asn1parse_main()
196 ERR_print_errors(bio_err); in asn1parse_main()
248 ERR_print_errors(bio_err); in asn1parse_main()
256 ERR_print_errors(bio_err); in asn1parse_main()
278 BIO_printf(bio_err, "Error writing output\n"); in asn1parse_main()
279 ERR_print_errors(bio_err); in asn1parse_main()
290 ERR_print_errors(bio_err); in asn1parse_main()
297 ERR_print_errors(bio_err); in asn1parse_main()
[all …]
H A Dpkeyutl.c234 BIO_puts(bio_err, "out of memory\n"); in pkeyutl_main()
263 BIO_printf(bio_err, in pkeyutl_main()
270 BIO_printf(bio_err, in pkeyutl_main()
284 BIO_printf(bio_err, in pkeyutl_main()
289 BIO_printf(bio_err, in pkeyutl_main()
293 BIO_printf(bio_err, in pkeyutl_main()
379 BIO_printf(bio_err, in pkeyutl_main()
385 BIO_printf(bio_err, in pkeyutl_main()
445 BIO_printf(bio_err, in pkeyutl_main()
506 ERR_print_errors(bio_err); in pkeyutl_main()
[all …]
H A Dcms.c774 BIO_printf(bio_err, in cms_main()
798 BIO_printf(bio_err, in cms_main()
804 BIO_printf(bio_err, in cms_main()
807 BIO_printf(bio_err, in cms_main()
896 BIO_printf(bio_err, in cms_main()
903 BIO_printf(bio_err, in cms_main()
909 BIO_printf(bio_err, in cms_main()
935 BIO_printf(bio_err, in cms_main()
1214 BIO_printf(bio_err, in cms_main()
1273 ERR_print_errors(bio_err); in cms_main()
[all …]
H A Dec.c169 BIO_printf(bio_err, "Error getting passwords\n"); in ec_main()
173 BIO_printf(bio_err, "read EC key\n"); in ec_main()
181 BIO_printf(bio_err, "unable to load Key\n"); in ec_main()
220 BIO_printf(bio_err, "unable to print EC key\n"); in ec_main()
228 BIO_printf(bio_err, "unable to check EC key\n"); in ec_main()
232 BIO_printf(bio_err, "EC Key Invalid!\n"); in ec_main()
234 BIO_printf(bio_err, "EC Key valid.\n"); in ec_main()
235 ERR_print_errors(bio_err); in ec_main()
243 BIO_printf(bio_err, "writing EC key\n"); in ec_main()
269 BIO_printf(bio_err, "unable to write EC key\n"); in ec_main()
[all …]
H A Dopenssl.c44 BIO *bio_err = NULL; variable
55 BIO_printf(bio_err, "\n"); in warn_deprecated()
252 bio_err = dup_bio_err(FORMAT_TEXT); in main()
267 BIO_printf(bio_err, in main()
270 ERR_print_errors(bio_err); in main()
319 BIO_free_all(bio_err); in main()
380 BIO_printf(bio_err, "\n"); in help_main()
386 BIO_printf(bio_err, "\n"); in help_main()
389 BIO_printf(bio_err, in help_main()
393 BIO_printf(bio_err, in help_main()
[all …]
H A Dgenpkey.c222 ERR_print_errors(bio_err); in genpkey_main()
236 BIO_puts(bio_err, "Error getting password\n"); in genpkey_main()
252 EVP_PKEY_CTX_set_app_data(ctx, bio_err); in genpkey_main()
279 BIO_puts(bio_err, "Error writing key(s)\n"); in genpkey_main()
290 BIO_puts(bio_err, "Error printing key\n"); in genpkey_main()
298 ERR_print_errors(bio_err); in genpkey_main()
318 BIO_puts(bio_err, "Parameters already set!\n"); in init_keygen_file()
349 BIO_puts(bio_err, "Error initializing context\n"); in init_keygen_file()
350 ERR_print_errors(bio_err); in init_keygen_file()
365 BIO_puts(bio_err, "Algorithm already set!\n"); in init_gen_str()
[all …]
H A Dfipsinstall.c152 BIO_printf(bio_err, "Failed to load FIPS module\n"); in load_fips_prov_and_run_self_test()
314 BIO_printf(bio_err, "version not found\n"); in verify_config()
326 BIO_printf(bio_err, "Module integrity mismatch\n"); in verify_config()
541 BIO_printf(bio_err, "MAC parameter error\n"); in fipsinstall_main()
542 ERR_print_errors(bio_err); in fipsinstall_main()
577 BIO_printf(bio_err, "VERIFY PASSED\n"); in fipsinstall_main()
591 BIO_printf(bio_err, "Failed to open file\n"); in fipsinstall_main()
599 BIO_printf(bio_err, "INSTALL PASSED\n"); in fipsinstall_main()
607 ERR_print_errors(bio_err); in fipsinstall_main()
650 BIO_printf(bio_err, "%s\n", phase); in self_test_events()
[all …]
H A Decparam.c212 BIO_printf(bio_err, in ecparam_main()
216 BIO_printf(bio_err, in ecparam_main()
241 BIO_printf(bio_err, "unable to generate key\n"); in ecparam_main()
275 BIO_printf(bio_err, "unable to clear seed\n"); in ecparam_main()
281 BIO_printf(bio_err, "unable to print params\n"); in ecparam_main()
292 BIO_printf(bio_err, "unable to set check_type\n"); in ecparam_main()
298 BIO_printf(bio_err, "failed\n"); in ecparam_main()
301 BIO_printf(bio_err, "ok\n"); in ecparam_main()
330 BIO_printf(bio_err, "unable to generate key\n"); in ecparam_main()
338 BIO_printf(bio_err, "unable to write elliptic " in ecparam_main()
[all …]
H A Dspeed.c1502 BIO_printf(bio_err, in run_benchmark()
1596 BIO_printf(bio_err, in get_ecdsa()
1628 BIO_printf(bio_err, in get_ecdsa()
2477 BIO_printf(bio_err, in speed_main()
4479 BIO_printf(bio_err, in print_message()
4482 (void)BIO_flush(bio_err); in print_message()
4490 BIO_printf(bio_err, in pkey_print_message()
4493 (void)BIO_flush(bio_err); in pkey_print_message()
4500 BIO_printf(bio_err, in kskey_print_message()
4503 (void)BIO_flush(bio_err); in kskey_print_message()
[all …]
H A Ddsa.c173 BIO_printf(bio_err, "Error getting passwords\n"); in dsa_main()
177 BIO_printf(bio_err, "read DSA key\n"); in dsa_main()
184 BIO_printf(bio_err, "unable to load Key\n"); in dsa_main()
185 ERR_print_errors(bio_err); in dsa_main()
189 BIO_printf(bio_err, "Not a DSA key\n"); in dsa_main()
202 ERR_print_errors(bio_err); in dsa_main()
211 ERR_print_errors(bio_err); in dsa_main()
224 BIO_printf(bio_err, "writing DSA key\n"); in dsa_main()
286 BIO_printf(bio_err, "invalid PVK encryption level\n"); in dsa_main()
292 BIO_printf(bio_err, "unable to write key\n"); in dsa_main()
[all …]
H A Ds_server.c172 BIO_printf(bio_err, in psk_server_cb()
188 (void)BIO_flush(bio_err); in psk_server_cb()
506 BIO_puts(bio_err, in get_ocsp_resp_from_responder()
637 ERR_print_errors(bio_err); in cert_status_cb()
1129 BIO_printf(bio_err, in s_server_main()
1752 BIO_printf(bio_err, in s_server_main()
1758 BIO_printf(bio_err, in s_server_main()
1917 ERR_print_errors(bio_err); in s_server_main()
1951 BIO_printf(bio_err, in s_server_main()
2025 ERR_print_errors(bio_err); in s_server_main()
[all …]
/openssl/apps/lib/
H A Ds_cb.c63 BIO_puts(bio_err, "\n"); in verify_callback()
146 BIO_printf(bio_err, in set_cert_stuff()
163 ERR_print_errors(bio_err); in set_cert_key_stuff()
169 ERR_print_errors(bio_err); in set_cert_key_stuff()
177 BIO_printf(bio_err, in set_cert_key_stuff()
183 ERR_print_errors(bio_err); in set_cert_key_stuff()
860 BIO_printf(bio_err, in generate_stateless_cookie_callback()
970 BIO_printf(bio_err, in set_cert_cb()
1161 ERR_print_errors(bio_err); in args_excert()
1194 BIO_puts(bio_err, "\n"); in print_raw_cipherlist()
[all …]
H A Dtlssrp_depr.c73 BIO_printf(bio_err, "SRP parameters:\n"); in ssl_srp_verify_param_cb()
74 BIO_printf(bio_err, "\tN="); in ssl_srp_verify_param_cb()
75 BN_print(bio_err, N); in ssl_srp_verify_param_cb()
76 BIO_printf(bio_err, "\n\tg="); in ssl_srp_verify_param_cb()
77 BN_print(bio_err, g); in ssl_srp_verify_param_cb()
78 BIO_printf(bio_err, "\n"); in ssl_srp_verify_param_cb()
86 BIO_printf(bio_err, in ssl_srp_verify_param_cb()
97 BIO_printf(bio_err, "SRP param N and g rejected.\n"); in ssl_srp_verify_param_cb()
113 BIO_printf(bio_err, "Can't read Password\n"); in ssl_give_srp_client_pwd_cb()
180 BIO_printf(bio_err, in ssl_srp_server_param_cb()
[all …]
/openssl/util/
H A Dquicserver.c25 static BIO *bio_err = NULL; variable
166 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in main()
167 if (argc == 0 || bio_err == NULL) in main()
196 BIO_printf(bio_err, "Unable to create server socket\n"); in main()
209 BIO_printf(bio_err, "Failed to create the QUIC_TSERVER\n"); in main()
213 BIO_printf(bio_err, "Starting quicserver\n"); in main()
214 BIO_printf(bio_err, in main()
216 BIO_printf(bio_err, in main()
226 BIO_printf(bio_err, in main()
267 BIO_printf(bio_err, "Failed reading request\n"); in main()
[all …]

Completed in 126 milliseconds

1234