Home
last modified time | relevance | path

Searched refs:realm_length (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dhttp_digest_authentication.c120 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()
Dnetx_web_digest_authenticate_test2.c73 … 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/
Dnetx_http_digest_authenticate_test.c75 … 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()
Dnetx_http_basic_authenticate_test.c80 … 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/
Dnxd_http_server.h420 …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));
Dnxd_http_server.c3479 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/
Dnx_web_http_server.c3688 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 …]
Dnx_web_http_server.h357 …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));