Home | History | Annotate | Download | only in openssh

Lines Matching refs:resp

1077 	char **resp;
1085 resp = xcalloc(num, sizeof(char *));
1087 resp[i] = buffer_get_string(m, NULL);
1088 ret = (sshpam_device.respond)(sshpam_ctxt, num, resp);
1090 xfree(resp[i]);
1091 xfree(resp);