Searched refs:calculated_response (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 5941 CHAR calculated_response[NX_HTTP_MAX_ASCII_MD5 + 1]; in _nx_http_server_digest_authenticate() local 5996 …e_buffer), method, authorization_uri, authorization_nc, authorization_cnonce, calculated_response); in _nx_http_server_digest_authenticate() 6004 if (calculated_response[i] != authorization_response[i]) in _nx_http_server_digest_authenticate()
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 6425 CHAR calculated_response[NX_WEB_HTTP_MAX_ASCII_MD5 + 1]; in _nx_web_http_server_digest_authenticate() local 6479 …e_buffer), method, authorization_uri, authorization_nc, authorization_cnonce, calculated_response); in _nx_web_http_server_digest_authenticate() 6487 if (calculated_response[i] != authorization_response[i]) in _nx_web_http_server_digest_authenticate()
|