/openssl/test/testutil/ |
H A D | format_output.c | 44 const size_t width = in test_fail_string_common() local 73 b1[n1 = l1 > width ? width : l1] = 0; in test_fail_string_common() 78 b2[n2 = l2 > width ? width : l2] = 0; in test_fail_string_common() 116 cnt += width; in test_fail_string_common() 151 size_t width) in hex_convert_memory() argument 160 if (i % width == width - 1 && i != n - 1) in hex_convert_memory()
|
/openssl/demos/guide/ |
H A D | tls-client-non-block.c | 106 int width, sock; in wait_for_activity() local 113 width = sock + 1; in wait_for_activity() 133 select(width, NULL, &fds, NULL, NULL); in wait_for_activity() 135 select(width, &fds, NULL, NULL, NULL); in wait_for_activity()
|
H A D | quic-client-non-block.c | 115 int width, sock, isinfinite; in wait_for_activity() local 133 width = sock + 1; in wait_for_activity() 162 select(width, &rfds, &wfds, NULL, tvp); in wait_for_activity()
|
H A D | quic-hq-interop.c | 214 int width, sock, isinfinite; in wait_for_activity() local 232 width = sock + 1; in wait_for_activity() 261 select(width, &rfds, &wfds, NULL, tvp); in wait_for_activity()
|
/openssl/apps/lib/ |
H A D | columns.c | 24 dc->width = maxlen + 2; in calculate_columns() 25 dc->columns = (80 - 1) / dc->width; in calculate_columns()
|
H A D | opt.c | 1138 if (width >= (int)sizeof(start)) in opt_print() 1139 width = (int)sizeof(start) - 1; in opt_print() 1160 start[width] = '\0'; in opt_print() 1185 width -= linelen; in opt_print() 1187 start[width] = '\0'; in opt_print() 1194 int i, sawparams = 0, width = 5; in opt_help() local 1209 if (i > width) in opt_help() 1210 width = i; in opt_help() 1213 if (width > MAX_OPT_HELP_WIDTH) in opt_help() 1214 width = MAX_OPT_HELP_WIDTH; in opt_help() [all …]
|
H A D | apps.c | 3232 int width = 0; in wait_for_async() local 3250 if (width <= (int)fds[i]) in wait_for_async() 3251 width = (int)fds[i] + 1; in wait_for_async() 3254 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()
|
/openssl/test/ |
H A D | bioprinttest.c | 186 static int dofptest(int test, int sub, double val, const char *width, int prec) in dofptest() argument 198 BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec, in dofptest() 201 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); in dofptest()
|
H A D | params_api_test.c | 117 size_t width) in test_param_type_extra() argument 149 sz = sizeof(i32) < width ? sizeof(i32) : width; in test_param_type_extra() 154 sz = sizeof(i64) < width ? sizeof(i64) : width; in test_param_type_extra() 159 sz = sizeof(s) < width ? sizeof(s) : width; in test_param_type_extra() 165 if (sizeof(size_t) > width) { in test_param_type_extra()
|
/openssl/util/ |
H A D | quicserver.c | 32 int width; in wait_for_activity() local 59 width = sock + 1; in wait_for_activity() 64 select(width, readfdsp, writefdsp, NULL, timeoutp); in wait_for_activity()
|
/openssl/crypto/bio/ |
H A D | bio_dump.c | 129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string() argument 144 if (++j >= width) { in BIO_hex_string()
|
/openssl/apps/include/ |
H A D | function.h | 39 int width; member
|
/openssl/crypto/bn/ |
H A D | bn_exp.c | 520 int width = 1 << window; in MOD_EXP_CTIME_COPY_TO_PREBUF() local 526 for (i = 0, j = idx; i < top; i++, j += width) { in MOD_EXP_CTIME_COPY_TO_PREBUF() 538 int width = 1 << window; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local 553 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF() 556 for (j = 0; j < width; j++) { in MOD_EXP_CTIME_COPY_FROM_PREBUF() 575 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
|
/openssl/apps/ |
H A D | s_client.c | 886 int ret = 1, in_init = 1, i, nbio_test = 0, sock = -1, k, width, state = 0; in s_client_main() local 2323 width = fileno_stdin() + 1; in s_client_main() 2325 width = SSL_get_fd(con) + 1; in s_client_main() 2547 width = SSL_get_fd(con) + 1; in s_client_main() 2566 && select(width, (void *)&readfds, NULL, NULL, in s_client_main() 3046 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main() 3051 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main() 3055 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main()
|
H A D | s_server.c | 2439 int ret = 1, width; in sv_body() local 2623 width = fileno_stdin() + 1; in sv_body() 2625 width = s + 1; in sv_body() 2657 i = select(width, (void *)&readfds, NULL, NULL, &timeout); in sv_body() 2668 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body() 3163 int width; in www_body() local 3174 width = s + 1; in www_body() 3343 i = select(width, (void *)&readfds, NULL, NULL, NULL); in www_body()
|
H A D | openssl.c | 399 BIO_printf(bio_err, "%-*s", dc.width, fp->name); in help_main()
|
H A D | list.c | 1128 BIO_printf(bio_out, "%-*s", dc.width, fp->name); in list_type()
|
/openssl/doc/man7/ |
H A D | ossl-guide-tls-client-non-block.pod | 92 int width, sock; 99 width = sock + 1; 119 select(width, NULL, &fds, NULL, NULL); 121 select(width, &fds, NULL, NULL, NULL);
|
H A D | ossl-guide-quic-client-non-block.pod | 76 int width, sock, isinfinite; 94 width = sock + 1; 123 select(width, &rfds, &wfds, NULL, tvp);
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 998 int width; in wait_until_sock_readable() local 1000 width = sock + 1; in wait_until_sock_readable() 1006 select(width, &readfds, NULL, NULL, &timeout); in wait_until_sock_readable()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 809 int BIO_hex_string(BIO *out, int indent, int width, const void *data,
|