Home
last modified time | relevance | path

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

/curl/lib/vauth/
H A Ddigest.c53 #define SESSION_ALGO 1 /* for algos with this bit set */ macro
56 #define ALGO_MD5SESS (ALGO_MD5 | SESSION_ALGO)
58 #define ALGO_SHA256SESS (ALGO_SHA256 | SESSION_ALGO)
60 #define ALGO_SHA512_256SESS (ALGO_SHA512_256 | SESSION_ALGO)
654 if(!digest->qop && (digest->algo & SESSION_ALGO)) in Curl_auth_decode_digest_http_message()
760 if(digest->algo & SESSION_ALGO) { in auth_create_digest_http_message()

Completed in 6 milliseconds