Searched refs:mschap_asymetric_startkey (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sbin/iked/
H A Dchap_ms.h41 void mschap_asymetric_startkey(uint8_t *, uint8_t *, int, int, int);
H A Dchap_ms.c286 mschap_asymetric_startkey(uint8_t *masterkey, uint8_t *sessionkey, function
349 mschap_asymetric_startkey(masterkey, recvkey, sizeof(recvkey), 0, 1);
350 mschap_asymetric_startkey(masterkey, sendkey, sizeof(sendkey), 1, 1);
/openbsd-current/usr.sbin/npppd/npppd/
H A Dchap_ms.h42 void mschap_asymetric_startkey(u_int8_t *, u_int8_t *, int, int, int);
H A Dchap_ms.c275 mschap_asymetric_startkey(u_int8_t *masterkey, u_int8_t *sessionkey, function
336 mschap_asymetric_startkey(masterkey, recvkey, sizeof(recvkey), 0, 1);
337 mschap_asymetric_startkey(masterkey, sendkey, sizeof(sendkey), 1, 1);
H A Dchap.c693 mschap_asymetric_startkey(_this->ppp->mppe.master_key,
695 mschap_asymetric_startkey(_this->ppp->mppe.master_key,
/openbsd-current/usr.sbin/radiusctl/
H A Dchap_ms.h42 void mschap_asymetric_startkey(u_int8_t *, u_int8_t *, int, int, int);
H A Dchap_ms.c275 mschap_asymetric_startkey(u_int8_t *masterkey, u_int8_t *sessionkey, function
336 mschap_asymetric_startkey(masterkey, recvkey, sizeof(recvkey), 0, 1);
337 mschap_asymetric_startkey(masterkey, sendkey, sizeof(sendkey), 1, 1);

Completed in 212 milliseconds