Home
last modified time | relevance | path

Searched refs:bio_out (Results 1 - 25 of 52) sorted by relevance

123

/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c116 BIO_printf(bio_out, "Legacy:\n"); in list_ciphers()
117 EVP_CIPHER_do_all_sorted(legacy_cipher_fn, bio_out); in list_ciphers()
121 BIO_printf(bio_out, "Provided:\n"); in list_ciphers()
133 BIO_printf(bio_out, " "); in list_ciphers()
134 print_names(bio_out, names); in list_ciphers()
136 BIO_printf(bio_out, " @ %s\n", in list_ciphers()
143 BIO_printf(bio_out, " description: %s\n", desc); in list_ciphers()
200 BIO_printf(bio_out, "Legacy:\n"); in list_digests()
201 EVP_MD_do_all_sorted(legacy_md_fn, bio_out); in list_digests()
205 BIO_printf(bio_out, "Provide in list_digests()
[all...]
H A Dcrl.c295 print_name(bio_out, "issuer=", X509_CRL_get_issuer(x)); in crl_main()
301 BIO_printf(bio_out, "crlNumber="); in crl_main()
303 BIO_puts(bio_out, "0x"); in crl_main()
304 i2a_ASN1_INTEGER(bio_out, crlnum); in crl_main()
307 BIO_puts(bio_out, "<NONE>"); in crl_main()
309 BIO_printf(bio_out, "\n"); in crl_main()
318 BIO_printf(bio_out, "issuer name hash="); in crl_main()
320 BIO_printf(bio_out, "%08lx\n", hash_value); in crl_main()
322 BIO_puts(bio_out, "<ERROR>"); in crl_main()
329 BIO_printf(bio_out, "issue in crl_main()
[all...]
H A Dciphers.c184 BIO_printf(bio_out, "OpenSSL cipher name: %s\n", in ciphers_main()
238 BIO_printf(bio_out, ":"); in ciphers_main()
239 BIO_printf(bio_out, "%s", p); in ciphers_main()
241 BIO_printf(bio_out, "\n"); in ciphers_main()
260 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 in ciphers_main()
263 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
269 BIO_printf(bio_out, "%-45s - ", nm); in ciphers_main()
271 BIO_puts(bio_out, SSL_CIPHER_description(c, buf, sizeof(buf))); in ciphers_main()
H A Dprime.c116 BIO_printf(bio_out, "%s\n", s); in prime_main()
132 BN_print(bio_out, bn); in prime_main()
133 BIO_printf(bio_out, " (%s) %s prime\n", in prime_main()
H A Dverify.c293 BIO_printf(bio_out, "%s: OK\n", (file == NULL) ? "stdin" : file); in check()
300 BIO_printf(bio_out, "Chain:\n"); in check()
303 BIO_printf(bio_out, "depth=%d: ", j); in check()
308 BIO_printf(bio_out, " (untrusted)"); in check()
309 BIO_printf(bio_out, "\n"); in check()
H A Dopenssl.c43 BIO *bio_out = NULL; variable
251 bio_out = dup_bio_out(FORMAT_TEXT); in main()
308 BIO_free_all(bio_out); in main()
427 BIO_printf(bio_out, "%s\n", argv[0]); in LHASH_OF()
430 BIO_printf(bio_out, "%s\n", argv[0] + 3); in LHASH_OF()
H A Drehash.c373 BIO_printf(bio_out, "Doing %s\n", dirname); in do_dir()
429 BIO_printf(bio_out, "link %s -> %s\n", in do_dir()
440 BIO_printf(bio_out, "link %s -> %s\n", in do_dir()
462 BIO_printf(bio_out, "unlink %s\n", in do_dir()
H A Derrstr.c69 BIO_printf(bio_out, "%s\n", buf); in errstr_main()
/third_party/openssl/apps/
H A Dlist.c116 BIO_printf(bio_out, "Legacy:\n"); in list_ciphers()
117 EVP_CIPHER_do_all_sorted(legacy_cipher_fn, bio_out); in list_ciphers()
121 BIO_printf(bio_out, "Provided:\n"); in list_ciphers()
133 BIO_printf(bio_out, " "); in list_ciphers()
134 print_names(bio_out, names); in list_ciphers()
136 BIO_printf(bio_out, " @ %s\n", in list_ciphers()
143 BIO_printf(bio_out, " description: %s\n", desc); in list_ciphers()
200 BIO_printf(bio_out, "Legacy:\n"); in list_digests()
201 EVP_MD_do_all_sorted(legacy_md_fn, bio_out); in list_digests()
205 BIO_printf(bio_out, "Provide in list_digests()
[all...]
H A Dcrl.c295 print_name(bio_out, "issuer=", X509_CRL_get_issuer(x)); in crl_main()
301 BIO_printf(bio_out, "crlNumber="); in crl_main()
303 BIO_puts(bio_out, "0x"); in crl_main()
304 i2a_ASN1_INTEGER(bio_out, crlnum); in crl_main()
307 BIO_puts(bio_out, "<NONE>"); in crl_main()
309 BIO_printf(bio_out, "\n"); in crl_main()
318 BIO_printf(bio_out, "issuer name hash="); in crl_main()
320 BIO_printf(bio_out, "%08lx\n", hash_value); in crl_main()
322 BIO_puts(bio_out, "<ERROR>"); in crl_main()
329 BIO_printf(bio_out, "issue in crl_main()
[all...]
H A Dciphers.c184 BIO_printf(bio_out, "OpenSSL cipher name: %s\n", in ciphers_main()
238 BIO_printf(bio_out, ":"); in ciphers_main()
239 BIO_printf(bio_out, "%s", p); in ciphers_main()
241 BIO_printf(bio_out, "\n"); in ciphers_main()
260 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 in ciphers_main()
263 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */ in ciphers_main()
269 BIO_printf(bio_out, "%-45s - ", nm); in ciphers_main()
271 BIO_puts(bio_out, SSL_CIPHER_description(c, buf, sizeof(buf))); in ciphers_main()
H A Dprime.c116 BIO_printf(bio_out, "%s\n", s); in prime_main()
132 BN_print(bio_out, bn); in prime_main()
133 BIO_printf(bio_out, " (%s) %s prime\n", in prime_main()
H A Dverify.c293 BIO_printf(bio_out, "%s: OK\n", (file == NULL) ? "stdin" : file); in check()
300 BIO_printf(bio_out, "Chain:\n"); in check()
303 BIO_printf(bio_out, "depth=%d: ", j); in check()
308 BIO_printf(bio_out, " (untrusted)"); in check()
309 BIO_printf(bio_out, "\n"); in check()
H A Dopenssl.c43 BIO *bio_out = NULL; variable
251 bio_out = dup_bio_out(FORMAT_TEXT); in main()
308 BIO_free_all(bio_out); in main()
427 BIO_printf(bio_out, "%s\n", argv[0]); in LHASH_OF()
430 BIO_printf(bio_out, "%s\n", argv[0] + 3); in LHASH_OF()
H A Drehash.c375 BIO_printf(bio_out, "Doing %s\n", dirname); in do_dir()
423 BIO_printf(bio_out, "link %s -> %s\n", in do_dir()
434 BIO_printf(bio_out, "link %s -> %s\n", in do_dir()
456 BIO_printf(bio_out, "unlink %s\n", in do_dir()
H A Derrstr.c69 BIO_printf(bio_out, "%s\n", buf); in errstr_main()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapp_params.c84 BIO_printf(bio_out, "%*sEmpty list of %s (!!!)\n", indent, "", thing); in print_param_types()
86 BIO_printf(bio_out, "%*s%s:\n", indent, "", thing); in print_param_types()
91 BIO_printf(bio_out, "%*s %s\n", indent, "", buf); in print_param_types()
106 BIO_printf(bio_out, "%llu\n", (unsigned long long int)u); in print_param_value()
108 BIO_printf(bio_out, "error getting value\n"); in print_param_value()
112 BIO_printf(bio_out, "%lld\n", (long long int)i); in print_param_value()
114 BIO_printf(bio_out, "error getting value\n"); in print_param_value()
117 BIO_printf(bio_out, "'%s'\n", *(char **)(p->data)); in print_param_value()
120 BIO_printf(bio_out, "'%s'\n", (char *)p->data); in print_param_value()
124 BIO_printf(bio_out, "< in print_param_value()
[all...]
/third_party/openssl/apps/lib/
H A Dapp_params.c84 BIO_printf(bio_out, "%*sEmpty list of %s (!!!)\n", indent, "", thing); in print_param_types()
86 BIO_printf(bio_out, "%*s%s:\n", indent, "", thing); in print_param_types()
91 BIO_printf(bio_out, "%*s %s\n", indent, "", buf); in print_param_types()
106 BIO_printf(bio_out, "%llu\n", (unsigned long long int)u); in print_param_value()
108 BIO_printf(bio_out, "error getting value\n"); in print_param_value()
112 BIO_printf(bio_out, "%lld\n", (long long int)i); in print_param_value()
114 BIO_printf(bio_out, "error getting value\n"); in print_param_value()
117 BIO_printf(bio_out, "'%s'\n", *(char **)(p->data)); in print_param_value()
120 BIO_printf(bio_out, "'%s'\n", (char *)p->data); in print_param_value()
124 BIO_printf(bio_out, "< in print_param_value()
[all...]
/third_party/openssl/test/testutil/
H A Dbasic_output.c18 BIO *bio_out = NULL; variable
36 bio_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams()
38 BIO_set_prefix(bio_out, "# "); in test_open_streams()
41 OPENSSL_assert(bio_out != NULL); in test_open_streams()
55 * we only need to free the last one in the bio_out and bio_err chains. in test_close_streams()
57 BIO_free(bio_out); in test_close_streams()
66 return BIO_vprintf(bio_out, fmt, ap); in test_vprintf_stdout()
76 return BIO_flush(bio_out); in test_flush_stdout()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dasn1parse.c22 static BIO *bio_out; variable
26 bio_out = BIO_new(BIO_s_null()); /* output will be ignored */ in FuzzerInitialize()
27 if (bio_out == NULL) in FuzzerInitialize()
37 (void)ASN1_parse_dump(bio_out, buf, len, 0, 0); in FuzzerTestOneInput()
44 BIO_free(bio_out); in FuzzerCleanup()
/third_party/openssl/fuzz/
H A Dasn1parse.c22 static BIO *bio_out; variable
26 bio_out = BIO_new(BIO_s_null()); /* output will be ignored */ in FuzzerInitialize()
27 if (bio_out == NULL) in FuzzerInitialize()
37 (void)ASN1_parse_dump(bio_out, buf, len, 0, 0); in FuzzerTestOneInput()
44 BIO_free(bio_out); in FuzzerCleanup()
/third_party/openssl/test/
H A Dbio_prefix_text.c17 static BIO *bio_out = NULL; variable
21 * This program sets up a chain of BIO_f_filter() on top of bio_out, how
104 next = bio_out; in setup_bio_chain()
134 BIO_free_all(bio_out); in cleanup()
148 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
151 bio_out = BIO_push(BIO_new(BIO_f_linebuffer()), bio_out); in setup()
156 OPENSSL_assert(bio_out != NULL); in setup()
H A Dprovider_status_test.c57 BIO_printf(bio_out, "\n%s\n", title); in self_test_events()
76 BIO_printf(bio_out, "%s : (%s) : ", desc, type); in self_test_events()
79 BIO_printf(bio_out, "%s\n", phase); in self_test_events()
H A Dendecoder_legacy_test.c350 evp_pkey_print(bio_out, decoded_provided_pkey, 0, NULL); in test_protected_PEM()
352 evp_pkey_print(bio_out, decoded_legacy_pkey, 0, NULL); in test_protected_PEM()
417 evp_pkey_print(bio_out, decoded_provided_pkey, 0, NULL); in test_unprotected_PEM()
419 evp_pkey_print(bio_out, decoded_legacy_pkey, 0, NULL); in test_unprotected_PEM()
488 evp_pkey_print(bio_out, decoded_provided_pkey, 0, NULL); in test_DER()
490 evp_pkey_print(bio_out, decoded_legacy_pkey, 0, NULL); in test_DER()
H A Decstresstest.c85 BN_print(bio_out, result); in test_curve()
86 BIO_printf(bio_out, "\n"); in test_curve()

Completed in 13 milliseconds

123