Searched refs:delay (Results 1 – 14 of 14) sorted by relevance
85 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay);
80 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay) in mbedtls_ssl_cookie_set_timeout() argument82 ctx->timeout = delay; in mbedtls_ssl_cookie_set_timeout()
25 srcs-y += delay.c
144 reset-delay-us = <1000>;145 reset-post-delay-us = <1000>;
196 regulator-enable-ramp-delay = <300000>;
338 regulator-ramp-delay = <3125>;876 debounce-delay-us = <976>;
140 debounce-delay-us = <976>;
349 debounce-delay-us = <976>;
77 polling-delay-passive = <1000>;78 polling-delay = <5000>;
449 polling-delay-passive = <1000>;450 polling-delay = <5000>;
90 polling-delay-passive = <0>;91 polling-delay = <0>;
416 unsigned int delay = 0; in i2c_compute_timing() local452 delay = af_delay_min - ((init->digital_filter_coef + 3) * i2cclk); in i2c_compute_timing()453 if (SUB_OVERFLOW(sdadel_min, delay, &sdadel_min)) in i2c_compute_timing()457 delay = af_delay_max - ((init->digital_filter_coef + 4) * i2cclk); in i2c_compute_timing()458 if (SUB_OVERFLOW(sdadel_max, delay, &sdadel_max)) in i2c_compute_timing()
37 messages will arrive without delay, as the TLS protocol doesn't guarantee that
1446 final delay field in an mbedtls_timing_delay_context, as requested in1903 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to