Home
last modified time | relevance | path

Searched refs:nonce_timestamp (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h341 …UINT nonce_timestamp; /* The time when the nonce is crea… member
Dnxd_http_server.c5845 if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_HTTP_SERVER_NONCE_TIMEOUT) in _nx_http_server_nonce_allocate()
5870 (*nonce_ptr) -> nonce_timestamp = tx_time_get(); in _nx_http_server_nonce_allocate()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h253 …ULONG nonce_timestamp; /* The time when the nonce is … member
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()
6353 (*nonce_ptr) -> nonce_timestamp = tx_time_get(); in _nx_web_http_server_nonce_allocate()