Home
last modified time | relevance | path

Searched refs:NX_HTTP_SERVER_NONCE_MAX (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_digest_authenticate_timeout_test.c55 static NX_TCP_SOCKET client_socket[NX_HTTP_SERVER_NONCE_MAX + 1];
177 NX_PACKET *send_packet[NX_HTTP_SERVER_NONCE_MAX + 1]; in thread_client_entry()
196 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX + 1; i++) in thread_client_entry()
259 if (i == NX_HTTP_SERVER_NONCE_MAX) in thread_client_entry()
358 for (i = NX_HTTP_SERVER_NONCE_MAX; i >= 0; i--) in thread_client_entry()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h190 #ifndef NX_HTTP_SERVER_NONCE_MAX
191 #define NX_HTTP_SERVER_NONCE_MAX 2 /* The size of nonce for digest authtentica… macro
405 … nx_http_server_nonces[NX_HTTP_SERVER_NONCE_MAX];/* Nonce for digest authetication */
Dnxd_http_server.c2352 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX; i++) in _nx_http_server_disconnect()
5828 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX; i++) in _nx_http_server_nonce_allocate()
5837 if (i == NX_HTTP_SERVER_NONCE_MAX) in _nx_http_server_nonce_allocate()
5841 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX; i++) in _nx_http_server_nonce_allocate()
5856 if (i == NX_HTTP_SERVER_NONCE_MAX) in _nx_http_server_nonce_allocate()
6539 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX; i++) in _nx_http_server_retrieve_digest_authorization()
6550 if (i == NX_HTTP_SERVER_NONCE_MAX) in _nx_http_server_retrieve_digest_authorization()