Lines Matching defs:challenge
109 char *challenge;
115 const char *challenge __attribute__((unused)),
221 /* allocate some space for the challenge */
222 text->challenge = sparams->utils->malloc(200 + 1);
223 if (text->challenge == NULL) {
228 /* create the challenge */
229 snprintf(text->challenge, 200, "<%s.%s@%s>", randdigits, time,
232 *serverout = text->challenge;
233 *serveroutlen = strlen(text->challenge);
371 (const unsigned char *) text->challenge,
372 strlen(text->challenge));
476 if (text->challenge) _plug_free_string(utils,&(text->challenge));