Lines Matching refs:sshbuf_get_cstring
296 (r = sshbuf_get_cstring(m, &newopts->x, NULL)) != 0) \ in mm_decode_activate_server_options()
303 if ((r = sshbuf_get_cstring(m, \ in mm_decode_activate_server_options()
364 if ((r = sshbuf_get_cstring(m, &pw->pw_name, NULL)) != 0 || in mm_getpwnamallow()
365 (r = sshbuf_get_cstring(m, &pw->pw_passwd, NULL)) != 0 || in mm_getpwnamallow()
366 (r = sshbuf_get_cstring(m, &pw->pw_gecos, NULL)) != 0 || in mm_getpwnamallow()
367 (r = sshbuf_get_cstring(m, &pw->pw_class, NULL)) != 0 || in mm_getpwnamallow()
368 (r = sshbuf_get_cstring(m, &pw->pw_dir, NULL)) != 0 || in mm_getpwnamallow()
369 (r = sshbuf_get_cstring(m, &pw->pw_shell, NULL)) != 0) in mm_getpwnamallow()
399 if ((r = sshbuf_get_cstring(m, &banner, NULL)) != 0) in mm_auth2_read_banner()
622 if ((r = sshbuf_get_cstring(m, &p, NULL)) != 0 || in mm_pty_allocate()
623 (r = sshbuf_get_cstring(m, &msg, NULL)) != 0) in mm_pty_allocate()
731 if ((r = sshbuf_get_cstring(inc, &item->selector, NULL)) != 0 || in mm_get_state()
732 (r = sshbuf_get_cstring(inc, &item->filename, NULL)) != 0 || in mm_get_state()
783 if ((r = sshbuf_get_cstring(m, &challenge, NULL)) != 0) in mm_bsdauth_query()