Searched refs:SessionKeyLength (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/usr.sbin/ppp/ |
H A D | chap_ms.c | 289 GetAsymetricStartKey(char *MasterKey, char *SessionKey, int SessionKeyLength, in GetAsymetricStartKey() argument 339 memcpy(SessionKey, Digest, SessionKeyLength); in GetAsymetricStartKey() 343 GetNewKeyFromSHA(char *StartKey, char *SessionKey, long SessionKeyLength, in GetNewKeyFromSHA() argument 350 SHA1_Update(&Context, StartKey, SessionKeyLength); in GetNewKeyFromSHA() 352 SHA1_Update(&Context, SessionKey, SessionKeyLength); in GetNewKeyFromSHA() 356 memcpy(InterimKey, Digest, SessionKeyLength); in GetNewKeyFromSHA()
|