Searched refs:radius_check_response_authenticator (Results 1 – 9 of 9) sorted by relevance
36 CHECK(radius_check_response_authenticator(response, "sharedsecret") == 0); in test10()39 CHECK(radius_check_response_authenticator(response, "sharedsecret") != 0); in test10()
3 radius_check_response_authenticator
402 int radius_check_response_authenticator(const RADIUS_PACKET *,
258 radius_check_response_authenticator(const RADIUS_PACKET * packet, in radius_check_response_authenticator() function
447 if (!radius_check_response_authenticator(respkt, in radius_request_io_event()
440 if (radius_check_response_authenticator(radpkt, in radius_server_on_event()
1712 if ((radius_check_response_authenticator(radres, dae->secret)) != 0) { in ipcp_dae_on_event()
185 if (radius_check_response_authenticator(pkt, server->rs_secret) != 0) { in iked_radius_on_event()
499 (radius_check_response_authenticator(pkt, secret) == 0) in radius_dump()