Home
last modified time | relevance | path

Searched refs:temp_password_length (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c660 UINT temp_password_length = 0; in _nx_web_http_client_get_start() local
667 … _nx_utility_string_length_check(password, &temp_password_length, NX_WEB_HTTP_MAX_PASSWORD)) in _nx_web_http_client_get_start()
682 … temp_username_length, password, temp_password_length, in _nx_web_http_client_get_start()
1016 UINT temp_password_length = 0; in _nx_web_http_client_get_secure_start() local
1023 … _nx_utility_string_length_check(password, &temp_password_length, NX_WEB_HTTP_MAX_PASSWORD)) in _nx_web_http_client_get_secure_start()
1040 temp_password_length, tls_setup, in _nx_web_http_client_get_secure_start()
2846 UINT temp_password_length = 0; in _nx_web_http_client_put_start() local
2853 … _nx_utility_string_length_check(password, &temp_password_length, NX_WEB_HTTP_MAX_PASSWORD)) in _nx_web_http_client_put_start()
2868 … temp_username_length, password, temp_password_length, in _nx_web_http_client_put_start()
3237 UINT temp_password_length = 0; in _nx_web_http_client_put_secure_start() local
[all …]
Dnx_web_http_server.c3690 UINT temp_password_length = 0; in _nx_web_http_server_get_process() local
3779 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_WEB_HTTP_MAX_PASSWORD) || in _nx_web_http_server_get_process()
3791 (password_length != temp_password_length))) in _nx_web_http_server_get_process()
4230 UINT temp_password_length = 0; in _nx_web_http_server_put_process() local
4312 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_WEB_HTTP_MAX_PASSWORD) || in _nx_web_http_server_put_process()
4324 (password_length != temp_password_length))) in _nx_web_http_server_put_process()
4727 UINT temp_password_length = 0; in _nx_web_http_server_delete_process() local
4771 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_WEB_HTTP_MAX_PASSWORD) || in _nx_web_http_server_delete_process()
4783 (password_length != temp_password_length))) in _nx_web_http_server_delete_process()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.c1140 UINT temp_password_length = 0; in _nxd_http_client_get_start_extended() local
1155 _nx_utility_string_length_check(password, &temp_password_length, password_length)) in _nxd_http_client_get_start_extended()
1164 (password_length != temp_password_length)) in _nxd_http_client_get_start_extended()
2379 UINT temp_password_length = 0; in _nxd_http_client_put_start_extended() local
2396 _nx_utility_string_length_check(password, &temp_password_length, password_length)) in _nxd_http_client_put_start_extended()
2405 (password_length != temp_password_length)) in _nxd_http_client_put_start_extended()
Dnxd_http_server.c3481 UINT temp_password_length = 0; in _nx_http_server_get_process() local
3560 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_HTTP_MAX_PASSWORD) || in _nx_http_server_get_process()
3572 (password_length != temp_password_length))) in _nx_http_server_get_process()
3590 …server_ptr, packet_ptr, name_ptr, temp_name_length, password_ptr, temp_password_length, realm_ptr,… in _nx_http_server_get_process()
3934 UINT temp_password_length = 0; in _nx_http_server_put_process() local
4006 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_HTTP_MAX_PASSWORD) || in _nx_http_server_put_process()
4018 (password_length != temp_password_length))) in _nx_http_server_put_process()
4036 …server_ptr, packet_ptr, name_ptr, temp_name_length, password_ptr, temp_password_length, realm_ptr,… in _nx_http_server_put_process()
4350 UINT temp_password_length = 0; in _nx_http_server_delete_process() local
4392 … _nx_utility_string_length_check(password_ptr, &temp_password_length, NX_HTTP_MAX_PASSWORD) || in _nx_http_server_delete_process()
[all …]
/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.c2000 UINT temp_password_length; in _nx_snmp_agent_md5_key_create_extended()
2004 if (_nx_utility_string_length_check((CHAR *)password, &temp_password_length, password_length)) in _nx_snmp_agent_md5_key_create_extended()
2008 if (password_length != temp_password_length) in _nx_snmp_agent_md5_key_create_extended()
2599 UINT temp_password_length; in _nx_snmp_agent_sha_key_create_extended()
2603 if (_nx_utility_string_length_check((CHAR *)password, &temp_password_length, password_length)) in _nx_snmp_agent_sha_key_create_extended()
2607 if (password_length != temp_password_length) in _nx_snmp_agent_sha_key_create_extended()