Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dhttp_digest_authentication.c4 #define HTTP_SERVER_NONCE_SIZE 32 macro
94 …HAR) 0) && (*buffer_ptr != ' ') && (*buffer_ptr != (CHAR) 13) && (length < HTTP_SERVER_NONCE_SIZE)) in http_nonce_retrieve()
162 _nx_md5_update(md5data, (unsigned char *) nonce, HTTP_SERVER_NONCE_SIZE); in http_digest_response_calculate()