radius_get_authenticator
void radius_get_authenticator(const RADIUS_PACKET *, void *);
radius_get_authenticator(packet, authenticator);
radius_get_authenticator(packet, packetdata + 4);
radius_get_authenticator(response, responsedata + 4);
radius_get_authenticator(radpkt, _this->authenticator);
radius_get_authenticator(radpkt, ra);
radius_get_authenticator(q0->req, authen_req_auth);
radius_get_authenticator(packet, q->req_auth);
radius_get_authenticator(pkt, q_next->req_auth);
radius_get_authenticator(radpkt, authenticator);