Searched refs:msresp (Results 1 – 1 of 1) sorted by relevance
905 struct mschap_response msresp; in radius_Authenticate() local982 msresp.ident = *key; in radius_Authenticate()983 msresp.flags = 0x01; in radius_Authenticate()984 memcpy(msresp.lm_response, key + 1, 24); in radius_Authenticate()985 memcpy(msresp.nt_response, key + 25, 24); in radius_Authenticate()987 RAD_MICROSOFT_MS_CHAP_RESPONSE, &msresp, in radius_Authenticate()988 sizeof msresp); in radius_Authenticate()