Home
last modified time | relevance | path

Searched refs:DIGEST_QOP_VALUE_STRING_AUTH (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/vauth/
H A Ddigest.c66 #define DIGEST_QOP_VALUE_STRING_AUTH "auth" macro
236 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH)) in auth_digest_get_qop_values()
357 char qop[] = DIGEST_QOP_VALUE_STRING_AUTH; in Curl_auth_create_digest_md5_message()
565 if(strcasecompare(token, DIGEST_QOP_VALUE_STRING_AUTH)) { in Curl_auth_decode_digest_http_message()
579 digest->qop = strdup(DIGEST_QOP_VALUE_STRING_AUTH); in Curl_auth_decode_digest_http_message()

Completed in 2 milliseconds