Home
last modified time | relevance | path

Searched refs:buffer_get_string (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-9-stable/crypto/openssh/
Dssh-keysign.c78 p = buffer_get_string(&b, &len); in valid_request()
90 p = buffer_get_string(&b, NULL); in valid_request()
96 p = buffer_get_string(&b, NULL); in valid_request()
102 pkalg = buffer_get_string(&b, NULL); in valid_request()
103 pkblob = buffer_get_string(&b, &blen); in valid_request()
116 p = buffer_get_string(&b, &len); in valid_request()
127 p = buffer_get_string(&b, NULL); in valid_request()
233 data = buffer_get_string(&b, &dlen); in main()
Dmonitor.c525 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()
1091 resp[i] = buffer_get_string(m, NULL); in mm_answer_pam_respond()
1138 cuser = buffer_get_string(m, NULL); in mm_answer_keyallowed()
[all …]
Dmonitor_wrap.c227 *sigp = buffer_get_string(&m, lenp); in mm_key_sign()
255 pw = buffer_get_string(&m, &len); in mm_getpwnamallow()
258 pw->pw_name = buffer_get_string(&m, NULL); in mm_getpwnamallow()
259 pw->pw_passwd = buffer_get_string(&m, NULL); in mm_getpwnamallow()
261 pw->pw_gecos = buffer_get_string(&m, NULL); in mm_getpwnamallow()
264 pw->pw_class = buffer_get_string(&m, NULL); in mm_getpwnamallow()
266 pw->pw_dir = buffer_get_string(&m, NULL); in mm_getpwnamallow()
267 pw->pw_shell = buffer_get_string(&m, NULL); in mm_getpwnamallow()
271 newopts = buffer_get_string(&m, &len); in mm_getpwnamallow()
277 newopts->x = buffer_get_string(&m, NULL); \ in mm_getpwnamallow()
[all …]
Dssh-pkcs11-client.c129 signature = buffer_get_string(&msg, &slen); in pkcs11_rsa_private_encrypt()
207 blob = buffer_get_string(&msg, &blen); in pkcs11_add_provider()
208 free(buffer_get_string(&msg, NULL)); in pkcs11_add_provider()
Dssh-agent.c347 blob = buffer_get_string(&e->request, &blen); in process_sign_request2()
348 data = buffer_get_string(&e->request, &dlen); in process_sign_request2()
400 blob = buffer_get_string(&e->request, &blen); in process_remove_identity()
525 comment = buffer_get_string(&e->request, NULL); in process_add_identity()
575 passwd = buffer_get_string(&e->request, NULL); in process_lock_agent()
621 provider = buffer_get_string(&e->request, NULL); in process_add_smartcard_key()
622 pin = buffer_get_string(&e->request, NULL); in process_add_smartcard_key()
678 provider = buffer_get_string(&e->request, NULL); in process_remove_smartcard_key()
679 pin = buffer_get_string(&e->request, NULL); in process_remove_smartcard_key()
Dmux.c1495 char *name = buffer_get_string(&m, NULL); in mux_client_hello_exchange()
1496 char *value = buffer_get_string(&m, NULL); in mux_client_hello_exchange()
1532 e = buffer_get_string(&m, NULL); in mux_client_request_alive()
1586 e = buffer_get_string(&m, NULL); in mux_client_request_terminate()
1589 e = buffer_get_string(&m, NULL); in mux_client_request_terminate()
1652 e = buffer_get_string(&m, NULL); in mux_client_forward()
1657 e = buffer_get_string(&m, NULL); in mux_client_forward()
1777 e = buffer_get_string(&m, NULL); in mux_client_request_session()
1782 e = buffer_get_string(&m, NULL); in mux_client_request_session()
1836 e = buffer_get_string(&m, NULL); in mux_client_request_session()
[all …]
Dssh-ecdsa.c123 ktype = buffer_get_string(&b, NULL); in ssh_ecdsa_verify()
131 sigblob = buffer_get_string(&b, &len); in ssh_ecdsa_verify()
Dauthfd.c336 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity()
343 blob = buffer_get_string(&auth->identities, &blen); in ssh_get_next_identity()
344 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity()
452 *sigp = buffer_get_string(&msg, lenp); in ssh_agent_sign()
Dsftp-common.c131 type = buffer_get_string(b, NULL); in decode_attrib()
132 data = buffer_get_string(b, NULL); in decode_attrib()
Dsftp-client.c242 handle = buffer_get_string(&msg, len); in get_handle()
373 char *name = buffer_get_string(&msg, NULL); in do_init()
374 char *value = buffer_get_string(&msg, NULL); in do_init()
531 filename = buffer_get_string(&msg, NULL); in do_lsreaddir()
532 longname = buffer_get_string(&msg, NULL); in do_lsreaddir()
763 filename = buffer_get_string(&msg, NULL); in do_realpath()
764 longname = buffer_get_string(&msg, NULL); in do_realpath()
943 filename = buffer_get_string(&msg, NULL); in do_readlink()
944 longname = buffer_get_string(&msg, NULL); in do_readlink()
1189 data = buffer_get_string(&msg, &len); in do_download()
Dauth-pam.c316 sshpam_env[i] = buffer_get_string(b, NULL); in import_environments()
324 env = buffer_get_string(b, NULL); in import_environments()
376 reply[i].resp = buffer_get_string(&buffer, NULL); in sshpam_thread_conv()
388 reply[i].resp = buffer_get_string(&buffer, NULL); in sshpam_thread_conv()
734 msg = buffer_get_string(&buffer, NULL); in sshpam_query()
Dkey.c2481 type_name = buffer_get_string(blob, NULL); in key_private_deserialize()
2494 cert = buffer_get_string(blob, &len); in key_private_deserialize()
2505 curve = buffer_get_string(blob, NULL); in key_private_deserialize()
2536 cert = buffer_get_string(blob, &len); in key_private_deserialize()
2568 cert = buffer_get_string(blob, &len); in key_private_deserialize()
2580 k->ed25519_pk = buffer_get_string(blob, &pklen); in key_private_deserialize()
2581 k->ed25519_sk = buffer_get_string(blob, &sklen); in key_private_deserialize()
2590 cert = buffer_get_string(blob, &len); in key_private_deserialize()
2595 k->ed25519_pk = buffer_get_string(blob, &pklen); in key_private_deserialize()
2596 k->ed25519_sk = buffer_get_string(blob, &sklen); in key_private_deserialize()
Dbuffer.h71 void *buffer_get_string(Buffer *, u_int *);
Dssh-ed25519.c107 sigblob = buffer_get_string(&b, &len); in ssh_ed25519_verify()
Dssh-dss.c144 sigblob = buffer_get_string(&b, &len); in ssh_dss_verify()
Dssh-rsa.c144 sigblob = buffer_get_string(&b, &len); in ssh_rsa_verify()
Dbufaux.c197 buffer_get_string(Buffer *buffer, u_int *length_ptr) in buffer_get_string() function
Dssh-pkcs11-helper.c56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
Dssh-keygen.c426 type = buffer_get_string(&b, NULL); in do_convert_private_ssh2_from_blob()
427 cipher = buffer_get_string(&b, NULL); in do_convert_private_ssh2_from_blob()
1833 name = buffer_get_string(&options, NULL); in show_options()
1847 data = buffer_get_string(&option, NULL); in show_options()
Dauthfile.c667 *commentp = buffer_get_string(&copy, NULL); in key_parse_public_rsa1()
812 *commentp = buffer_get_string(&copy, NULL); in key_parse_private_rsa1()
Dauth.c722 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
Dauth2-pubkey.c96 pkalg = buffer_get_string(&b, &alen); in userauth_pubkey()
Dssh_namespace.h77 #define buffer_get_string ssh_buffer_get_string macro
Dsshconnect2.c593 pkalg = buffer_get_string(&b, &alen); in input_userauth_pk_ok()
1506 *sigp = buffer_get_string(&b, lenp); in ssh_keysign()
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dport-tun.c255 *data = buffer_get_string(&c->output, dlen); in sys_tun_outfilter()

12