Lines Matching refs:SHA1_Update
553 SHA1_Update(&sha1Context, PeerChallenge, 16); in ChallengeHash()
554 SHA1_Update(&sha1Context, rchallenge, 16); in ChallengeHash()
555 SHA1_Update(&sha1Context, (unsigned char *)user, strlen(user)); in ChallengeHash()
688 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in GenerateAuthenticatorResponse()
689 SHA1_Update(&sha1Context, NTResponse, 24); in GenerateAuthenticatorResponse()
690 SHA1_Update(&sha1Context, Magic1, sizeof(Magic1)); in GenerateAuthenticatorResponse()
696 SHA1_Update(&sha1Context, Digest, sizeof(Digest)); in GenerateAuthenticatorResponse()
697 SHA1_Update(&sha1Context, Challenge, sizeof(Challenge)); in GenerateAuthenticatorResponse()
698 SHA1_Update(&sha1Context, Magic2, sizeof(Magic2)); in GenerateAuthenticatorResponse()
741 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in mppe_set_keys()
742 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in mppe_set_keys()
743 SHA1_Update(&sha1Context, rchallenge, 8); in mppe_set_keys()
828 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in mppe_set_keys2()
829 SHA1_Update(&sha1Context, NTResponse, 24); in mppe_set_keys2()
830 SHA1_Update(&sha1Context, Magic1, sizeof(Magic1)); in mppe_set_keys2()
841 SHA1_Update(&sha1Context, MasterKey, 16); in mppe_set_keys2()
842 SHA1_Update(&sha1Context, SHApad1, sizeof(SHApad1)); in mppe_set_keys2()
843 SHA1_Update(&sha1Context, s, 84); in mppe_set_keys2()
844 SHA1_Update(&sha1Context, SHApad2, sizeof(SHApad2)); in mppe_set_keys2()
857 SHA1_Update(&sha1Context, MasterKey, 16); in mppe_set_keys2()
858 SHA1_Update(&sha1Context, SHApad1, sizeof(SHApad1)); in mppe_set_keys2()
859 SHA1_Update(&sha1Context, s, 84); in mppe_set_keys2()
860 SHA1_Update(&sha1Context, SHApad2, sizeof(SHApad2)); in mppe_set_keys2()