Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.h116 #define NX_HTTP_MAX_ASCII_MD5 32 macro
Dnxd_http_server.c5940 CHAR authorization_response[NX_HTTP_MAX_ASCII_MD5 + 1]; in _nx_http_server_digest_authenticate()
5941 CHAR calculated_response[NX_HTTP_MAX_ASCII_MD5 + 1]; in _nx_http_server_digest_authenticate()
6001 while (i < NX_HTTP_MAX_ASCII_MD5 + 1) in _nx_http_server_digest_authenticate()
6236 CHAR ha1_string[NX_HTTP_MAX_ASCII_MD5 + 1]; in _nx_http_server_digest_response_calculate()
6237 CHAR ha2_string[NX_HTTP_MAX_ASCII_MD5 + 1]; in _nx_http_server_digest_response_calculate()
6752 … && (*buffer_ptr != (CHAR) 13) && (*buffer_ptr != (CHAR) 0x3A) && (length < NX_HTTP_MAX_ASCII_MD5)) in _nx_http_server_retrieve_digest_authorization()
Dnxd_http_server.h208 #define NX_HTTP_MAX_ASCII_MD5 32 macro