Home | History | Annotate | Download | only in dropbear

Lines Matching full:response

37 	unsigned char* response = NULL;
53 response = (unsigned char*)m_strdup("");
59 response = (unsigned char*)m_strdup(buf);
64 return response;
76 unsigned char *response = NULL;
94 /* we'll build the response as we go */
120 response = m_strdup(p);
123 response = get_response(prompt);
126 response_len = strlen(response);
127 buf_putstring(ses.writepayload, response, response_len);
128 m_burn(response, response_len);
129 m_free(response);