Home
last modified time | relevance | path

Searched refs:NX_HTTP_SERVER_NONCE_SIZE (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_digest_authenticate_test.c77 static CHAR nonce_buffer[NX_HTTP_SERVER_NONCE_SIZE + 1];
78 static CHAR temp_nonce_buffer[NX_HTTP_SERVER_NONCE_SIZE + 1];
311 …nx_packet_data_append(send_packet, nonce_buffer, NX_HTTP_SERVER_NONCE_SIZE, &client_pool, NX_WAIT_… in thread_client_entry()
Dnetx_http_digest_authenticate_timeout_test.c75 static CHAR nonce_buffer[NX_HTTP_SERVER_NONCE_SIZE + 1];
76 static CHAR temp_nonce_buffer[NX_HTTP_SERVER_NONCE_SIZE + 1];
342 …nx_packet_data_append(send_packet[i], nonce_buffer, NX_HTTP_SERVER_NONCE_SIZE, &client_pool, NX_WA… in thread_client_entry()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h186 #ifndef NX_HTTP_SERVER_NONCE_SIZE
187 #define NX_HTTP_SERVER_NONCE_SIZE 32 /* The size of nonce for digest authtentica… macro
342 …UCHAR nonce_buffer[NX_HTTP_SERVER_NONCE_SIZE]; /* Nonce for digest authetication …
Dnxd_http_server.c5863 for (i = 0; i < NX_HTTP_SERVER_NONCE_SIZE; i++) in _nx_http_server_nonce_allocate()
6129 nx_packet_data_append(packet_ptr, nonce_ptr -> nonce_buffer, NX_HTTP_SERVER_NONCE_SIZE, in _nx_http_server_digest_authenticate()
6279 …pdate(&(server_ptr -> nx_http_server_md5data), (unsigned char *) nonce, NX_HTTP_SERVER_NONCE_SIZE); in _nx_http_server_digest_response_calculate()
6533 if (length != NX_HTTP_SERVER_NONCE_SIZE) in _nx_http_server_retrieve_digest_authorization()
6542 …ver_ptr -> nx_http_server_nonces[i].nonce_buffer, nonce_buffer, NX_HTTP_SERVER_NONCE_SIZE) == 0)) … in _nx_http_server_retrieve_digest_authorization()