Lines Matching refs:sshbuf_get_cstring
310 (r = sshbuf_get_cstring(m, &newopts->x, NULL)) != 0) \ in mm_decode_activate_server_options()
317 if ((r = sshbuf_get_cstring(m, \ in mm_decode_activate_server_options()
383 if ((r = sshbuf_get_cstring(m, &pw->pw_name, NULL)) != 0 || in mm_getpwnamallow()
384 (r = sshbuf_get_cstring(m, &pw->pw_passwd, NULL)) != 0 || in mm_getpwnamallow()
386 (r = sshbuf_get_cstring(m, &pw->pw_gecos, NULL)) != 0 || in mm_getpwnamallow()
389 (r = sshbuf_get_cstring(m, &pw->pw_class, NULL)) != 0 || in mm_getpwnamallow()
391 (r = sshbuf_get_cstring(m, &pw->pw_dir, NULL)) != 0 || in mm_getpwnamallow()
392 (r = sshbuf_get_cstring(m, &pw->pw_shell, NULL)) != 0) in mm_getpwnamallow()
422 if ((r = sshbuf_get_cstring(m, &banner, NULL)) != 0) in mm_auth2_read_banner()
655 if ((r = sshbuf_get_cstring(m, &p, NULL)) != 0 || in mm_pty_allocate()
656 (r = sshbuf_get_cstring(m, &msg, NULL)) != 0) in mm_pty_allocate()
735 (r = sshbuf_get_cstring(m, &msg, &msglen)) != 0 || in mm_do_pam_account()
786 (r = sshbuf_get_cstring(m, name, NULL)) != 0 || in mm_sshpam_query()
787 (r = sshbuf_get_cstring(m, info, NULL)) != 0 || in mm_sshpam_query()
799 if ((r = sshbuf_get_cstring(m, &((*prompts)[i]), NULL)) != 0 || in mm_sshpam_query()
902 if ((r = sshbuf_get_cstring(m, &challenge, NULL)) != 0) in mm_bsdauth_query()