Lines Matching refs:response
34 * sasl_chalprompt_t client: Display challenge and prompt for response
69 * sasl_checkapop Check an APOP challenge/response (uses pseudo "APOP"
85 * 4c. If SASL_OK, continue or goto 6 if last server response was success
86 * 5. send message to server, wait for response
87 * 5a. On data or success with server response, goto 4
89 * 5c. On success with no server response continue
101 * 5a. If SASL_CONTINUE, output to client, wait response, repeat 5
560 * prompt for input in response to a challenge.
609 * SASL_NOAUTHZ or other SASL response on failure
897 * clientout -- the initial client response to send to the server
921 * clientout -- the client response to send to the server
1040 * clientin -- client initial response (NUL terminated), NULL if empty
1041 * clientinlen -- length of initial response
1089 * response -- client response, "<user> <digest>" (RFC 1939)
1090 * resplen -- length of response, 0 = strlen(response)
1095 * SASL_BADPROT -- protocol error (e.g., response in wrong format)
1102 const char *response, unsigned resplen);