radius_check_response_authenticator
int radius_check_response_authenticator(const RADIUS_PACKET *,
CHECK(radius_check_response_authenticator(response, "sharedsecret") == 0);
CHECK(radius_check_response_authenticator(response, "sharedsecret") != 0);
if (radius_check_response_authenticator(pkt, server->rs_secret) != 0) {
if (!radius_check_response_authenticator(respkt,
(radius_check_response_authenticator(pkt, secret) == 0)
if ((radius_check_response_authenticator(radres, dae->secret)) != 0) {
if (radius_check_response_authenticator(radpkt,