Searched refs:SESSION_ALGO (Results 1 – 1 of 1) sorted by relevance
53 #define SESSION_ALGO 1 /* for algos with this bit set */ macro56 #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 9 milliseconds