Searched refs:PasswordHashHash (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | chap_ms.c | 662 GenerateAuthenticatorResponse(u_char PasswordHashHash[MD4_SIGNATURE_SIZE], in GenerateAuthenticatorResponse() 688 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in GenerateAuthenticatorResponse() 716 u_char PasswordHashHash[MD4_SIGNATURE_SIZE]; in GenerateAuthenticatorResponsePlain() local 722 PasswordHashHash); in GenerateAuthenticatorResponsePlain() 724 GenerateAuthenticatorResponse(PasswordHashHash, NTResponse, PeerChallenge, in GenerateAuthenticatorResponsePlain() 735 mppe_set_keys(u_char *rchallenge, u_char PasswordHashHash[MD4_SIGNATURE_SIZE]) in mppe_set_keys() 741 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in mppe_set_keys() 742 SHA1_Update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in mppe_set_keys() 761 u_char PasswordHashHash[MD4_SIGNATURE_SIZE]; in Set_Start_Key() local 766 NTPasswordHash(PasswordHash, sizeof(PasswordHash), PasswordHashHash); in Set_Start_Key() [all …]
|
D | chap_ms.h | 95 void mppe_set_keys2(u_char PasswordHashHash[MD4_SIGNATURE_SIZE], 101 void GenerateAuthenticatorResponse(u_char PasswordHashHash[MD4_SIGNATURE_SIZE],
|