Searched refs:PasswordHashHash (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | mppe.c | 112 mppe_set_chapv1(unsigned char *rchallenge, unsigned char *PasswordHashHash) in mppe_set_chapv1() argument 123 if (PPP_DigestUpdate(ctx, PasswordHashHash, MD4_DIGEST_LENGTH)) { in mppe_set_chapv1() 125 if (PPP_DigestUpdate(ctx, PasswordHashHash, MD4_DIGEST_LENGTH)) { in mppe_set_chapv1() 151 mppe_set_chapv2(unsigned char *PasswordHashHash, unsigned char *NTResponse, in mppe_set_chapv2() argument 208 if (PPP_DigestUpdate(ctx, PasswordHashHash, MD4_DIGEST_LENGTH)) { in mppe_set_chapv2()
|
| D | chap_ms.c | 670 GenerateAuthenticatorResponse(unsigned char* PasswordHashHash, in GenerateAuthenticatorResponse() argument 701 if (PPP_DigestUpdate(ctx, PasswordHashHash, MD4_DIGEST_LENGTH)) { in GenerateAuthenticatorResponse() 755 u_char PasswordHashHash[MD4_DIGEST_LENGTH]; in GenerateAuthenticatorResponsePlain() local 761 PasswordHashHash); in GenerateAuthenticatorResponsePlain() 763 GenerateAuthenticatorResponse(PasswordHashHash, NTResponse, PeerChallenge, in GenerateAuthenticatorResponsePlain() 778 u_char PasswordHashHash[MD4_DIGEST_LENGTH]; in Set_Start_Key() local 783 NTPasswordHash(PasswordHash, sizeof(PasswordHash), PasswordHashHash); in Set_Start_Key() 785 mppe_set_chapv1(rchallenge, PasswordHashHash); in Set_Start_Key() 796 u_char PasswordHashHash[MD4_DIGEST_LENGTH]; in SetMasterKeys() local 800 NTPasswordHash(PasswordHash, sizeof(PasswordHash), PasswordHashHash); in SetMasterKeys() [all …]
|
| D | mppe.h | 169 void mppe_set_chapv1(unsigned char *rchallenge, unsigned char *PasswordHashHash); 174 void mppe_set_chapv2(unsigned char *PasswordHashHash,
|
| D | chap_ms.h | 95 void GenerateAuthenticatorResponse(unsigned char *PasswordHashHash,
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | ChangeLog | 219 * fixed EAP-pwd pre-processing with PasswordHashHash
|