Lines Matching full:sha1_update
169 SHA1_Update(&Context, PeerChallenge, 16);
170 SHA1_Update(&Context, AuthenticatorChallenge, 16);
171 SHA1_Update(&Context, Name, strlen(Name));
252 SHA1_Update(&Context, PasswordHashHash, 16);
253 SHA1_Update(&Context, NTResponse, 24);
254 SHA1_Update(&Context, Magic1, 39);
258 SHA1_Update(&Context, Digest, 20);
259 SHA1_Update(&Context, Challenge, 8);
260 SHA1_Update(&Context, Magic2, 41);
288 SHA1_Update(&Context, PasswordHashHash, 16);
289 SHA1_Update(&Context, NTResponse, 24);
290 SHA1_Update(&Context, Magic1, 27);
340 SHA1_Update(&Context, MasterKey, 16);
341 SHA1_Update(&Context, SHA1_Pad1, 40);
342 SHA1_Update(&Context, s, 84);
343 SHA1_Update(&Context, SHA1_Pad2, 40);
357 SHA1_Update(&Context, StartKey, SessionKeyLength);
358 SHA1_Update(&Context, SHA1_Pad1, 40);
359 SHA1_Update(&Context, SessionKey, SessionKeyLength);
360 SHA1_Update(&Context, SHA1_Pad2, 40);
375 SHA1_Update(&Context, InitialSessionKey, LengthOfDesiredKey);
376 SHA1_Update(&Context, SHA1_Pad1, 40);
377 SHA1_Update(&Context, CurrentSessionKey, LengthOfDesiredKey);
378 SHA1_Update(&Context, SHA1_Pad2, 40);