Searched refs:DIGEST_QOP_VALUE_STRING_AUTH (Results 1 – 1 of 1) sorted by relevance
56 #define DIGEST_QOP_VALUE_STRING_AUTH "auth" macro232 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH)) in auth_digest_get_qop_values()375 char qop[] = DIGEST_QOP_VALUE_STRING_AUTH; in Curl_auth_create_digest_md5_message()582 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH)) { in Curl_auth_decode_digest_http_message()596 digest->qop = strdup(DIGEST_QOP_VALUE_STRING_AUTH); in Curl_auth_decode_digest_http_message()