Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/http/
Dnxd_http_server.c5825 NX_HTTP_SERVER_NONCE *nonces_list = server_ptr -> nx_http_server_nonces; in _nx_http_server_nonce_allocate() local
5831 if (nonces_list[i].nonce_state == NX_HTTP_SERVER_NONCE_INVALID) in _nx_http_server_nonce_allocate()
5833 *nonce_ptr = &(nonces_list[i]); in _nx_http_server_nonce_allocate()
5844 if (nonces_list[i].nonce_state == NX_HTTP_SERVER_NONCE_VALID) in _nx_http_server_nonce_allocate()
5846 if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_HTTP_SERVER_NONCE_TIMEOUT) in _nx_http_server_nonce_allocate()
5850 *nonce_ptr = &(nonces_list[i]); in _nx_http_server_nonce_allocate()
/NetX-Duo-v6.3.0/addons/web/
Dnx_web_http_server.c6308 NX_WEB_HTTP_SERVER_NONCE *nonces_list = server_ptr -> nx_web_http_server_nonces; in _nx_web_http_server_nonce_allocate() local
6314 if (nonces_list[i].nonce_state == NX_WEB_HTTP_SERVER_NONCE_INVALID) in _nx_web_http_server_nonce_allocate()
6316 *nonce_ptr = &(nonces_list[i]); in _nx_web_http_server_nonce_allocate()
6327 if (nonces_list[i].nonce_state == NX_WEB_HTTP_SERVER_NONCE_VALID) in _nx_web_http_server_nonce_allocate()
6329 … if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_WEB_HTTP_SERVER_NONCE_TIMEOUT) in _nx_web_http_server_nonce_allocate()
6333 *nonce_ptr = &(nonces_list[i]); in _nx_web_http_server_nonce_allocate()