Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap_ms.c167 static void GenerateAuthenticatorResponse(const u_char PasswordHashHash[MD4_SIGNATURE_SIZE],
642 static void GenerateAuthenticatorResponse(const u_char PasswordHashHash[MD4_SIGNATURE_SIZE], in GenerateAuthenticatorResponse()
668 lwip_sha1_update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in GenerateAuthenticatorResponse()
697 u_char PasswordHashHash[MD4_SIGNATURE_SIZE]; in GenerateAuthenticatorResponsePlain() local
703 PasswordHashHash); in GenerateAuthenticatorResponsePlain()
705 GenerateAuthenticatorResponse(PasswordHashHash, NTResponse, PeerChallenge, in GenerateAuthenticatorResponsePlain()
717 u_char PasswordHashHash[MD4_SIGNATURE_SIZE]; in Set_Start_Key() local
724 NTPasswordHash(PasswordHash, sizeof(PasswordHash), PasswordHashHash); in Set_Start_Key()
728 lwip_sha1_update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in Set_Start_Key()
729 lwip_sha1_update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in Set_Start_Key()
[all …]