Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/ppp/
HDchap_ms.c298 GetAsymetricStartKey(char *MasterKey, char *SessionKey, int SessionKeyLength, in GetAsymetricStartKey() argument
348 memcpy(SessionKey, Digest, SessionKeyLength); in GetAsymetricStartKey()
352 GetNewKeyFromSHA(char *StartKey, char *SessionKey, long SessionKeyLength, in GetNewKeyFromSHA() argument
359 SHA1_Update(&Context, StartKey, SessionKeyLength); in GetNewKeyFromSHA()
361 SHA1_Update(&Context, SessionKey, SessionKeyLength); in GetNewKeyFromSHA()
365 memcpy(InterimKey, Digest, SessionKeyLength); in GetNewKeyFromSHA()