/titanic_41/usr/src/cmd/ssh/ssh-keysign/ |
H A D | ssh-keysign.c | 80 p = buffer_get_string(&b, &len); in valid_request() 92 p = buffer_get_string(&b, NULL); in valid_request() 98 p = buffer_get_string(&b, NULL); in valid_request() 104 pkalg = buffer_get_string(&b, NULL); in valid_request() 105 pkblob = buffer_get_string(&b, &blen); in valid_request() 118 p = buffer_get_string(&b, &len); in valid_request() 129 p = buffer_get_string(&b, NULL); in valid_request() 237 data = buffer_get_string(&b, &dlen); in main()
|
/titanic_41/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 200 handle = buffer_get_string(&msg, len); in get_handle() 271 char *name = buffer_get_string(&msg, NULL); in do_init() 272 char *value = buffer_get_string(&msg, NULL); in do_init() 404 filename = buffer_get_string(&msg, NULL); in do_lsreaddir() 405 longname = buffer_get_string(&msg, NULL); in do_lsreaddir() 623 filename = buffer_get_string(&msg, NULL); in do_realpath() 624 longname = buffer_get_string(&msg, NULL); in do_realpath() 731 filename = buffer_get_string(&msg, NULL); 732 longname = buffer_get_string(&msg, NULL); 900 data = buffer_get_string(&msg, &len); in do_download()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | ssh-dss.c | 132 ktype = buffer_get_string(&b, NULL); in ssh_dss_verify() 140 sigblob = buffer_get_string(&b, &len); in ssh_dss_verify()
|
H A D | authfd.c | 333 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity() 339 blob = buffer_get_string(&auth->identities, &blen); in ssh_get_next_identity() 340 *comment = buffer_get_string(&auth->identities, NULL); in ssh_get_next_identity() 448 *sigp = buffer_get_string(&msg, lenp); in ssh_agent_sign()
|
H A D | sftp-common.c | 129 type = buffer_get_string(b, NULL); in decode_attrib() 130 data = buffer_get_string(b, NULL); in decode_attrib()
|
H A D | ssh-rsa.c | 133 ktype = buffer_get_string(&b, NULL); in ssh_rsa_verify() 141 sigblob = buffer_get_string(&b, &len); in ssh_rsa_verify()
|
H A D | bufaux.c | 359 buffer_get_string(Buffer *buffer, u_int *length_ptr) in buffer_get_string() function 374 if ((value = buffer_get_string(buffer, &len)) == NULL) in buffer_get_utf8_string()
|
H A D | authfile.c | 280 *commentp = buffer_get_string(&buffer, NULL); in key_load_public_rsa1() 368 *commentp = buffer_get_string(&buffer, NULL); in key_load_private_rsa1() 370 xfree(buffer_get_string(&buffer, NULL)); in key_load_private_rsa1()
|
H A D | radix.c | 149 p = buffer_get_string(&b, &len); in radix_to_creds()
|
H A D | packet.c | 1408 return buffer_get_string(&incoming_packet, length_ptr); in packet_get_string() 1415 return (buffer_get_string(&incoming_packet, length_ptr)); in packet_get_utf8_string()
|
H A D | kex.c | 102 proposal[i] = buffer_get_string(&b,NULL); in kex_buf2prop()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | bufaux.h | 49 void *buffer_get_string(Buffer *, u_int *);
|
/titanic_41/usr/src/cmd/ssh/ssh-agent/ |
H A D | ssh-agent.c | 304 blob = buffer_get_string(&e->request, &blen); in process_sign_request2() 305 data = buffer_get_string(&e->request, &dlen); in process_sign_request2() 358 blob = buffer_get_string(&e->request, &blen); in process_remove_identity() 468 type_name = buffer_get_string(&e->request, NULL); in process_add_identity() 509 comment = buffer_get_string(&e->request, NULL); in process_add_identity() 559 passwd = buffer_get_string(&e->request, NULL); in process_lock_agent()
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth2-pubkey.c | 79 pkalg = buffer_get_string(&b, &alen); in userauth_pubkey()
|
H A D | auth.c | 779 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
|
H A D | altprivsep.c | 1047 return (buffer_get_string(&from_monitor, length_ptr)); in altprivsep_packet_get_string()
|
/titanic_41/usr/src/cmd/ssh/ssh-keygen/ |
H A D | ssh-keygen.c | 227 type = buffer_get_string(&b, NULL); in do_convert_private_ssh2_from_blob() 228 cipher = buffer_get_string(&b, NULL); in do_convert_private_ssh2_from_blob()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect2.c | 487 pkalg = buffer_get_string(&b, &alen); in input_userauth_pk_ok() 1478 *sigp = buffer_get_string(&b, lenp); in ssh_keysign()
|
/titanic_41/usr/src/cmd/ssh/sftp-server/ |
H A D | sftp-server.c | 59 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
|