Home
last modified time | relevance | path

Searched refs:BIO_snprintf (Results 1 - 25 of 182) sorted by relevance

12345678

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_cb.c31 left = BIO_snprintf(buf, sizeof(buf), "BIO[%p]: ", (void *)bio); in BIO_debug_callback_ex()
41 BIO_snprintf(p, left, "Free - %s\n", bio->method->name); in BIO_debug_callback_ex()
45 BIO_snprintf(p, left, "read(%d,%zu) - %s fd=%d\n", in BIO_debug_callback_ex()
49 BIO_snprintf(p, left, "read(%d,%zu) - %s\n", in BIO_debug_callback_ex()
54 BIO_snprintf(p, left, "write(%d,%zu) - %s fd=%d\n", in BIO_debug_callback_ex()
58 BIO_snprintf(p, left, "write(%d,%zu) - %s\n", in BIO_debug_callback_ex()
62 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name); in BIO_debug_callback_ex()
65 BIO_snprintf(p, left, "gets(%zu) - %s\n", len, in BIO_debug_callback_ex()
69 BIO_snprintf(p, left, "ctrl(%d) - %s\n", argi, in BIO_debug_callback_ex()
73 BIO_snprintf( in BIO_debug_callback_ex()
[all...]
H A Dbio_dump.c48 n = BIO_snprintf(buf, sizeof(buf), "%*s%04x - ", indent, "", in BIO_dump_indent_cb()
56 BIO_snprintf(buf + n, 4, "%02x%c", ch, in BIO_dump_indent_cb()
/third_party/openssl/crypto/bio/
H A Dbio_cb.c31 left = BIO_snprintf(buf, sizeof(buf), "BIO[%p]: ", (void *)bio); in BIO_debug_callback_ex()
41 BIO_snprintf(p, left, "Free - %s\n", bio->method->name); in BIO_debug_callback_ex()
45 BIO_snprintf(p, left, "read(%d,%zu) - %s fd=%d\n", in BIO_debug_callback_ex()
49 BIO_snprintf(p, left, "read(%d,%zu) - %s\n", in BIO_debug_callback_ex()
54 BIO_snprintf(p, left, "write(%d,%zu) - %s fd=%d\n", in BIO_debug_callback_ex()
58 BIO_snprintf(p, left, "write(%d,%zu) - %s\n", in BIO_debug_callback_ex()
62 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name); in BIO_debug_callback_ex()
65 BIO_snprintf(p, left, "gets(%zu) - %s\n", len, in BIO_debug_callback_ex()
69 BIO_snprintf(p, left, "ctrl(%d) - %s\n", argi, in BIO_debug_callback_ex()
73 BIO_snprintf( in BIO_debug_callback_ex()
[all...]
H A Dbio_dump.c48 n = BIO_snprintf(buf, sizeof(buf), "%*s%04x - ", indent, "", in BIO_dump_indent_cb()
56 BIO_snprintf(buf + n, 4, "%02x%c", ch, in BIO_dump_indent_cb()
/third_party/node/deps/openssl/openssl/crypto/
H A Dinfo.c47 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
54 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
60 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
63 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
69 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
99 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
/third_party/openssl/crypto/
H A Dinfo.c46 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
53 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
59 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
62 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
68 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
98 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), in DEFINE_RUN_ONCE_STATIC()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapp_params.c45 printed_len = BIO_snprintf(buf, bufsz, "%s: ", param->key); in describe_param_type()
50 printed_len = BIO_snprintf(buf, bufsz, "%s%s", type_mod, type); in describe_param_type()
56 printed_len = BIO_snprintf(buf, bufsz, " [%d]", param->data_type); in describe_param_type()
63 printed_len = BIO_snprintf(buf, bufsz, " (arbitrary size)"); in describe_param_type()
65 printed_len = BIO_snprintf(buf, bufsz, " (max %zu bytes large)", in describe_param_type()
H A Dapps.c1539 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", serialfile, suffix); in save_serial()
1541 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", serialfile, suffix); in save_serial()
1583 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", serialfile, new_suffix); in rotate_serial()
1584 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s.%s", serialfile, old_suffix); in rotate_serial()
1586 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", serialfile, new_suffix); in rotate_serial()
1587 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s-%s", serialfile, old_suffix); in rotate_serial()
1665 BIO_snprintf(buf, sizeof(buf), "%s.attr", dbfile); in load_index()
1667 BIO_snprintf(buf, sizeof(buf), "%s-attr", dbfile); in load_index()
1743 j = BIO_snprintf(buf[2], sizeof(buf[2]), "%s.attr", dbfile); in save_index()
1744 j = BIO_snprintf(bu in save_index()
[all...]
/third_party/openssl/apps/lib/
H A Dapp_params.c45 printed_len = BIO_snprintf(buf, bufsz, "%s: ", param->key); in describe_param_type()
50 printed_len = BIO_snprintf(buf, bufsz, "%s%s", type_mod, type); in describe_param_type()
56 printed_len = BIO_snprintf(buf, bufsz, " [%d]", param->data_type); in describe_param_type()
63 printed_len = BIO_snprintf(buf, bufsz, " (arbitrary size)"); in describe_param_type()
65 printed_len = BIO_snprintf(buf, bufsz, " (max %zu bytes large)", in describe_param_type()
H A Dapps.c1537 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", serialfile, suffix); in save_serial()
1539 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", serialfile, suffix); in save_serial()
1581 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", serialfile, new_suffix); in rotate_serial()
1582 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s.%s", serialfile, old_suffix); in rotate_serial()
1584 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", serialfile, new_suffix); in rotate_serial()
1585 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s-%s", serialfile, old_suffix); in rotate_serial()
1663 BIO_snprintf(buf, sizeof(buf), "%s.attr", dbfile); in load_index()
1665 BIO_snprintf(buf, sizeof(buf), "%s-attr", dbfile); in load_index()
1738 j = BIO_snprintf(buf[2], sizeof(buf[2]), "%s.attr", dbfile); in save_index()
1739 j = BIO_snprintf(bu in save_index()
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_status.c193 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts()
201 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts()
207 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts()
218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts()
225 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts()
230 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts()
H A Dcmp_util.c175 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", reason); in OSSL_CMP_print_errors_cb()
179 BIO_snprintf(msg, sizeof(msg), "%s:%s", rs, data); in OSSL_CMP_print_errors_cb()
181 BIO_snprintf(msg, sizeof(msg), "%s", rs); in OSSL_CMP_print_errors_cb()
/third_party/openssl/crypto/cmp/
H A Dcmp_status.c190 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts()
198 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts()
204 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts()
215 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts()
222 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts()
227 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts()
H A Dcmp_util.c175 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", reason); in OSSL_CMP_print_errors_cb()
179 BIO_snprintf(msg, sizeof(msg), "%s:%s", rs, data); in OSSL_CMP_print_errors_cb()
181 BIO_snprintf(msg, sizeof(msg), "%s", rs); in OSSL_CMP_print_errors_cb()
/third_party/openssl/test/
H A Dbioprinttest.c136 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_zu()
164 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_j()
199 BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec, in dofptest()
202 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); in dofptest()
203 BIO_snprintf(result, sizeof(result), format, val); in dofptest()
249 if (!TEST_int_eq(BIO_snprintf(buf, sizeof(buf), in test_big()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_parse.c37 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=%4ld %s", in asn1_print_info()
41 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=inf %s", in asn1_print_info()
63 BIO_snprintf(str, sizeof(str), "priv [ %d ] ", tag); in asn1_print_info()
65 BIO_snprintf(str, sizeof(str), "cont [ %d ]", tag); in asn1_print_info()
67 BIO_snprintf(str, sizeof(str), "appl [ %d ]", tag); in asn1_print_info()
69 BIO_snprintf(str, sizeof(str), "<ASN1 %d>", tag); in asn1_print_info()
/third_party/openssl/crypto/asn1/
H A Dasn1_parse.c37 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=%4ld %s", in asn1_print_info()
41 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=inf %s", in asn1_print_info()
63 BIO_snprintf(str, sizeof(str), "priv [ %d ] ", tag); in asn1_print_info()
65 BIO_snprintf(str, sizeof(str), "cont [ %d ]", tag); in asn1_print_info()
67 BIO_snprintf(str, sizeof(str), "appl [ %d ]", tag); in asn1_print_info()
69 BIO_snprintf(str, sizeof(str), "<ASN1 %d>", tag); in asn1_print_info()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_print.c64 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)", in BN_options()
67 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)", in BN_options()
H A Dbn_conv.c50 /* No BIO_snprintf in FIPS_MODULE */
103 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
109 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
/third_party/openssl/crypto/bn/
H A Dbn_print.c64 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)", in BN_options()
67 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)", in BN_options()
H A Dbn_conv.c50 /* No BIO_snprintf in FIPS_MODULE */
103 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
109 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_prn.c37 BIO_snprintf(buf, sizeof(buf), "%s:", hex == NULL ? "<null>" : hex); in ERR_print_errors_cb()
41 BIO_snprintf(buf + offset, sizeof(buf) - offset, ":%s:%d:%s\n", in ERR_print_errors_cb()
/third_party/openssl/crypto/err/
H A Derr_prn.c37 BIO_snprintf(buf, sizeof(buf), "%s:", hex == NULL ? "<null>" : hex); in ERR_print_errors_cb()
41 BIO_snprintf(buf + offset, sizeof(buf) - offset, ":%s:%d:%s\n", in ERR_print_errors_cb()
/third_party/node/deps/openssl/openssl/apps/
H A Drehash.c403 if (BIO_snprintf(buf, buflen, "%s%s%s", in do_dir()
426 BIO_snprintf(buf, buflen, "%08x.%s%d", bp->hash, in do_dir()
436 BIO_snprintf(buf, buflen, "%s%s%08x.%s%d", in do_dir()
458 BIO_snprintf(buf, buflen, "%s%s%08x.%s%d", in do_dir()
/third_party/openssl/apps/
H A Drehash.c397 if (BIO_snprintf(buf, buflen, "%s%s%s", in do_dir()
420 BIO_snprintf(buf, buflen, "%08x.%s%d", bp->hash, in do_dir()
430 BIO_snprintf(buf, buflen, "%s%s%n%08x.%s%d", in do_dir()
452 BIO_snprintf(buf, buflen, "%s%s%n%08x.%s%d", in do_dir()

Completed in 18 milliseconds

12345678