Searched refs:nonce (Results 1 – 1 of 1) sorted by relevance
924 char *nonce = NULL; in http_auth_digest_check() local964 dkv[2].ptr = &nonce; in http_auth_digest_check()1017 log_error_write(srv, __FILE__, __LINE__, "ss", "nonce", nonce); in http_auth_digest_check()1029 !nonce || in http_auth_digest_check()1047 (!nonce || !cnonce)) { in http_auth_digest_check()1102 li_MD5_Update(&Md5Ctx, (unsigned char *)nonce, strlen(nonce)); in http_auth_digest_check()1126 li_MD5_Update(&Md5Ctx, (unsigned char *)nonce, strlen(nonce)); in http_auth_digest_check()