Searched refs:challenge (Results  1 – 3 of 3) sorted by relevance
| /lib/liblwip/src/netif/ppp/ | 
| D | chpms.c | 126   u_char *challenge, /* IN   8 octets */ 143 ChallengeResponse( u_char *challenge, /* IN   8 octets */  in ChallengeResponse()  argument 156   DesEncrypt(challenge, ZPasswordHash +  0, response + 0);  in ChallengeResponse() 157   DesEncrypt(challenge, ZPasswordHash +  7, response + 8);  in ChallengeResponse() 158   DesEncrypt(challenge, ZPasswordHash + 14, response + 16);  in ChallengeResponse()
  | 
| D | chap.h | 103   u_char challenge[MAX_CHALLENGE_LENGTH]; /* last challenge string sent */  member
  | 
| D | chap.c | 603         MD5Update(&mdContext, cstate->challenge, cstate->chal_len);  in ChapReceiveResponse() 728   BCOPY(cstate->challenge, outp, chal_len);  in ChapSendChallenge() 785   u_char *ptr = cstate->challenge;  in ChapGenChallenge()
  |