| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | http_digest_authentication.c | 120 UINT realm_length; in http_digest_response_calculate() local 129 realm_length = strlen(realm); in http_digest_response_calculate() 140 _nx_md5_update(md5data, (unsigned char *) realm, realm_length); in http_digest_response_calculate()
|
| D | netx_web_digest_authenticate_test2.c | 73 … CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length); 468 … CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length) in authentication_check_extended() argument 478 *realm_length = 18; in authentication_check_extended()
|
| /NetX-Duo-v6.2.1/test/regression/http_test/ |
| D | netx_http_digest_authenticate_test.c | 75 … CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length); 492 … CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length) in authentication_check_extended() argument 502 *realm_length = 18; in authentication_check_extended()
|
| D | netx_http_basic_authenticate_test.c | 80 … CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length) in authentication_check_extended() argument 90 *realm_length = 18; in authentication_check_extended()
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.h | 420 …name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length); 559 …ame, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length)); 601 …ame, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length)); 614 …packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT realm_length, UINT *auth_req… 623 …ngth, CHAR *password_ptr, UINT password_length, CHAR *realm_ptr, UINT realm_length, UINT *auth_req… 624 … *server_ptr, CHAR *username, UINT username_length, CHAR *realm, UINT realm_length, CHAR *password… 685 …ame, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length));
|
| D | nxd_http_server.c | 3479 UINT realm_length = 0; in _nx_http_server_get_process() local 3546 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_http_server_get_process() 3570 ((realm_length != temp_realm_length) || in _nx_http_server_get_process() 3932 UINT realm_length = 0; in _nx_http_server_put_process() local 3992 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_http_server_put_process() 4016 ((realm_length != temp_realm_length) || in _nx_http_server_put_process() 4348 UINT realm_length = 0; in _nx_http_server_delete_process() local 4378 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_http_server_delete_process() 4402 ((realm_length != temp_realm_length) || in _nx_http_server_delete_process() 4829 …packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT realm_length, UINT *auth_req… in _nx_http_server_basic_authenticate() argument [all …]
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 3688 UINT realm_length = 0; in _nx_web_http_server_get_process() local 3765 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_web_http_server_get_process() 3789 ((realm_length != temp_realm_length) || in _nx_web_http_server_get_process() 4228 UINT realm_length = 0; in _nx_web_http_server_put_process() local 4298 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_web_http_server_put_process() 4322 ((realm_length != temp_realm_length) || in _nx_web_http_server_put_process() 4725 UINT realm_length = 0; in _nx_web_http_server_delete_process() local 4757 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_web_http_server_delete_process() 4781 ((realm_length != temp_realm_length) || in _nx_web_http_server_delete_process() 5223 UINT realm_length; in _nx_web_http_server_basic_authenticate() local [all …]
|
| D | nx_web_http_server.h | 357 …name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length); 533 …ame, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length)); 597 …ame, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length)); 727 …ame, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_length));
|