authorization_decoded is only used within netxduo.
 
Symbols
loading...
Files
loading...

authorization_decoded variable

Syntax

static CHAR authorization_decoded[NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD + 2];

References

LocationReferrerText
nx_web_http_server.c:74
static CHAR authorization_decoded[NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD + 2];
nx_web_http_server.c:5117_nx_web_http_server_basic_authenticate()
memset(&authorization_decoded[0], 0, sizeof(authorization_decoded));
nx_web_http_server.c:5128_nx_web_http_server_basic_authenticate()
_nx_utility_base64_decode((UCHAR *)authorization_request, length, (UCHAR *)authorization_decoded, sizeof(authorization_decoded), &authorization_decoded_size);
nx_web_http_server.c:5139_nx_web_http_server_basic_authenticate()
if (name_ptr[i] != authorization_decoded[i])
nx_web_http_server.c:5151_nx_web_http_server_basic_authenticate()
if (match && (i < authorization_decoded_size) && (authorization_decoded[i] == ':'))
nx_web_http_server.c:5164_nx_web_http_server_basic_authenticate()
if (password_ptr[j] != authorization_decoded[i])
nx_web_http_server.c:5177_nx_web_http_server_basic_authenticate()
if (match && (i == authorization_decoded_size) && (authorization_decoded[i] == (CHAR) NX_NULL))

Data Use

Functions reading authorization_decoded
authorization_decoded
Type of authorization_decoded
authorization_decoded
all items filtered out