Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 16 of 16) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_timing.data4 Timing: delay 0ms
7 Timing: delay 100ms
A Dtest_suite_psa_crypto_pake.function210 * free to detect it right away of with a delay.
A Dtest_suite_psa_crypto.function792 * free to detect it right away of with a delay.
/lib/mbedtls/external/mbedtls/programs/test/
A Dudp_proxy.c144 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 Dssl_cookie.h85 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay);
/lib/mbedtls/external/mbedtls/library/
A Dssl_cookie.c80 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 Dmdns.h121 void mdns_resp_restart_delay(struct netif *netif, uint32_t delay);
/lib/mbedtls/external/mbedtls/programs/ssl/
A Dssl_server2.c1088 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 DUPGRADING88 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 DCHANGELOG2289 * tcp_in.c: Fixed bug #27904: TCP sends too many ACKs: delay resetting
/lib/mbedtls/external/mbedtls/
A DSECURITY.md37 messages will arrive without delay, as the TLS protocol doesn't guarantee that
A DChangeLog1058 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 DREADME.md97 * [`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 Dmdns.c2765 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 DIF-MIB1472 short delay
A DIP-MIB2913 delay(3), -- waiting for reachability

Completed in 64 milliseconds