Searched refs:cur_time (Results 1 – 1 of 1) sorted by relevance
214 unsigned long cur_time, cookie_time; in mbedtls_ssl_cookie_check() local245 cur_time = (unsigned long) mbedtls_time( NULL ); in mbedtls_ssl_cookie_check()247 cur_time = ctx->serial; in mbedtls_ssl_cookie_check()255 if( ctx->timeout != 0 && cur_time - cookie_time > ctx->timeout ) in mbedtls_ssl_cookie_check()