Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dmppe.c93 static void GetNewKeyFromSHA(u_char *, u_char *, int, u_char *);
170 GetNewKeyFromSHA(_this->master_key, _this->session_key, in mppe_key_change()
231 GetNewKeyFromSHA(_this->send.master_key, _this->send.master_key, in mppe_start()
238 GetNewKeyFromSHA(_this->recv.master_key, _this->recv.master_key, in mppe_start()
606 GetNewKeyFromSHA(u_char *StartKey, u_char *SessionKey, int SessionKeyLength, in GetNewKeyFromSHA() function
/openbsd/sys/net/
H A Dpipex_local.h455 void GetNewKeyFromSHA (u_char *, u_char *, int, u_char *);
H A Dpipex.c2354 GetNewKeyFromSHA(mppe->master_key, mppe->master_key, mppe->keylen, in pipex_mppe_init()
2395 GetNewKeyFromSHA(u_char *StartKey, u_char *SessionKey, int SessionKeyLength, in GetNewKeyFromSHA() function
2434 GetNewKeyFromSHA(mppe->master_key, mppe->session_key, mppe->keylen, in mppe_key_change()