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

/openbsd-current/usr.sbin/npppd/npppd/
H A Dmppe.c606 GetNewKeyFromSHA(u_char *StartKey, u_char *SessionKey, int SessionKeyLength, argument
615 SHAUpdate(&Context, StartKey, SessionKeyLength);
617 SHAUpdate(&Context, SessionKey, SessionKeyLength);
621 MoveMemory(InterimKey, Digest, SessionKeyLength);
/openbsd-current/sys/net/
H A Dpipex.c2395 GetNewKeyFromSHA(u_char *StartKey, u_char *SessionKey, int SessionKeyLength, argument
2402 SHA1Update(&Context, StartKey, SessionKeyLength);
2404 SHA1Update(&Context, SessionKey, SessionKeyLength);
2408 memcpy(InterimKey, Digest, SessionKeyLength);

Completed in 72 milliseconds