Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libradius/
Dtest23.c38 CHECK(radius_check_message_authenticator(packet, "sharedsecret") == 0); in test23()
55 CHECK(radius_check_message_authenticator(response, "sharedsecret") == 0); in test23()
58 CHECK(radius_check_message_authenticator(packet, "sharedsecret") != 0); in test23()
60 CHECK(radius_check_message_authenticator(response, "sharedsecret") != 0); in test23()
/openbsd/src/lib/libradius/
DSymbols.list2 radius_check_message_authenticator
Dradius_msgauth.c135 radius_check_message_authenticator(RADIUS_PACKET * packet, const char *secret) in radius_check_message_authenticator() function
Dradius.h530 int radius_check_message_authenticator(RADIUS_PACKET *,
/openbsd/src/usr.sbin/npppd/npppd/
Dradius_req.c452 else if (radius_check_message_authenticator(respkt, lap->secret) == 0) in radius_request_io_event()
/openbsd/src/usr.sbin/radiusd/
Dradiusd_radius.c451 radius_check_message_authenticator(radpkt, in radius_server_on_event()
Dradiusd.c499 radius_check_message_authenticator(packet, client->secret) != 0) { in radiusd_listen_handle_packet()
/openbsd/src/sbin/iked/
Dradius.c207 if (radius_check_message_authenticator(pkt, server->rs_secret) != 0) { in iked_radius_on_event()
/openbsd/src/usr.sbin/radiusctl/
Dradiusctl.c504 : (radius_check_message_authenticator(pkt, secret) == 0) in radius_dump()