Lines Matching defs:auth_response
184 const char *auth_response;
194 .auth_response = "U3R1cGlkIEJhc2U2NCB0ZXN0\r\n",
197 .auth_response = "U3R1cGlkIEJhc2U2NCB0ZXN0 \r\n",
200 .auth_response =
225 input = i_stream_create_from_data(test->auth_response,
226 strlen(test->auth_response));
230 test_begin(t_strdup_printf("smtp auth_response valid [%d]", i));
253 const char *auth_response;
263 .auth_response = "\x01\x02\x03\r\n",
266 .auth_response = "U3R1cGlkIEJhc\r2U2NCB0ZXN0\r\n",
269 .auth_response =
293 response_text = test->auth_response;