Searched refs:NX_WEB_HTTP_SERVER_NONCE (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/addons/web/ |
D | nx_web_http_server.h | 257 } NX_WEB_HTTP_SERVER_NONCE; typedef 324 NX_WEB_HTTP_SERVER_NONCE 627 …*packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_WEB_HTTP_SERVER_NONCE **nonce_p… 629 …_web_http_server_nonce_allocate(NX_WEB_HTTP_SERVER *server_ptr, NX_WEB_HTTP_SERVER_NONCE **nonce_p…
|
D | nx_web_http_server.c | 6304 UINT _nx_web_http_server_nonce_allocate(NX_WEB_HTTP_SERVER *server_ptr, NX_WEB_HTTP_SERVER_NONCE **… in _nx_web_http_server_nonce_allocate() 6308 NX_WEB_HTTP_SERVER_NONCE *nonces_list = server_ptr -> nx_web_http_server_nonces; in _nx_web_http_server_nonce_allocate() 6437 NX_WEB_HTTP_SERVER_NONCE *nonce_ptr = NX_NULL; in _nx_web_http_server_digest_authenticate() 6863 …*packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_WEB_HTTP_SERVER_NONCE **nonce_p… in _nx_web_http_server_retrieve_digest_authorization()
|