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