Lines Matching refs:digest
66 unsigned char digest[MD5_DIGEST_LEN];
69 /* Compute the digest using the password as the key */
76 /* Update the digest with the given challenge */
81 /* Finalise the digest */
82 Curl_HMAC_final(ctxt, digest);
87 userp, digest[0], digest[1], digest[2], digest[3], digest[4],
88 digest[5], digest[6], digest[7], digest[8], digest[9], digest[10],
89 digest[11], digest[12], digest[13], digest[14], digest[15]);