Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dhttp_digest_authentication.c116 CHAR ha1_string[HTTP_MAX_ASCII_MD5 + 1]; in http_digest_response_calculate() local
146 http_hex_ascii_convert(md5_binary, HTTP_MAX_BINARY_MD5, ha1_string); in http_digest_response_calculate()
160 _nx_md5_update(md5data, (unsigned char *) ha1_string, sizeof(ha1_string) - 1); in http_digest_response_calculate()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c6236 CHAR ha1_string[NX_HTTP_MAX_ASCII_MD5 + 1]; in _nx_http_server_digest_response_calculate() local
6263 _nx_http_server_hex_ascii_convert(md5_binary, NX_HTTP_MAX_BINARY_MD5, ha1_string); in _nx_http_server_digest_response_calculate()
6277 …ate(&(server_ptr -> nx_http_server_md5data), (unsigned char *) ha1_string, sizeof(ha1_string) - 1); in _nx_http_server_digest_response_calculate()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c6741 CHAR ha1_string[NX_WEB_HTTP_MAX_ASCII_MD5 + 1]; in _nx_web_http_server_digest_response_calculate() local
6774 _nx_web_http_server_hex_ascii_convert(md5_binary, NX_WEB_HTTP_MAX_BINARY_MD5, ha1_string); in _nx_web_http_server_digest_response_calculate()
6788 …&(server_ptr -> nx_web_http_server_md5data), (unsigned char *) ha1_string, sizeof(ha1_string) - 1); in _nx_web_http_server_digest_response_calculate()