Home
last modified time | relevance | path

Searched refs:NX_WEB_HTTP_SERVER_NONCE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_digest_authenticate_timeout_test.c266 tx_thread_sleep(NX_WEB_HTTP_SERVER_NONCE_TIMEOUT + NX_IP_PERIODIC_RATE); in thread_client_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h188 #ifndef NX_WEB_HTTP_SERVER_NONCE_TIMEOUT
189 #define NX_WEB_HTTP_SERVER_NONCE_TIMEOUT (10 * NX_IP_PERIODIC_RATE) macro
Dnx_web_http_server.c6328 … if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_WEB_HTTP_SERVER_NONCE_TIMEOUT) in _nx_web_http_server_nonce_allocate()