Searched refs:msresp2 (Results 1 – 1 of 1) sorted by relevance
740 struct mschap2_response msresp2; in radius_Authenticate() local833 msresp2.ident = *key; in radius_Authenticate()834 msresp2.flags = keyv2->Flags; in radius_Authenticate()835 memcpy(msresp2.response, keyv2->NTResponse, sizeof msresp2.response); in radius_Authenticate()836 memset(msresp2.reserved, '\0', sizeof msresp2.reserved); in radius_Authenticate()837 memcpy(msresp2.pchallenge, keyv2->PeerChallenge, in radius_Authenticate()838 sizeof msresp2.pchallenge); in radius_Authenticate()840 RAD_MICROSOFT_MS_CHAP2_RESPONSE, &msresp2, in radius_Authenticate()841 sizeof msresp2); in radius_Authenticate()