Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c80 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 Dsftp-client.c200 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 Dssh-dss.c132 ktype = buffer_get_string(&b, NULL); in ssh_dss_verify()
140 sigblob = buffer_get_string(&b, &len); in ssh_dss_verify()
H A Dauthfd.c333 *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 Dsftp-common.c129 type = buffer_get_string(b, NULL); in decode_attrib()
130 data = buffer_get_string(b, NULL); in decode_attrib()
H A Dssh-rsa.c133 ktype = buffer_get_string(&b, NULL); in ssh_rsa_verify()
141 sigblob = buffer_get_string(&b, &len); in ssh_rsa_verify()
H A Dbufaux.c359 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 Dauthfile.c280 *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 Dradix.c149 p = buffer_get_string(&b, &len); in radix_to_creds()
H A Dpacket.c1408 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 Dkex.c102 proposal[i] = buffer_get_string(&b,NULL); in kex_buf2prop()
/titanic_41/usr/src/cmd/ssh/include/
H A Dbufaux.h49 void *buffer_get_string(Buffer *, u_int *);
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c304 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 Dauth2-pubkey.c79 pkalg = buffer_get_string(&b, &alen); in userauth_pubkey()
H A Dauth.c779 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
H A Daltprivsep.c1047 return (buffer_get_string(&from_monitor, length_ptr)); in altprivsep_packet_get_string()
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c227 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 Dsshconnect2.c487 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 Dsftp-server.c59 #define get_string(lenp) buffer_get_string(&iqueue, lenp);