radius_get_authenticator_retval
uint8_t *radius_get_authenticator_retval(const RADIUS_PACKET *);
radius_get_authenticator_retval(packet), secret) != 0)
radius_get_authenticator_retval(packet), secret) != 0)
CHECK(radius_get_authenticator_retval(packet) == pdata + 4);
CHECK(memcmp(authenticator, radius_get_authenticator_retval(packet), 16) == 0);
MD5_Update(&ctx, radius_get_authenticator_retval(request), 16);
radius_encrypt_user_password_attr(cipher, &clen, "foobarbaz", radius_get_authenticator_retval(packet), "sharedsecret");
CHECK(radius_decrypt_mppe_key_attr(plain, &plen, cipher, clen, radius_get_authenticator_retval(packet), "sharedsecret") == 0);
CHECK(radius_decrypt_mppe_key_attr(plain, &plen, cipher, clen, radius_get_authenticator_retval(packet), "sharedsecret") == 0);