HomeSort by relevance Sort by last modified time
    Searched refs:MasterKey (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
chap_ms.c 278 GetMasterKey(char *PasswordHashHash, char *NTResponse, char *MasterKey)
292 memcpy(MasterKey, Digest, 16);
296 GetAsymetricStartKey(char *MasterKey, char *SessionKey, int SessionKeyLength,
340 SHA1_Update(&Context, MasterKey, 16);
  /external/ppp/pppd/
chap_ms.c 717 u_char MasterKey[SHA1_SIGNATURE_SIZE]; /* >= MPPE_MAX_KEY_LEN */
766 SHA1_Final(MasterKey, &sha1Context);
776 SHA1_Update(&sha1Context, MasterKey, 16);
792 SHA1_Update(&sha1Context, MasterKey, 16);

Completed in 60 milliseconds