Searched refs:radius_check_message_authenticator (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/regress/lib/libradius/ |
| D | test23.c | 38 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/ |
| D | Symbols.list | 2 radius_check_message_authenticator
|
| D | radius_msgauth.c | 135 radius_check_message_authenticator(RADIUS_PACKET * packet, const char *secret) in radius_check_message_authenticator() function
|
| D | radius.h | 530 int radius_check_message_authenticator(RADIUS_PACKET *,
|
| /openbsd/src/usr.sbin/npppd/npppd/ |
| D | radius_req.c | 452 else if (radius_check_message_authenticator(respkt, lap->secret) == 0) in radius_request_io_event()
|
| /openbsd/src/usr.sbin/radiusd/ |
| D | radiusd_radius.c | 451 radius_check_message_authenticator(radpkt, in radius_server_on_event()
|
| D | radiusd.c | 499 radius_check_message_authenticator(packet, client->secret) != 0) { in radiusd_listen_handle_packet()
|
| /openbsd/src/sbin/iked/ |
| D | radius.c | 207 if (radius_check_message_authenticator(pkt, server->rs_secret) != 0) { in iked_radius_on_event()
|
| /openbsd/src/usr.sbin/radiusctl/ |
| D | radiusctl.c | 504 : (radius_check_message_authenticator(pkt, secret) == 0) in radius_dump()
|