Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sasl.c71 #define DIGEST_QOP_VALUE_AUTH (1 << 0) macro
247 *value |= DIGEST_QOP_VALUE_AUTH; in sasl_digest_get_qop_values()
627 if(!(qop_values & DIGEST_QOP_VALUE_AUTH)) in Curl_sasl_create_digest_md5_message()