Lines Matching refs:challenge
257 * Generate authorization response based on given authentication challenge.
262 auth_url(const char *challenge, char **response, const struct authinfo *auth)
274 cp = challenge;
278 DPRINTF("%s: challenge `%s'\n", __func__, challenge);
281 warnx("Unsupported authentication challenge `%s'",
282 challenge);
290 warnx("Unsupported authentication challenge `%s'",
291 challenge);
300 warnx("Unsupported authentication challenge `%s'",
301 challenge);
1088 warnx("No authentication challenge provided by server");