Home
last modified time | relevance | path

Searched refs:cnonce (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dhttp_digest_authentication.c112 …*realm, CHAR *password, CHAR *nonce, CHAR *method, CHAR *uri, CHAR *nc, CHAR *cnonce, CHAR *result) in http_digest_response_calculate() argument
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.c6232 …, UINT password_length, CHAR *nonce, CHAR *method, CHAR *uri, CHAR *nc, CHAR *cnonce, CHAR *result) in _nx_http_server_digest_response_calculate() argument
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()
6350 …r_ptr, NX_PACKET *packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_HTTP_SERVER_NO… in _nx_http_server_retrieve_digest_authorization() argument
6373 cnonce[0] = NX_NULL; in _nx_http_server_retrieve_digest_authorization()
6654 cnonce[length++] = *buffer_ptr++; in _nx_http_server_retrieve_digest_authorization()
6658 cnonce[length] = (CHAR) NX_NULL; in _nx_http_server_retrieve_digest_authorization()
Dnxd_http_server.h624 … UINT password_length, CHAR *nonce, CHAR *method, CHAR *uri, CHAR *nc, CHAR *cnonce, CHAR *result);
625 …r_ptr, NX_PACKET *packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_HTTP_SERVER_NO…
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c6737 …*realm, CHAR *password, CHAR *nonce, CHAR *method, CHAR *uri, CHAR *nc, CHAR *cnonce, CHAR *result) in _nx_web_http_server_digest_response_calculate() argument
6758 _nx_utility_string_length_check(cnonce, &cnonce_length, NX_WEB_HTTP_MAX_RESOURCE)) in _nx_web_http_server_digest_response_calculate()
6796 …_nx_md5_update(&(server_ptr -> nx_web_http_server_md5data), (unsigned char *) cnonce, cnonce_lengt… in _nx_web_http_server_digest_response_calculate()
6862 …r_ptr, NX_PACKET *packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_WEB_HTTP_SERVE… in _nx_web_http_server_retrieve_digest_authorization() argument
6885 cnonce[0] = NX_NULL; in _nx_web_http_server_retrieve_digest_authorization()
7166 cnonce[length++] = *buffer_ptr++; in _nx_web_http_server_retrieve_digest_authorization()
7170 cnonce[length] = (CHAR) NX_NULL; in _nx_web_http_server_retrieve_digest_authorization()
Dnx_web_http_server.h625 …realm, CHAR *password, CHAR *nonce, CHAR *method, CHAR *uri, CHAR *nc, CHAR *cnonce, CHAR *result);
626 …r_ptr, NX_PACKET *packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_WEB_HTTP_SERVE…