Lines Matching refs:challenge
125 chap_BuildAnswer(char *name, char *key, u_char id, char *challenge in chap_BuildAnswer() argument
152 mschap_LANMan(digest, challenge + 1, key); /* LANMan response */ in chap_BuildAnswer()
175 mschap_NT(digest, challenge + 1); in chap_BuildAnswer()
215 GenerateNTResponse(challenge + 1, peerchallenge + 1, name, in chap_BuildAnswer()
223 peerchallenge + 1, challenge + 1, name, in chap_BuildAnswer()
241 MD5Update(&MD5context, challenge + 1, *challenge); in chap_BuildAnswer()
332 write(in[1], chap->challenge.peer + 1, *chap->challenge.peer); in chap_StartChild()
361 *chap->challenge.local = *chap->challenge.peer = '\0'; in chap_Cleanup()
376 ans = chap_BuildAnswer(name, key, chap->auth.id, chap->challenge.peer in chap_Respond()
378 , type, chap->challenge.local, chap->authresponse, lm in chap_Respond()
495 if (!*chap->challenge.local) { in chap_ChallengeInit()
497 cp = chap->challenge.local; in chap_ChallengeInit()
516 for (i = 0; i < *chap->challenge.local; i++) in chap_ChallengeInit()
535 if (!*chap->challenge.local) in chap_Challenge()
541 chap->challenge.local, 1 + *chap->challenge.local, NULL); in chap_Challenge()
545 chap->challenge.local, 1 + *chap->challenge.local + len, NULL); in chap_Challenge()
612 ptr += sprintf(ptr, "%02X", *(auth2chap(authp)->challenge.local+1+i)); in chap_Failure()
659 *chap->challenge.local = '\0'; in chap_HaveAnotherGo()
679 *chap->challenge.local = *chap->challenge.peer = '\0'; in chap_Init()
753 *chap->challenge.peer = alen; in chap_Input()
754 bp = mbuf_Read(bp, chap->challenge.peer + 1, alen); in chap_Input()
857 chap->challenge.peer[0] = sizeof resp->PeerChallenge; in chap_Input()
858 memcpy(chap->challenge.peer + 1, resp->PeerChallenge, in chap_Input()
867 chap->challenge.local + 1, in chap_Input()
868 *chap->challenge.local)) in chap_Input()
904 chap->challenge.local in chap_Input()
907 chap->challenge.peer, in chap_Input()