Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/ppp/
H A Dchap_ms.c289 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
352 SHA1_Update(&Context, SessionKey, SessionKeyLength); in GetNewKeyFromSHA()
/dflybsd-src/lib/libfetch/
H A Dhttp.c1150 OUT HASHHEX SessionKey in DigestCalcHA1() argument
1173 CvtHex(HA1, SessionKey); in DigestCalcHA1()