Lines Matching refs:mdContext
430 MD5_CTX mdContext;
492 MD5Init(&mdContext);
493 MD5Update(&mdContext, &cstate->resp_id, 1);
494 MD5Update(&mdContext, (u_char*)secret, secret_len);
495 MD5Update(&mdContext, rchallenge, rchallenge_len);
496 MD5Final(hash, &mdContext);
527 MD5_CTX mdContext;
600 MD5Init(&mdContext);
601 MD5Update(&mdContext, &cstate->chal_id, 1);
602 MD5Update(&mdContext, (u_char*)secret, secret_len);
603 MD5Update(&mdContext, cstate->challenge, cstate->chal_len);
604 MD5Final(hash, &mdContext);