Searched refs:nonce_state (Results 1 – 4 of 4) sorted by relevance
2354 … 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()
340 …UINT nonce_state; /* The state of the nonce … member
6313 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()
252 …UINT nonce_state; /* The state of the nonce … member