Home
last modified time | relevance | path

Searched refs:authorization_request (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c65 static CHAR authorization_request[NX_HTTP_MAX_STRING + 1]; variable
4846 memset(&authorization_request[0], 0, sizeof(authorization_request)); in _nx_http_server_basic_authenticate()
4851 length = _nx_http_server_retrieve_basic_authorization(packet_ptr, authorization_request); in _nx_http_server_basic_authenticate()
4859 …_nx_utility_base64_decode((UCHAR *)authorization_request, length, (UCHAR *)authorization_decoded, … in _nx_http_server_basic_authenticate()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c71 static CHAR authorization_request[NX_WEB_HTTP_MAX_STRING + 1]; variable
5233 memset(&authorization_request[0], 0, sizeof(authorization_request)); in _nx_web_http_server_basic_authenticate()
5238 length = _nx_web_http_server_retrieve_basic_authorization(packet_ptr, authorization_request); in _nx_web_http_server_basic_authenticate()
5246 …_nx_utility_base64_decode((UCHAR *)authorization_request, length, (UCHAR *)authorization_decoded, … in _nx_web_http_server_basic_authenticate()