Lines Matching refs:buffer_get_string
469 p = buffer_get_string(m, &datlen); in mm_answer_sign()
520 username = buffer_get_string(m, NULL); in mm_answer_pwnamallow()
589 authctxt->service = buffer_get_string(m, NULL); in mm_answer_authserv()
590 authctxt->style = buffer_get_string(m, NULL); in mm_answer_authserv()
610 passwd = buffer_get_string(m, &plen); in mm_answer_authpassword()
673 response = buffer_get_string(m, NULL); in mm_answer_bsdauthrespond()
717 cuser = buffer_get_string(m, NULL); in mm_answer_keyallowed()
718 chost = buffer_get_string(m, NULL); in mm_answer_keyallowed()
719 blob = buffer_get_string(m, &bloblen); in mm_answer_keyallowed()
816 p = buffer_get_string(&b, &len); in monitor_valid_userblob()
825 p = buffer_get_string(&b, NULL); in monitor_valid_userblob()
837 p = buffer_get_string(&b, NULL); in monitor_valid_userblob()
864 p = buffer_get_string(&b, &len); in monitor_valid_hostbasedblob()
873 p = buffer_get_string(&b, NULL); in monitor_valid_hostbasedblob()
881 p = buffer_get_string(&b, NULL); in monitor_valid_hostbasedblob()
889 p = buffer_get_string(&b, NULL); in monitor_valid_hostbasedblob()
897 p = buffer_get_string(&b, NULL); in monitor_valid_hostbasedblob()
917 blob = buffer_get_string(m, &bloblen); in mm_answer_keyverify()
918 signature = buffer_get_string(m, &signaturelen); in mm_answer_keyverify()
919 data = buffer_get_string(m, &datalen); in mm_answer_keyverify()
1074 tty = buffer_get_string(m, NULL); in mm_answer_pty_cleanup()
1190 blob = buffer_get_string(m, &blen); in mm_answer_rsa_challenge()
1232 blob = buffer_get_string(m, &blen); in mm_answer_rsa_response()
1239 response = buffer_get_string(m, &len); in mm_answer_rsa_response()
1343 kex->session_id = buffer_get_string(m, &kex->session_id_len); in mm_get_kex()
1356 blob = buffer_get_string(m, &bloblen); in mm_get_kex()
1360 blob = buffer_get_string(m, &bloblen); in mm_get_kex()
1366 kex->client_version_string = buffer_get_string(m, NULL); in mm_get_kex()
1367 kex->server_version_string = buffer_get_string(m, NULL); in mm_get_kex()
1392 child_state.ssh1key = buffer_get_string(&m, in mm_get_keystate()
1394 child_state.ivout = buffer_get_string(&m, in mm_get_keystate()
1396 child_state.ivin = buffer_get_string(&m, &child_state.ivinlen); in mm_get_keystate()
1403 blob = buffer_get_string(&m, &bloblen); in mm_get_keystate()
1408 blob = buffer_get_string(&m, &bloblen); in mm_get_keystate()
1426 child_state.keyout = buffer_get_string(&m, &child_state.keyoutlen); in mm_get_keystate()
1427 child_state.keyin = buffer_get_string(&m, &child_state.keyinlen); in mm_get_keystate()
1431 p = buffer_get_string(&m, &plen); in mm_get_keystate()
1437 p = buffer_get_string(&m, &plen); in mm_get_keystate()
1445 child_state.input = buffer_get_string(&m, &child_state.ilen); in mm_get_keystate()
1446 child_state.output = buffer_get_string(&m, &child_state.olen); in mm_get_keystate()