Lines Matching refs:buffer_get_string

525 	msg = buffer_get_string(&logmsg, NULL);  in monitor_read_log()
682 p = buffer_get_string(m, &datlen); in mm_answer_sign()
740 username = buffer_get_string(m, NULL); in mm_answer_pwnamallow()
836 authctxt->service = buffer_get_string(m, NULL); in mm_answer_authserv()
837 authctxt->style = buffer_get_string(m, NULL); in mm_answer_authserv()
857 passwd = buffer_get_string(m, &plen); in mm_answer_authpassword()
920 response = buffer_get_string(m, NULL); in mm_answer_bsdauthrespond()
971 response = buffer_get_string(m, NULL); in mm_answer_skeyrespond()
1032 authctxt->user = buffer_get_string(m, NULL); in mm_answer_pam_init_ctx()
1093 resp[i] = buffer_get_string(m, NULL); in mm_answer_pam_respond()
1138 cuser = buffer_get_string(m, NULL); in mm_answer_keyallowed()
1139 chost = buffer_get_string(m, NULL); in mm_answer_keyallowed()
1140 blob = buffer_get_string(m, &bloblen); in mm_answer_keyallowed()
1239 p = buffer_get_string(&b, &len); in monitor_valid_userblob()
1291 p = buffer_get_string(&b, &len); in monitor_valid_hostbasedblob()
1320 p = buffer_get_string(&b, NULL); in monitor_valid_hostbasedblob()
1328 p = buffer_get_string(&b, NULL); in monitor_valid_hostbasedblob()
1348 blob = buffer_get_string(m, &bloblen); in mm_answer_keyverify()
1349 signature = buffer_get_string(m, &signaturelen); in mm_answer_keyverify()
1350 data = buffer_get_string(m, &datalen); in mm_answer_keyverify()
1506 tty = buffer_get_string(m, NULL); in mm_answer_pty_cleanup()
1620 blob = buffer_get_string(m, &blen); in mm_answer_rsa_challenge()
1662 blob = buffer_get_string(m, &blen); in mm_answer_rsa_response()
1669 response = buffer_get_string(m, &len); in mm_answer_rsa_response()
1752 cmd = buffer_get_string(m, &len); in mm_answer_audit_command()
1825 kex->session_id = buffer_get_string(m, &kex->session_id_len); in mm_get_kex()
1840 blob = buffer_get_string(m, &bloblen); in mm_get_kex()
1844 blob = buffer_get_string(m, &bloblen); in mm_get_kex()
1850 kex->client_version_string = buffer_get_string(m, NULL); in mm_get_kex()
1851 kex->server_version_string = buffer_get_string(m, NULL); in mm_get_kex()
1878 child_state.ssh1key = buffer_get_string(&m, in mm_get_keystate()
1880 child_state.ivout = buffer_get_string(&m, in mm_get_keystate()
1882 child_state.ivin = buffer_get_string(&m, &child_state.ivinlen); in mm_get_keystate()
1889 blob = buffer_get_string(&m, &bloblen); in mm_get_keystate()
1894 blob = buffer_get_string(&m, &bloblen); in mm_get_keystate()
1912 child_state.keyout = buffer_get_string(&m, &child_state.keyoutlen); in mm_get_keystate()
1913 child_state.keyin = buffer_get_string(&m, &child_state.keyinlen); in mm_get_keystate()
1917 p = buffer_get_string(&m, &plen); in mm_get_keystate()
1923 p = buffer_get_string(&m, &plen); in mm_get_keystate()
1931 child_state.input = buffer_get_string(&m, &child_state.ilen); in mm_get_keystate()
1932 child_state.output = buffer_get_string(&m, &child_state.olen); in mm_get_keystate()
2044 goid.elements = buffer_get_string(m, &len); in mm_answer_gss_setup_ctx()
2071 in.value = buffer_get_string(m, &len); in mm_answer_gss_accept_ctx()
2099 gssbuf.value = buffer_get_string(m, &len); in mm_answer_gss_checkmic()
2101 mic.value = buffer_get_string(m, &len); in mm_answer_gss_checkmic()