Home
last modified time | relevance | path

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

/external/libppp/src/
Dchap_ms.c296 GetAsymetricStartKey(char *MasterKey, char *SessionKey, int SessionKeyLength, in GetAsymetricStartKey() argument
346 memcpy(SessionKey, Digest, SessionKeyLength); in GetAsymetricStartKey()
350 GetNewKeyFromSHA(char *StartKey, char *SessionKey, long SessionKeyLength, in GetNewKeyFromSHA() argument
359 SHA1_Update(&Context, SessionKey, SessionKeyLength); in GetNewKeyFromSHA()