Home
last modified time | relevance | path

Searched refs:username_length (Results 1 – 15 of 15) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.c597 … CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, in _nxe_http_client_get_start_extended() argument
614 input_ptr, input_size, username, username_length, in _nxe_http_client_get_start_extended()
627 NX_PARAMETER_NOT_USED(username_length); in _nxe_http_client_get_start_extended()
774 … CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, in _nx_http_client_get_start_extended() argument
788 input_ptr, input_size, username, username_length, in _nx_http_client_get_start_extended()
800 NX_PARAMETER_NOT_USED(username_length); in _nx_http_client_get_start_extended()
934 … CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, in _nxde_http_client_get_start_extended() argument
951 input_ptr, input_size, username, username_length, in _nxde_http_client_get_start_extended()
1014 UINT username_length = 0; in _nxd_http_client_get_start() local
1021 if (_nx_utility_string_length_check(username, &username_length, NX_HTTP_MAX_NAME) || in _nxd_http_client_get_start()
[all …]
Dnxd_http_client.h240 …ource_length, CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, CHAR *passwo…
243 …_address, CHAR *resource, UINT resource_length, CHAR *username, UINT username_length, CHAR *passwo…
247 …ource_length, CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, CHAR *passwo…
249 …_address, CHAR *resource, UINT resource_length, CHAR *username, UINT username_length, CHAR *passwo…
261 …ource_length, CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, CHAR *passwo…
262 …ource_length, CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, CHAR *passwo…
267 …_address, CHAR *resource, UINT resource_length, CHAR *username, UINT username_length, CHAR *passwo…
268 …_address, CHAR *resource, UINT resource_length, CHAR *username, UINT username_length, CHAR *passwo…
275 …ource_length, CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, CHAR *passwo…
276 …ource_length, CHAR *input_ptr, UINT input_size, CHAR *username, UINT username_length, CHAR *passwo…
[all …]
Dnxd_http_server.h624 …_response_calculate(NX_HTTP_SERVER *server_ptr, CHAR *username, UINT username_length, CHAR *realm,…
Dnxd_http_server.c6232 …_response_calculate(NX_HTTP_SERVER *server_ptr, CHAR *username, UINT username_length, CHAR *realm,… in _nx_http_server_digest_response_calculate() argument
6255 …x_md5_update(&(server_ptr -> nx_http_server_md5data), (unsigned char *) username, username_length); in _nx_http_server_digest_response_calculate()
/NetX-Duo-v6.2.1/common/src/
Dnx_http_proxy_client.c79 … UCHAR *username, UINT username_length, UCHAR *password, UINT password_length) in _nxe_http_proxy_client_enable() argument
86 ((username == NX_NULL) && (username_length != 0)) || in _nxe_http_proxy_client_enable()
93 if ((username_length > NX_HTTP_PROXY_MAX_USERNAME) || in _nxe_http_proxy_client_enable()
128 username_length, password, password_length); in _nxe_http_proxy_client_enable()
180 … UCHAR *username, UINT username_length, UCHAR *password, UINT password_length) in _nx_http_proxy_client_enable() argument
212 if ((username_length) && (password_length)) in _nx_http_proxy_client_enable()
220 memcpy(string, username, username_length); /* Use case of memcpy is verified. */ in _nx_http_proxy_client_enable()
223 string[username_length] = ':'; in _nx_http_proxy_client_enable()
226 …memcpy(&string[username_length + 1], password, password_length); /* Use case of memcpy is verified… in _nx_http_proxy_client_enable()
229 string[username_length + password_length + 1] = NX_NULL; in _nx_http_proxy_client_enable()
[all …]
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.h261 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG wait_option);
264 …CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULO…
267 …CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes, ULO…
270 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG wait_option);
273 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG wait_option);
303 UINT username_length,
332 … CHAR *username, UINT username_length, CHAR *password, UINT password_length,
341 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes,
350 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, ULONG total_bytes,
359 … CHAR *username, UINT username_length, CHAR *password, UINT password_length,
[all …]
Dnx_web_http_client.c742 UINT username_length, CHAR *password, in _nxe_web_http_client_get_start_extended() argument
760 username_length, password, password_length, in _nxe_web_http_client_get_start_extended()
830 UINT username_length, CHAR *password, in _nx_web_http_client_get_start_extended() argument
857 username_length, in _nx_web_http_client_get_start_extended()
1099 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, in _nxe_web_http_client_get_secure_start_extended() argument
1116 host_length, username, username_length, in _nxe_web_http_client_get_secure_start_extended()
1189 … CHAR *username, UINT username_length, CHAR *password, UINT password_length, in _nx_web_http_client_get_secure_start_extended() argument
1218 username_length, in _nx_web_http_client_get_secure_start_extended()
2928 UINT username_length, CHAR *password, in _nxe_web_http_client_put_start_extended() argument
2951 username_length, password, password_length, in _nxe_web_http_client_put_start_extended()
[all …]
Dnx_web_http_server.c6743 UINT username_length; in _nx_web_http_server_digest_response_calculate() local
6752 if (_nx_utility_string_length_check(username, &username_length, NX_WEB_HTTP_MAX_NAME) || in _nx_web_http_server_digest_response_calculate()
6766 …5_update(&(server_ptr -> nx_web_http_server_md5data), (unsigned char *) username, username_length); in _nx_web_http_server_digest_response_calculate()
/NetX-Duo-v6.2.1/common/inc/
Dnx_http_proxy_client.h71 … UCHAR *username, UINT username_length, UCHAR *password, UINT password_length);
80 … UCHAR *username, UINT username_length, UCHAR *password, UINT password_length);
Dnx_api.h3921 … UCHAR *username, UINT username_length, UCHAR *password, UINT password_length);
/NetX-Duo-v6.2.1/test/regression/web_test/
Dhttp_digest_authentication.c118 UINT username_length; in http_digest_response_calculate() local
127 username_length = strlen(username); in http_digest_response_calculate()
138 _nx_md5_update(md5data, (unsigned char *) username, username_length); in http_digest_response_calculate()
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.h455 … CHAR *username, UINT username_length, CHAR *password, UINT password_length);
494 … CHAR *username, UINT username_length, CHAR *password, UINT password_length);
529 … CHAR *username, UINT username_length, CHAR *password, UINT password_length);
Dnxd_mqtt_client.c3501 … CHAR *username, UINT username_length, CHAR *password, UINT password_length) in _nxd_mqtt_client_login_set() argument
3513 client_ptr -> nxd_mqtt_client_username_length = (USHORT)username_length; in _nxd_mqtt_client_login_set()
3745 … CHAR *username, UINT username_length, CHAR *password, UINT password_length) in _nxde_mqtt_client_login_set() argument
3754 if (((username == NX_NULL) && (username_length != 0)) || in _nxde_mqtt_client_login_set()
3760 …return(_nxd_mqtt_client_login_set(client_ptr, username, username_length, password, password_length… in _nxde_mqtt_client_login_set()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Ddevice_cert_unit_test.c175 … CHAR *username, UINT username_length, CHAR *password, UINT password_length) in __wrap__nxde_mqtt_client_login_set() argument
/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.c6843 UINT username_length; in _nxd_snmp_agent_trapv3_send() local
7229 … if (_nx_utility_string_length_check((CHAR *)username, &username_length, NX_SNMP_MAX_OCTET_STRING)) in _nxd_snmp_agent_trapv3_send()
7237 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, username, username_length, trap_packet_… in _nxd_snmp_agent_trapv3_send()
8656 UINT username_length; in _nxd_snmp_agent_trapv3_oid_send() local
9008 … if (_nx_utility_string_length_check((CHAR *)username, &username_length, NX_SNMP_MAX_OCTET_STRING)) in _nxd_snmp_agent_trapv3_oid_send()
9014 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, username, username_length, trap_packet_… in _nxd_snmp_agent_trapv3_oid_send()