Home
last modified time | relevance | path

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

/third_party/curl/lib/vauth/
H A Ddigest.c52 #define SESSION_ALGO 1 /* for algos with this bit set */ macro
55 #define ALGO_MD5SESS (ALGO_MD5 | SESSION_ALGO)
57 #define ALGO_SHA256SESS (ALGO_SHA256 | SESSION_ALGO)
59 #define ALGO_SHA512_256SESS (ALGO_SHA512_256 | SESSION_ALGO)
643 if(!digest->qop && (digest->algo & SESSION_ALGO)) in Curl_auth_decode_digest_http_message()
745 if(digest->algo & SESSION_ALGO) { in auth_create_digest_http_message()

Completed in 2 milliseconds