Home
last modified time | relevance | path

Searched refs:unicodePassword (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/
Dchap_ms.c610 u_char unicodePassword[MAX_NT_PASSWORD * 2]; in ChapMS_NT() local
614 ascii2unicode(secret, secret_len, unicodePassword); in ChapMS_NT()
615 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash); in ChapMS_NT()
624 u_char unicodePassword[MAX_NT_PASSWORD * 2]; in ChapMS2_NT() local
631 ascii2unicode(secret, secret_len, unicodePassword); in ChapMS2_NT()
632 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash); in ChapMS2_NT()
714 u_char unicodePassword[MAX_NT_PASSWORD * 2]; in GenerateAuthenticatorResponsePlain() local
719 ascii2unicode(secret, secret_len, unicodePassword); in GenerateAuthenticatorResponsePlain()
720 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash); in GenerateAuthenticatorResponsePlain()
759 u_char unicodePassword[MAX_NT_PASSWORD * 2]; in Set_Start_Key() local
[all …]