Lines Matching refs:sshbuf_put_cstring
1402 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 ||
1403 (r = sshbuf_put_cstring(b, authctxt->service)) != 0 ||
1404 (r = sshbuf_put_cstring(b, method)) != 0 ||
1406 (r = sshbuf_put_cstring(b, alg)) != 0 ||
2204 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 ||
2205 (r = sshbuf_put_cstring(b, authctxt->service)) != 0 ||
2206 (r = sshbuf_put_cstring(b, authctxt->method->name)) != 0 ||
2207 (r = sshbuf_put_cstring(b, authctxt->active_ktype)) != 0 ||
2209 (r = sshbuf_put_cstring(b, chost)) != 0 ||
2210 (r = sshbuf_put_cstring(b, authctxt->local_user)) != 0) {