Home | History | Annotate | Download | only in vauth

Lines Matching refs:digest

100   unsigned char digest[MD5_DIGEST_LEN];
106 /* Compute the digest using the password as the key */
113 /* Update the digest with the given challenge */
118 /* Finalise the digest */
119 Curl_HMAC_final(ctxt, digest);
124 userp, digest[0], digest[1], digest[2], digest[3], digest[4],
125 digest[5], digest[6], digest[7], digest[8], digest[9], digest[10],
126 digest[11], digest[12], digest[13], digest[14], digest[15]);