Searched refs:nonce_ptr (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 6303 …eb_http_server_nonce_allocate(NX_WEB_HTTP_SERVER *server_ptr, NX_WEB_HTTP_SERVER_NONCE **nonce_ptr) in _nx_web_http_server_nonce_allocate() argument 6315 *nonce_ptr = &(nonces_list[i]); in _nx_web_http_server_nonce_allocate() 6332 *nonce_ptr = &(nonces_list[i]); in _nx_web_http_server_nonce_allocate() 6349 (*nonce_ptr) -> nonce_buffer[i] = (UCHAR)_nx_web_http_server_base64_array[random_value]; in _nx_web_http_server_nonce_allocate() 6353 (*nonce_ptr) -> nonce_timestamp = tx_time_get(); in _nx_web_http_server_nonce_allocate() 6354 (*nonce_ptr) -> nonce_state = NX_WEB_HTTP_SERVER_NONCE_VALID; in _nx_web_http_server_nonce_allocate() 6436 NX_WEB_HTTP_SERVER_NONCE *nonce_ptr = NX_NULL; in _nx_web_http_server_digest_authenticate() local 6445 …tr, authorization_response, authorization_uri, authorization_nc, authorization_cnonce, &nonce_ptr)) in _nx_web_http_server_digest_authenticate() 6479 …ponse_calculate(server_ptr, name_ptr, realm_ptr, password_ptr, (CHAR *)(nonce_ptr -> nonce_buffer)… in _nx_web_http_server_digest_authenticate() 6503 if (nonce_ptr -> nonce_state == NX_WEB_HTTP_SERVER_NONCE_ACCEPTED) in _nx_web_http_server_digest_authenticate() [all …]
|
| D | nx_web_http_server.h | 626 …cket_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_WEB_HTTP_SERVER_NONCE **nonce_ptr); 628 …b_http_server_nonce_allocate(NX_WEB_HTTP_SERVER *server_ptr, NX_WEB_HTTP_SERVER_NONCE **nonce_ptr);
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 5820 UINT _nx_http_server_nonce_allocate(NX_HTTP_SERVER *server_ptr, NX_HTTP_SERVER_NONCE **nonce_ptr) in _nx_http_server_nonce_allocate() argument 5832 *nonce_ptr = &(nonces_list[i]); in _nx_http_server_nonce_allocate() 5849 *nonce_ptr = &(nonces_list[i]); in _nx_http_server_nonce_allocate() 5866 (*nonce_ptr) -> nonce_buffer[i] = (UCHAR)_nx_http_server_base64_array[random_value]; in _nx_http_server_nonce_allocate() 5870 (*nonce_ptr) -> nonce_timestamp = tx_time_get(); in _nx_http_server_nonce_allocate() 5871 (*nonce_ptr) -> nonce_state = NX_HTTP_SERVER_NONCE_VALID; in _nx_http_server_nonce_allocate() 5951 NX_HTTP_SERVER_NONCE *nonce_ptr = NX_NULL; in _nx_http_server_digest_authenticate() local 5961 …tr, authorization_response, authorization_uri, authorization_nc, authorization_cnonce, &nonce_ptr)) in _nx_http_server_digest_authenticate() 5996 …ength, realm_ptr, realm_length, password_ptr, password_length, (CHAR *)(nonce_ptr -> nonce_buffer)… in _nx_http_server_digest_authenticate() 6018 nonce_ptr -> nonce_state = NX_HTTP_SERVER_NONCE_ACCEPTED; in _nx_http_server_digest_authenticate() [all …]
|
| D | nxd_http_server.h | 625 … *packet_ptr, CHAR *response, CHAR *uri, CHAR *nc, CHAR *cnonce, NX_HTTP_SERVER_NONCE **nonce_ptr); 627 … _nx_http_server_nonce_allocate(NX_HTTP_SERVER *server_ptr, NX_HTTP_SERVER_NONCE **nonce_ptr);
|