Searched refs:ha2_string (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | http_digest_authentication.c | 117 CHAR ha2_string[HTTP_MAX_ASCII_MD5 + 1]; in http_digest_response_calculate() local 156 http_hex_ascii_convert(md5_binary, HTTP_MAX_BINARY_MD5, ha2_string); in http_digest_response_calculate() 173 _nx_md5_update(md5data, (unsigned char *) ha2_string, sizeof(ha2_string) - 1); in http_digest_response_calculate()
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 6237 CHAR ha2_string[NX_HTTP_MAX_ASCII_MD5 + 1]; in _nx_http_server_digest_response_calculate() local 6273 _nx_http_server_hex_ascii_convert(md5_binary, NX_HTTP_MAX_BINARY_MD5, ha2_string); in _nx_http_server_digest_response_calculate() 6290 …ate(&(server_ptr -> nx_http_server_md5data), (unsigned char *) ha2_string, sizeof(ha2_string) - 1); in _nx_http_server_digest_response_calculate()
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 6742 CHAR ha2_string[NX_WEB_HTTP_MAX_ASCII_MD5 + 1]; in _nx_web_http_server_digest_response_calculate() local 6784 _nx_web_http_server_hex_ascii_convert(md5_binary, NX_WEB_HTTP_MAX_BINARY_MD5, ha2_string); in _nx_web_http_server_digest_response_calculate() 6801 …&(server_ptr -> nx_web_http_server_md5data), (unsigned char *) ha2_string, sizeof(ha2_string) - 1); in _nx_web_http_server_digest_response_calculate()
|