Home
last modified time | relevance | path

Searched refs:NX_HTTP_SERVER_NONCE (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h343 } NX_HTTP_SERVER_NONCE; typedef
404 NX_HTTP_SERVER_NONCE
625 …T *packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_HTTP_SERVER_NONCE **nonce_ptr…
627 UINT _nx_http_server_nonce_allocate(NX_HTTP_SERVER *server_ptr, NX_HTTP_SERVER_NONCE **nonce…
Dnxd_http_server.c5820 UINT _nx_http_server_nonce_allocate(NX_HTTP_SERVER *server_ptr, NX_HTTP_SERVER_NONCE **nonce_ptr) in _nx_http_server_nonce_allocate()
5824 NX_HTTP_SERVER_NONCE *nonces_list = server_ptr -> nx_http_server_nonces; in _nx_http_server_nonce_allocate()
5951 NX_HTTP_SERVER_NONCE *nonce_ptr = NX_NULL; in _nx_http_server_digest_authenticate()
6350 …T *packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_HTTP_SERVER_NONCE **nonce_ptr) in _nx_http_server_retrieve_digest_authorization()