Searched refs:md4Context (Results 1 – 1 of 1) sorted by relevance
312 MDstruct md4Context; in ChapMS_NT() local324 MDbegin(&md4Context); in ChapMS_NT()325 …MDupdate(&md4Context, unicodePassword, secret_len * 2 * 8); /* Unicode is 2 bytes/char, *8 for bi… in ChapMS_NT()332 MDreverse((unsigned int*)&md4Context); /* sfb 961105 */ in ChapMS_NT()335 MDupdate(&md4Context, NULL, 0); /* Tell MD4 we're done */ in ChapMS_NT()337 ChallengeResponse((u_char*)rchallenge, (u_char*)md4Context.buffer, response->NTResp); in ChapMS_NT()