/openssl-master/crypto/ts/ |
A D | ts_rsp_print.c | 30 BIO_printf(bio, "Status info:\n"); in TS_RESP_print_bio() 33 BIO_printf(bio, "\nTST info:\n"); in TS_RESP_print_bio() 75 BIO_printf(bio, "Status: "); in TS_STATUS_INFO_print_bio() 97 BIO_printf(bio, "\n"); in TS_STATUS_INFO_print_bio() 128 BIO_printf(bio, "Policy OID: "); in TS_TST_INFO_print_bio() 144 BIO_printf(bio, "Accuracy: "); in TS_TST_INFO_print_bio() 153 BIO_printf(bio, "Nonce: "); in TS_TST_INFO_print_bio() 160 BIO_printf(bio, "TSA: "); in TS_TST_INFO_print_bio() 182 BIO_printf(bio, " seconds, "); in ts_ACCURACY_print_bio() 187 BIO_printf(bio, " millis, "); in ts_ACCURACY_print_bio() [all …]
|
/openssl-master/crypto/lhash/ |
A D | lh_stats.c | 64 BIO_printf(out, "num_items = %lu\n", lh->num_items); in OPENSSL_LH_stats_bio() 65 BIO_printf(out, "num_nodes = %u\n", lh->num_nodes); in OPENSSL_LH_stats_bio() 67 BIO_printf(out, "num_expands = %lu\n", lh->num_expands); in OPENSSL_LH_stats_bio() 69 BIO_printf(out, "num_contracts = %lu\n", lh->num_contracts); in OPENSSL_LH_stats_bio() 73 BIO_printf(out, "num_insert = %lu\n", lh->num_insert); in OPENSSL_LH_stats_bio() 74 BIO_printf(out, "num_replace = %lu\n", lh->num_replace); in OPENSSL_LH_stats_bio() 75 BIO_printf(out, "num_delete = %lu\n", lh->num_delete); in OPENSSL_LH_stats_bio() 77 BIO_printf(out, "num_retrieve = %lu\n", lh->num_retrieve); in OPENSSL_LH_stats_bio() 90 BIO_printf(out, "node %6u -> %3u\n", i, num); in OPENSSL_LH_node_stats_bio() 110 BIO_printf(out, "%lu items\n", total); in OPENSSL_LH_node_usage_stats_bio() [all …]
|
/openssl-master/apps/ |
A D | list.c | 121 BIO_printf(bio_out, "Provided:\n"); in list_ciphers() 133 BIO_printf(bio_out, " "); in list_ciphers() 217 BIO_printf(bio_out, " "); in list_digests() 278 BIO_printf(bio_out, " "); in list_macs() 342 BIO_printf(bio_out, " "); in list_kdfs() 747 BIO_printf(bio_out, " -\n"); in list_signatures() 806 BIO_printf(bio_out, " -\n"); in list_kems() 868 BIO_printf(bio_out, " -\n"); in list_asymciphers() 927 BIO_printf(bio_out, " -\n"); in list_keyexchanges() 1011 BIO_printf(bio_out, "- -\n"); in list_options_for_command() [all …]
|
A D | s_client.c | 110 BIO_printf(bio_c_out, in psk_client_cb() 134 BIO_printf(bio_err, in psk_client_cb() 774 BIO_printf(bio_c_out, in new_session_cb() 931 BIO_printf(bio_err, in s_client_main() 937 BIO_printf(bio_err, in s_client_main() 950 BIO_printf(bio_err, in s_client_main() 1579 BIO_printf(bio_err, in s_client_main() 1757 BIO_printf(bio_err, in s_client_main() 2269 BIO_printf(sbio, in s_client_main() 3181 BIO_printf(bio, in print_stuff() [all …]
|
A D | srp.c | 139 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() 459 BIO_printf(bio_err, in srp_main() 489 BIO_printf(bio_err, in srp_main() [all …]
|
A D | ca.c | 610 BIO_printf(bio_err, in ca_main() 668 BIO_printf(bio_err, in ca_main() 704 BIO_printf(bio_err, in ca_main() 892 BIO_printf(bio_err, in ca_main() 1386 BIO_printf(bio_err, in certify() 1396 BIO_printf(bio_err, in certify() 1675 BIO_printf(bio_err, in do_body() 1767 BIO_printf(bio_err, in do_body() 1898 BIO_printf(bio_err, "\n"); in do_body() 2090 BIO_printf(bio_err, in certify_spkac() [all …]
|
A D | s_server.c | 169 BIO_printf(bio_err, in psk_server_cb() 426 BIO_printf(p->biodebug, in ssl_servername_cb() 1092 BIO_printf(bio_err, in s_server_main() 1141 BIO_printf(bio_err, in s_server_main() 1156 BIO_printf(bio_err, in s_server_main() 1187 BIO_printf(bio_err, in s_server_main() 1683 BIO_printf(bio_err, in s_server_main() 1689 BIO_printf(bio_err, in s_server_main() 1869 BIO_printf(bio_err, in s_server_main() 1977 BIO_printf(bio_err, in s_server_main() [all …]
|
A D | dgst.c | 136 BIO_printf(bio_out, "\n"); in dgst_main() 238 BIO_printf(bio_err, in dgst_main() 476 BIO_printf(dec->bio, "\n"); in show_digests() 479 BIO_printf(dec->bio, " "); in show_digests() 604 BIO_printf(out, "%02x", buf[i]); in do_fp() 606 BIO_printf(out, " *%s\n", file); in do_fp() 613 BIO_printf(out, "(%s)= ", file); in do_fp() 617 BIO_printf(out, "(%s)= ", file); in do_fp() 621 BIO_printf(out, ":"); in do_fp() 622 BIO_printf(out, "%02x", buf[i]); in do_fp() [all …]
|
A D | x509.c | 188 BIO_printf(bio_err, in warn_copying() 625 BIO_printf(bio_err, in x509_main() 642 BIO_printf(bio_err, in x509_main() 647 BIO_printf(bio_err, in x509_main() 664 BIO_printf(bio_err, in x509_main() 670 BIO_printf(bio_err, in x509_main() 687 BIO_printf(bio_err, in x509_main() 695 BIO_printf(bio_err, in x509_main() 721 BIO_printf(bio_err, in x509_main() 1142 BIO_printf(bio_err, in callb() [all …]
|
A D | engine.c | 98 BIO_printf(out, "<no flags>\n"); in util_flags() 106 BIO_printf(out, "[Internal] "); in util_flags() 110 BIO_printf(out, "NUMERIC"); in util_flags() 121 BIO_printf(out, "|"); in util_flags() 124 BIO_printf(out, "STRING"); in util_flags() 129 BIO_printf(out, "|"); in util_flags() 132 BIO_printf(out, "NO_INPUT"); in util_flags() 141 BIO_printf(out, "|"); in util_flags() 146 BIO_printf(out, "\n"); in util_flags() 208 BIO_printf(out, "\n"); in util_verbose() [all …]
|
A D | fipsinstall.c | 125 ret = BIO_printf(bio, "%s = %s\n", label, hexstr); in print_mac() 134 && BIO_printf(out, "[openssl_init]\n") in write_config_header() 136 && BIO_printf(out, "[provider_section]\n") in write_config_header() 157 if (BIO_printf(out, "[%s]\n", section) <= 0 in write_config_fips_section() 158 || BIO_printf(out, "activate = 1\n") <= 0 in write_config_fips_section() 250 BIO_printf(bio_err, "version not found\n"); in verify_config() 455 BIO_printf(bio_err, "MAC parameter error\n"); in fipsinstall_main() 491 BIO_printf(bio_err, "VERIFY PASSED\n"); in fipsinstall_main() 517 BIO_printf(bio_err, "INSTALL PASSED\n"); in fipsinstall_main() 568 BIO_printf(bio_err, "%s\n", phase); in self_test_events() [all …]
|
A D | enc.c | 159 BIO_printf(bio_out, "Supported ciphers:\n"); in enc_main() 164 BIO_printf(bio_out, "\n"); in enc_main() 241 BIO_printf(bio_err, in enc_main() 317 BIO_printf(bio_err, "bufsize=%d\n", bsize); in enc_main() 500 BIO_printf(bio_err, "*** WARNING : " in enc_main() 534 BIO_printf(bio_err, "iv undefined\n"); in enc_main() 618 BIO_printf(bio_err, "bad decrypt\n"); in enc_main() 660 BIO_printf(dec->bio, "-%-25s", name->name); in show_ciphers() 662 BIO_printf(dec->bio, "\n"); in show_ciphers() 665 BIO_printf(dec->bio, " "); in show_ciphers() [all …]
|
A D | pkcs12.c | 380 BIO_printf(bio_err, in pkcs12_main() 569 BIO_printf(bio_err, in pkcs12_main() 596 BIO_printf(bio_err, in pkcs12_main() 988 BIO_printf(bio_err, "\n"); in dump_certs_pkeys_bag() 1140 BIO_printf(out, "%s\n", value); in print_attribute() 1152 BIO_printf(out, "\n"); in print_attribute() 1158 BIO_printf(out, "\n"); in print_attribute() 1183 BIO_printf(out, "%s\n", name); in print_attribs() 1189 BIO_printf(out, " "); in print_attribs() 1192 BIO_printf(out, ": "); in print_attribs() [all …]
|
A D | req.c | 493 BIO_printf(bio_err, in req_main() 506 BIO_printf(bio_err, in req_main() 619 BIO_printf(bio_err, in req_main() 742 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() 1451 BIO_printf(bio_err, in req_check_len() [all …]
|
A D | crl.c | 254 BIO_printf(bio_err, "verify failure\n"); in crl_main() 256 BIO_printf(bio_err, "verify OK\n"); in crl_main() 301 BIO_printf(bio_out, "crlNumber="); in crl_main() 309 BIO_printf(bio_out, "\n"); in crl_main() 330 BIO_printf(bio_out, "%08lx\n", in crl_main() 335 BIO_printf(bio_out, "lastUpdate="); in crl_main() 337 BIO_printf(bio_out, "\n"); in crl_main() 340 BIO_printf(bio_out, "nextUpdate="); in crl_main() 344 BIO_printf(bio_out, "NONE"); in crl_main() 345 BIO_printf(bio_out, "\n"); in crl_main() [all …]
|
A D | dhparam.c | 97 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in dhparam_main() 168 BIO_printf(bio_err, in dhparam_main() 186 BIO_printf(bio_err, in dhparam_main() 193 BIO_printf(bio_err, in dhparam_main() 198 BIO_printf(bio_err, in dhparam_main() 215 BIO_printf(bio_err, "Error, unable to set generator\n"); in dhparam_main() 285 BIO_printf(bio_err, "Error, unable to load parameters\n"); in dhparam_main() 321 BIO_printf(bio_err, "DH parameters appear to be ok.\n"); in dhparam_main() 368 BIO_printf(bio_err, "Error, failed to set DH parameters\n"); in dsa_to_dh() 380 BIO_printf(bio_err, "Error, failed to set DH parameters\n"); in dsa_to_dh() [all …]
|
/openssl-master/ssl/ |
A D | ssl_txt.c | 44 if (BIO_printf(bp, " Protocol : %s\n", s) <= 0) in SSL_SESSION_print() 49 if (BIO_printf(bp, " Cipher : %06lX\n", in SSL_SESSION_print() 53 if (BIO_printf(bp, " Cipher : %04lX\n", in SSL_SESSION_print() 58 if (BIO_printf(bp, " Cipher : %s\n", in SSL_SESSION_print() 66 if (BIO_printf(bp, "%02X", x->session_id[i]) <= 0) in SSL_SESSION_print() 72 if (BIO_printf(bp, "%02X", x->sid_ctx[i]) <= 0) in SSL_SESSION_print() 81 if (BIO_printf(bp, "%02X", x->master_key[i]) <= 0) in SSL_SESSION_print() 91 if (BIO_printf in SSL_SESSION_print() 102 if (BIO_printf(bp, in SSL_SESSION_print() 144 if (BIO_printf(bp, "%ld (%s)\n", x->verify_result, in SSL_SESSION_print() [all …]
|
/openssl-master/crypto/x509/ |
A D | t_x509.c | 110 if (BIO_printf(bp, "\n%12s%s", "", neg) <= 0) in X509_print_ex() 114 if (BIO_printf(bp, "%02x%c", bs->data[i], in X509_print_ex() 256 if (BIO_printf(bp, "%02X", SHA1md[i]) <= 0) in X509_ocspid_print() 277 if (BIO_printf(bp, "%02X", SHA1md[i]) <= 0) in X509_ocspid_print() 280 BIO_printf(bp, "\n"); in X509_ocspid_print() 388 BIO_printf(out, "%*sKey Id: ", indent, ""); in X509_aux_print() 407 if (BIO_printf(bio, " certificate\n") <= 0 in ossl_x509_print_ex_brief() 414 if (BIO_printf(bio, " ") <= 0 in ossl_x509_print_ex_brief() 490 BIO_printf(bio, "\n"); in X509_STORE_CTX_print_verify_cb() 508 BIO_printf(bio, "Failure for:\n"); in X509_STORE_CTX_print_verify_cb() [all …]
|
A D | t_crl.c | 49 BIO_printf(out, "Certificate Revocation List (CRL):\n"); in X509_CRL_print_ex() 58 BIO_printf(out, "%8sIssuer: ", ""); in X509_CRL_print_ex() 61 BIO_printf(out, "%8sLast Update: ", ""); in X509_CRL_print_ex() 63 BIO_printf(out, "\n%8sNext Update: ", ""); in X509_CRL_print_ex() 67 BIO_printf(out, "NONE"); in X509_CRL_print_ex() 68 BIO_printf(out, "\n"); in X509_CRL_print_ex() 76 BIO_printf(out, "Revoked Certificates:\n"); in X509_CRL_print_ex() 78 BIO_printf(out, "No Revoked Certificates.\n"); in X509_CRL_print_ex() 82 BIO_printf(out, " Serial Number: "); in X509_CRL_print_ex() 84 BIO_printf(out, "\n Revocation Date: "); in X509_CRL_print_ex() [all …]
|
A D | v3_admis.c | 84 if (BIO_printf(bp, "%*snamingAuthority: ", ind, "") <= 0) in i2r_NAMING_AUTHORITY() 96 if (BIO_printf(bp, "%s%s%s%s\n", ln ? ln : "", in i2r_NAMING_AUTHORITY() 103 || BIO_printf(bp, "\n") <= 0) in i2r_NAMING_AUTHORITY() 109 || BIO_printf(bp, "\n") <= 0) in i2r_NAMING_AUTHORITY() 126 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() 128 || BIO_printf(bp, "\n") <= 0) in i2r_ADMISSION_SYNTAX() 139 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() 141 || BIO_printf(bp, "\n") <= 0) in i2r_ADMISSION_SYNTAX() 159 || BIO_printf(bp, "\n") <= 0) in i2r_ADMISSION_SYNTAX() 175 if (BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX() [all …]
|
/openssl-master/apps/lib/ |
A D | s_cb.c | 89 BIO_printf(bio_err, "notBefore="); in verify_callback() 91 BIO_printf(bio_err, "\n"); in verify_callback() 95 BIO_printf(bio_err, "notAfter="); in verify_callback() 97 BIO_printf(bio_err, "\n"); in verify_callback() 140 BIO_printf(bio_err, in set_cert_stuff() 170 BIO_printf(bio_err, in set_cert_key_stuff() 630 BIO_printf(bio, " "); in msg_cb() 638 BIO_printf(bio, " ..."); in msg_cb() 639 BIO_printf(bio, "\n"); in msg_cb() 794 BIO_printf(bio_err, in generate_stateless_cookie_callback() [all …]
|
A D | app_params.c | 84 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, "<%zu bytes>\n", p->data_size); in print_param_value() [all …]
|
A D | tlssrp_depr.c | 73 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() 76 BIO_printf(bio_err, "\n\tg="); 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() 208 BIO_printf(bio_err, in set_up_srp_verifier_file() 227 BIO_printf(bio_s_out, "LOOKUP done %s\n", in lookup_srp_user() [all …]
|
/openssl-master/crypto/ct/ |
A D | ct_prn.c | 26 BIO_printf(out, "%s", OBJ_nid2ln(nid)); in SCT_signature_algorithms_print() 81 BIO_printf(out, "\n%*sVersion : ", indent + 4, ""); in SCT_print() 84 BIO_printf(out, "unknown\n%*s", indent + 16, ""); in SCT_print() 89 BIO_printf(out, "v1 (0x0)"); in SCT_print() 96 BIO_printf(out, "\n%*sLog ID : ", indent + 4, ""); in SCT_print() 99 BIO_printf(out, "\n%*sTimestamp : ", indent + 4, ""); in SCT_print() 102 BIO_printf(out, "\n%*sExtensions: ", indent + 4, ""); in SCT_print() 104 BIO_printf(out, "none"); in SCT_print() 108 BIO_printf(out, "\n%*sSignature : ", indent + 4, ""); in SCT_print() 110 BIO_printf(out, "\n%*s ", indent + 4, ""); in SCT_print() [all …]
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2text.c | 88 if (BIO_printf(out, "%s%s\n", label, neg) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST() 94 if (BIO_printf(out, "%s", spaces) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST() 99 if (BIO_printf(out, "%02x", 0) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST() 118 if (BIO_printf(out, "\n") <= 0) in DEFINE_SPECIAL_STACK_OF_CONST() 135 if (BIO_printf(out, "%s\n", label) <= 0) in print_labeled_buf() 140 if (i > 0 && BIO_printf(out, "\n") <= 0) in print_labeled_buf() 142 if (BIO_printf(out, " ") <= 0) in print_labeled_buf() 146 if (BIO_printf(out, "%02x%s", buf[i], in print_labeled_buf() 150 if (BIO_printf(out, "\n") <= 0) in print_labeled_buf() 201 if (BIO_printf(out, "h: %d\n", ffc->h) <= 0) in ffc_params_to_text() [all …]
|