Home
last modified time | relevance | path

Searched refs:nonce_state (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c2354 … if (http_server_ptr -> nx_http_server_nonces[i].nonce_state == NX_HTTP_SERVER_NONCE_ACCEPTED) in _nx_http_server_disconnect()
2356 http_server_ptr -> nx_http_server_nonces[i].nonce_state = NX_HTTP_SERVER_NONCE_INVALID; in _nx_http_server_disconnect()
5830 if (nonces_list[i].nonce_state == NX_HTTP_SERVER_NONCE_INVALID) in _nx_http_server_nonce_allocate()
5843 if (nonces_list[i].nonce_state == NX_HTTP_SERVER_NONCE_VALID) in _nx_http_server_nonce_allocate()
5871 (*nonce_ptr) -> nonce_state = NX_HTTP_SERVER_NONCE_VALID; in _nx_http_server_nonce_allocate()
6018 nonce_ptr -> nonce_state = NX_HTTP_SERVER_NONCE_ACCEPTED; in _nx_http_server_digest_authenticate()
6022 nonce_ptr -> nonce_state = NX_HTTP_SERVER_NONCE_INVALID; in _nx_http_server_digest_authenticate()
6541 if ((server_ptr -> nx_http_server_nonces[i].nonce_state != NX_HTTP_SERVER_NONCE_INVALID) && in _nx_http_server_retrieve_digest_authorization()
Dnxd_http_server.h340 …UINT nonce_state; /* The state of the nonce … member
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c6313 if (nonces_list[i].nonce_state == NX_WEB_HTTP_SERVER_NONCE_INVALID) 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()
6354 (*nonce_ptr) -> nonce_state = NX_WEB_HTTP_SERVER_NONCE_VALID; in _nx_web_http_server_nonce_allocate()
6503 if (nonce_ptr -> nonce_state == NX_WEB_HTTP_SERVER_NONCE_ACCEPTED) in _nx_web_http_server_digest_authenticate()
6514 nonce_ptr -> nonce_state = NX_WEB_HTTP_SERVER_NONCE_ACCEPTED; in _nx_web_http_server_digest_authenticate()
6520 nonce_ptr -> nonce_state = NX_WEB_HTTP_SERVER_NONCE_INVALID; in _nx_web_http_server_digest_authenticate()
7053 …if ((server_ptr -> nx_web_http_server_nonces[i].nonce_state != NX_WEB_HTTP_SERVER_NONCE_INVALID) && in _nx_web_http_server_retrieve_digest_authorization()
11071 …if ((server_ptr -> nx_web_http_server_nonces[i].nonce_state == NX_WEB_HTTP_SERVER_NONCE_ACCEPTED) … in _nx_web_http_server_connection_disconnect()
11074 … server_ptr -> nx_web_http_server_nonces[i].nonce_state = NX_WEB_HTTP_SERVER_NONCE_INVALID; in _nx_web_http_server_connection_disconnect()
Dnx_web_http_server.h252 …UINT nonce_state; /* The state of the nonce … member