Searched refs:DIGEST_QOP_VALUE_STRING_AUTH (Results 1 – 1 of 1) sorted by relevance
67 #define DIGEST_QOP_VALUE_STRING_AUTH "auth" macro237 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH)) in auth_digest_get_qop_values()358 char qop[] = DIGEST_QOP_VALUE_STRING_AUTH; in Curl_auth_create_digest_md5_message()566 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH)) { in Curl_auth_decode_digest_http_message()580 digest->qop = strdup(DIGEST_QOP_VALUE_STRING_AUTH); in Curl_auth_decode_digest_http_message()
Completed in 7 milliseconds