Home
last modified time | relevance | path

Searched refs:radius_check_response_authenticator (Results 1 – 9 of 9) sorted by relevance

/openbsd/regress/lib/libradius/
H A Dtest10.c36 CHECK(radius_check_response_authenticator(response, "sharedsecret") == 0); in test10()
39 CHECK(radius_check_response_authenticator(response, "sharedsecret") != 0); in test10()
/openbsd/lib/libradius/
H A DSymbols.list3 radius_check_response_authenticator
H A Dradius.h402 int radius_check_response_authenticator(const RADIUS_PACKET *,
H A Dradius.c258 radius_check_response_authenticator(const RADIUS_PACKET * packet, in radius_check_response_authenticator() function
/openbsd/usr.sbin/npppd/npppd/
H A Dradius_req.c447 if (!radius_check_response_authenticator(respkt, in radius_request_io_event()
/openbsd/usr.sbin/radiusd/
H A Dradiusd_radius.c440 if (radius_check_response_authenticator(radpkt, in radius_server_on_event()
H A Dradiusd_ipcp.c1712 if ((radius_check_response_authenticator(radres, dae->secret)) != 0) { in ipcp_dae_on_event()
/openbsd/sbin/iked/
H A Dradius.c185 if (radius_check_response_authenticator(pkt, server->rs_secret) != 0) { in iked_radius_on_event()
/openbsd/usr.sbin/radiusctl/
H A Dradiusctl.c499 (radius_check_response_authenticator(pkt, secret) == 0) in radius_dump()