Lines Matching defs:challenge
34 * sasl_chalprompt_t client: Display challenge and prompt for response
69 * sasl_checkapop Check an APOP challenge/response (uses pseudo "APOP"
560 * prompt for input in response to a challenge.
564 * challenge -- server challenge
571 const char *challenge,
574 #define SASL_CB_ECHOPROMPT 0x4005 /* challenge and client enterred result */
575 #define SASL_CB_NOECHOPROMPT 0x4006 /* challenge and client enterred result */
841 const char *challenge; /* presented to user (e.g. OTP challenge) */
899 * NULL if mech doesn't include initial client challenge
1042 * serverout -- initial server challenge, NULL if done
1044 * serveroutlen -- length of initial server challenge
1085 * if challenge is NULL, just check if APOP is enabled
1087 * challenge -- challenge which was sent to client
1088 * challen -- length of challenge, 0 = strlen(challenge)
1094 * SASL_BADPARAM -- missing challenge
1101 const char *challenge, unsigned challen,