Home
last modified time | relevance | path

Searched refs:keyv2 (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dradius.c731 const struct MSCHAPv2_resp *keyv2; in radius_Authenticate() local
814 if (klen != sizeof(*keyv2) + 1) { in radius_Authenticate()
820 keyv2 = (const struct MSCHAPv2_resp *)(key + 1); in radius_Authenticate()
824 msresp2.flags = keyv2->Flags; in radius_Authenticate()
825 memcpy(msresp2.response, keyv2->NTResponse, sizeof msresp2.response); in radius_Authenticate()
827 memcpy(msresp2.pchallenge, keyv2->PeerChallenge, in radius_Authenticate()