Searched refs:dkv (Results 1 – 1 of 1) sorted by relevance
947 digest_kv dkv[10] = { in http_auth_digest_check() local963 dkv[1].ptr = &realm; in http_auth_digest_check()964 dkv[2].ptr = &nonce; in http_auth_digest_check()965 dkv[3].ptr = &uri; in http_auth_digest_check()967 dkv[5].ptr = &qop; in http_auth_digest_check()968 dkv[6].ptr = &cnonce; in http_auth_digest_check()969 dkv[7].ptr = &nc; in http_auth_digest_check()991 if ((0 == strncmp(c, dkv[i].key, dkv[i].key_len))) { in http_auth_digest_check()995 *(dkv[i].ptr) = c + dkv[i].key_len + 1; in http_auth_digest_check()1001 *(dkv[i].ptr) = c + dkv[i].key_len; in http_auth_digest_check()[all …]