Searched refs:nonces_list (Results 1 – 2 of 2) sorted by relevance
5825 NX_HTTP_SERVER_NONCE *nonces_list = server_ptr -> nx_http_server_nonces; in _nx_http_server_nonce_allocate() local5831 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()
6308 NX_WEB_HTTP_SERVER_NONCE *nonces_list = server_ptr -> nx_web_http_server_nonces; in _nx_web_http_server_nonce_allocate() local6314 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()