Searched refs:delay (Results 1 – 16 of 16) sorted by relevance
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_timing.data | 4 Timing: delay 0ms 7 Timing: delay 100ms
|
| A D | test_suite_psa_crypto_pake.function | 210 * free to detect it right away of with a delay.
|
| A D | test_suite_psa_crypto.function | 792 * free to detect it right away of with a delay.
|
| /lib/mbedtls/external/mbedtls/programs/test/ |
| A D | udp_proxy.c | 144 int delay; /* delay 1 packet in N (none if 0) */ member 214 opt.delay = atoi(q); in get_options() 215 if (opt.delay < 0 || opt.delay > 20 || opt.delay == 1) { in get_options() 625 void delay_packet(packet *delay) in delay_packet() argument 631 memcpy(&prev[prev_len++], delay, sizeof(packet)); in delay_packet() 733 (opt.delay != 0 && in handle_message() 740 rand() % opt.delay == 0)) { in handle_message()
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | ssl_cookie.h | 85 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay);
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | ssl_cookie.c | 80 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay) in mbedtls_ssl_cookie_set_timeout() argument 82 ctx->timeout = delay; in mbedtls_ssl_cookie_set_timeout()
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | mdns.h | 121 void mdns_resp_restart_delay(struct netif *netif, uint32_t delay);
|
| /lib/mbedtls/external/mbedtls/programs/ssl/ |
| A D | ssl_server2.c | 1088 unsigned delay; /*!< Number of resume steps to go through */ member 1112 unsigned delay) in ssl_async_set_key() argument 1119 ctx->slots[ctx->slots_used].delay = delay; in ssl_async_set_key() 1190 op_name, slot, config_data->slots[slot].delay); in ssl_async_start() 1210 ctx->remaining_delay = config_data->slots[slot].delay; in ssl_async_start()
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 88 tcp_backlog_accepted() to explicitly delay backlog handling on a connection pcb 108 enabled as some longer lasting functions like big writes still need to delay)
|
| A D | CHANGELOG | 2289 * tcp_in.c: Fixed bug #27904: TCP sends too many ACKs: delay resetting
|
| /lib/mbedtls/external/mbedtls/ |
| A D | SECURITY.md | 37 messages will arrive without delay, as the TLS protocol doesn't guarantee that
|
| A D | ChangeLog | 1058 final delay field in an mbedtls_timing_delay_context, as requested in 1515 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to
|
| /lib/mbedtls/external/mbedtls/programs/ |
| A D | README.md | 97 * [`test/udp_proxy.c`](test/udp_proxy.c): a UDP proxy that can inject certain failures (delay, dupl…
|
| /lib/lwip/lwip/src/apps/mdns/ |
| A D | mdns.c | 2765 mdns_resp_restart_delay(struct netif *netif, uint32_t delay) in mdns_resp_restart_delay() argument 2790 sys_timeout(delay, mdns_probe_and_announce, netif); in mdns_resp_restart_delay()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | IF-MIB | 1472 short delay
|
| A D | IP-MIB | 2913 delay(3), -- waiting for reachability
|
Completed in 64 milliseconds