Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dhttp_digest_authentication.c124 UINT cnonce_length; in http_digest_response_calculate() local
133 cnonce_length = strlen(cnonce); in http_digest_response_calculate()
168 _nx_md5_update(md5data, (unsigned char *) cnonce, cnonce_length); in http_digest_response_calculate()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c6241 UINT cnonce_length; in _nx_http_server_digest_response_calculate() local
6247 _nx_utility_string_length_check(cnonce, &cnonce_length, NX_HTTP_MAX_RESOURCE)) in _nx_http_server_digest_response_calculate()
6285 … _nx_md5_update(&(server_ptr -> nx_http_server_md5data), (unsigned char *) cnonce, cnonce_length); in _nx_http_server_digest_response_calculate()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c6749 UINT cnonce_length; in _nx_web_http_server_digest_response_calculate() local
6758 _nx_utility_string_length_check(cnonce, &cnonce_length, NX_WEB_HTTP_MAX_RESOURCE)) in _nx_web_http_server_digest_response_calculate()
6796 …x_md5_update(&(server_ptr -> nx_web_http_server_md5data), (unsigned char *) cnonce, cnonce_length); in _nx_web_http_server_digest_response_calculate()