Home
last modified time | relevance | path

Searched refs:nonces_list (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c5824 NX_HTTP_SERVER_NONCE *nonces_list = server_ptr -> nx_http_server_nonces; in _nx_http_server_nonce_allocate() local
5830 if (nonces_list[i].nonce_state == NX_HTTP_SERVER_NONCE_INVALID) in _nx_http_server_nonce_allocate()
5832 *nonce_ptr = &(nonces_list[i]); in _nx_http_server_nonce_allocate()
5843 if (nonces_list[i].nonce_state == NX_HTTP_SERVER_NONCE_VALID) in _nx_http_server_nonce_allocate()
5845 if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_HTTP_SERVER_NONCE_TIMEOUT) in _nx_http_server_nonce_allocate()
5849 *nonce_ptr = &(nonces_list[i]); in _nx_http_server_nonce_allocate()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c6307 NX_WEB_HTTP_SERVER_NONCE *nonces_list = server_ptr -> nx_web_http_server_nonces; in _nx_web_http_server_nonce_allocate() local
6313 if (nonces_list[i].nonce_state == NX_WEB_HTTP_SERVER_NONCE_INVALID) in _nx_web_http_server_nonce_allocate()
6315 *nonce_ptr = &(nonces_list[i]); in _nx_web_http_server_nonce_allocate()
6326 if (nonces_list[i].nonce_state == NX_WEB_HTTP_SERVER_NONCE_VALID) in _nx_web_http_server_nonce_allocate()
6328 … if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_WEB_HTTP_SERVER_NONCE_TIMEOUT) in _nx_web_http_server_nonce_allocate()
6332 *nonce_ptr = &(nonces_list[i]); in _nx_web_http_server_nonce_allocate()