/NetX-Duo-v6.3.0/samples/ |
D | demo_netxduo_http.c | 45 CHAR *resource, CHAR **name, CHAR **password, CHAR **realm); 75 CHAR *resource, CHAR **name, CHAR **password, CHAR **realm) in authentication_check() argument 85 *realm = "NetX Duo HTTP demo"; in authentication_check()
|
D | demo_netxduo_https.c | 466 CHAR *resource, CHAR **name, CHAR **password, CHAR **realm) in authentication_check() argument 476 *realm = "NetX Duo HTTP demo"; in authentication_check()
|
/NetX-Duo-v6.3.0/addons/http/ |
D | nxd_http_server.h | 420 …STRUCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm); 421 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… 524 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), 528 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), 560 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… 572 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), 602 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… 625 …e(NX_HTTP_SERVER *server_ptr, CHAR *username, UINT username_length, CHAR *realm, UINT realm_length… 656 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), 686 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt…
|
D | nxd_http_server.c | 1320 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), in _nxe_http_server_create() argument 1408 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), in _nx_http_server_create() argument 6233 …e(NX_HTTP_SERVER *server_ptr, CHAR *username, UINT username_length, CHAR *realm, UINT realm_length… in _nx_http_server_digest_response_calculate() argument 6258 _nx_md5_update(&(server_ptr -> nx_http_server_md5data), (unsigned char *) realm, realm_length); in _nx_http_server_digest_response_calculate() 9304 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… in _nxe_http_server_authentication_check_set() argument 9372 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… in _nx_http_server_authentication_check_set() argument
|
/NetX-Duo-v6.3.0/addons/web/ |
D | nx_web_http_server.h | 357 …STRUCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm); 358 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… 474 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), 478 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), 534 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… 549 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), 598 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… 626 …_response_calculate(NX_WEB_HTTP_SERVER *server_ptr, CHAR *username, CHAR *realm, CHAR *password, C… 679 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), 728 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt…
|
D | nx_web_http_server.c | 1228 …SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm), in _nxe_web_http_server_create() argument 1326 … CHAR **name, CHAR **password, CHAR **realm), in _nx_web_http_server_create() argument 6738 …_response_calculate(NX_WEB_HTTP_SERVER *server_ptr, CHAR *username, CHAR *realm, CHAR *password, C… in _nx_web_http_server_digest_response_calculate() argument 6755 _nx_utility_string_length_check(realm, &realm_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_digest_response_calculate() 6769 …_nx_md5_update(&(server_ptr -> nx_web_http_server_md5data), (unsigned char *) realm, realm_length); in _nx_web_http_server_digest_response_calculate() 11276 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… in _nxe_web_http_server_authentication_check_set() argument 11346 …**name, UINT *name_length, CHAR **password, UINT *password_length, CHAR **realm, UINT *realm_lengt… in _nx_web_http_server_authentication_check_set() argument
|
/NetX-Duo-v6.3.0/utility/iperf/ |
D | nx_iperf.c | 105 …STRUCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm); 195 …_STRUCT *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm) in nx_iperf_authentication_check() argument 206 *realm = "test.htm"; in nx_iperf_authentication_check() 215 NX_PARAMETER_NOT_USED(realm); in nx_iperf_authentication_check()
|