Home
last modified time | relevance | path

Searched refs:DIGEST_QOP_VALUE_AUTH (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vauth/
Ddigest.c50 #define DIGEST_QOP_VALUE_AUTH (1 << 0) macro
222 *value |= DIGEST_QOP_VALUE_AUTH; in auth_digest_get_qop_values()
387 if(!(qop_values & DIGEST_QOP_VALUE_AUTH)) in Curl_auth_create_digest_md5_message()