Searched refs:GetNewKeyFromSHA (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/npppd/npppd/ |
H A D | mppe.c | 93 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 D | pipex_local.h | 455 void GetNewKeyFromSHA (u_char *, u_char *, int, u_char *);
|
H A D | pipex.c | 2388 GetNewKeyFromSHA(mppe->master_key, mppe->master_key, mppe->keylen, in pipex_mppe_init() 2429 GetNewKeyFromSHA(u_char *StartKey, u_char *SessionKey, int SessionKeyLength, in GetNewKeyFromSHA() function 2468 GetNewKeyFromSHA(mppe->master_key, mppe->session_key, mppe->keylen, in mppe_key_change()
|