Searched refs:NTPasswordHash (Results 1 – 1 of 1) sorted by relevance
/external/ppp/pppd/ |
D | chap_ms.c | 105 static void NTPasswordHash __P((u_char *, int, u_char[MD4_SIGNATURE_SIZE])); 579 NTPasswordHash(u_char *secret, int secret_len, u_char hash[MD4_SIGNATURE_SIZE]) in NTPasswordHash() function 615 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash); in ChapMS_NT() 632 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash); in ChapMS2_NT() 720 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash); in GenerateAuthenticatorResponsePlain() 721 NTPasswordHash(PasswordHash, sizeof(PasswordHash), in GenerateAuthenticatorResponsePlain() 765 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash); in Set_Start_Key() 766 NTPasswordHash(PasswordHash, sizeof(PasswordHash), PasswordHashHash); in Set_Start_Key() 879 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash); in SetMasterKeys() 880 NTPasswordHash(PasswordHash, sizeof(PasswordHash), PasswordHashHash); in SetMasterKeys()
|