Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dmppe.c606 GetNewKeyFromSHA(u_char *StartKey, u_char *SessionKey, int SessionKeyLength, in GetNewKeyFromSHA() argument
615 SHAUpdate(&Context, StartKey, SessionKeyLength); in GetNewKeyFromSHA()
/openbsd-src/sys/net/
H A Dpipex.c2429 GetNewKeyFromSHA(u_char *StartKey, u_char *SessionKey, int SessionKeyLength, in mppe_key_change()
2436 SHA1Update(&Context, StartKey, SessionKeyLength); in mppe_key_change()
2395 GetNewKeyFromSHA(u_char * StartKey,u_char * SessionKey,int SessionKeyLength,u_char * InterimKey) GetNewKeyFromSHA() argument