Home
last modified time | relevance | path

Searched defs:auth_challenge (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dchap_ms.c148 mschap_challenge_hash(u_int8_t *peer_challenge, u_int8_t *auth_challenge, in mschap_challenge_hash()
173 mschap_nt_response(u_int8_t *auth_challenge, u_int8_t *peer_challenge, in mschap_nt_response()
189 u_int8_t *ntresponse, u_int8_t *auth_challenge, u_int8_t *peer_challenge, in mschap_auth_response()
/openbsd/sbin/iked/
H A Dchap_ms.c153 mschap_challenge_hash(uint8_t *peer_challenge, uint8_t *auth_challenge, in mschap_challenge_hash()
180 mschap_nt_response(uint8_t *auth_challenge, uint8_t *peer_challenge, in mschap_nt_response()
196 uint8_t *ntresponse, uint8_t *auth_challenge, uint8_t *peer_challenge, in mschap_auth_response()
/openbsd/usr.sbin/radiusctl/
H A Dchap_ms.c148 mschap_challenge_hash(u_int8_t *peer_challenge, u_int8_t *auth_challenge, in mschap_challenge_hash()
173 mschap_nt_response(u_int8_t *auth_challenge, u_int8_t *peer_challenge, in mschap_nt_response()
189 u_int8_t *ntresponse, u_int8_t *auth_challenge, u_int8_t *peer_challenge, in mschap_auth_response()
/openbsd/usr.sbin/radiusd/
H A Dchap_ms.c148 mschap_challenge_hash(u_int8_t *peer_challenge, u_int8_t *auth_challenge, in mschap_challenge_hash()
173 mschap_nt_response(u_int8_t *auth_challenge, u_int8_t *peer_challenge, in mschap_nt_response()
189 u_int8_t *ntresponse, u_int8_t *auth_challenge, u_int8_t *peer_challenge, in mschap_auth_response()
/openbsd/lib/libc/gen/
H A Dauth_subr.c302 auth_challenge(auth_session_t *as) in auth_challenge() function