Searched refs:authorization_response (Results 1 – 2 of 2) sorted by relevance
5940 CHAR authorization_response[NX_HTTP_MAX_ASCII_MD5 + 1]; in _nx_http_server_digest_authenticate() local5961 …ttp_server_retrieve_digest_authorization(server_ptr, packet_ptr, authorization_response, authoriza… in _nx_http_server_digest_authenticate()6004 if (calculated_response[i] != authorization_response[i]) in _nx_http_server_digest_authenticate()
6424 CHAR authorization_response[NX_WEB_HTTP_MAX_ASCII_MD5 + 1]; in _nx_web_http_server_digest_authenticate() local6445 …ttp_server_retrieve_digest_authorization(server_ptr, packet_ptr, authorization_response, authoriza… in _nx_web_http_server_digest_authenticate()6487 if (calculated_response[i] != authorization_response[i]) in _nx_web_http_server_digest_authenticate()