Searched refs:PasswordHashHash (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | chap_ms.c | 597 GenerateAuthenticatorResponse(u_char PasswordHashHash[MD4_SIGNATURE_SIZE], in GenerateAuthenticatorResponse() 623 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in GenerateAuthenticatorResponse() 651 u_char PasswordHashHash[MD4_SIGNATURE_SIZE]; in GenerateAuthenticatorResponsePlain() local 657 PasswordHashHash); in GenerateAuthenticatorResponsePlain() 659 GenerateAuthenticatorResponse(PasswordHashHash, NTResponse, PeerChallenge, in GenerateAuthenticatorResponsePlain() 670 mppe_set_keys(u_char *rchallenge, u_char PasswordHashHash[MD4_SIGNATURE_SIZE]) in mppe_set_keys() 676 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in mppe_set_keys() 677 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in mppe_set_keys() 696 u_char PasswordHashHash[MD4_SIGNATURE_SIZE]; in Set_Start_Key() local 701 NTPasswordHash(PasswordHash, sizeof(PasswordHash), PasswordHashHash); in Set_Start_Key() [all …]
|
D | chap_ms.h | 108 void mppe_set_keys2(u_char PasswordHashHash[MD4_SIGNATURE_SIZE], 114 void GenerateAuthenticatorResponse(u_char PasswordHashHash[MD4_SIGNATURE_SIZE],
|