| /freebsd-9-stable/crypto/openssh/ |
| D | ssh-keysign.c | 78 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()
|
| D | monitor.c | 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() 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 …]
|
| D | monitor_wrap.c | 227 *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 …]
|
| D | ssh-pkcs11-client.c | 129 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()
|
| D | ssh-agent.c | 347 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()
|
| D | mux.c | 1495 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 …]
|
| D | ssh-ecdsa.c | 123 ktype = buffer_get_string(&b, NULL); in ssh_ecdsa_verify() 131 sigblob = buffer_get_string(&b, &len); in ssh_ecdsa_verify()
|
| D | authfd.c | 336 *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()
|
| D | sftp-common.c | 131 type = buffer_get_string(b, NULL); in decode_attrib() 132 data = buffer_get_string(b, NULL); in decode_attrib()
|
| D | sftp-client.c | 242 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()
|
| D | auth-pam.c | 316 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()
|
| D | key.c | 2481 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()
|
| D | buffer.h | 71 void *buffer_get_string(Buffer *, u_int *);
|
| D | ssh-ed25519.c | 107 sigblob = buffer_get_string(&b, &len); in ssh_ed25519_verify()
|
| D | ssh-dss.c | 144 sigblob = buffer_get_string(&b, &len); in ssh_dss_verify()
|
| D | ssh-rsa.c | 144 sigblob = buffer_get_string(&b, &len); in ssh_rsa_verify()
|
| D | bufaux.c | 197 buffer_get_string(Buffer *buffer, u_int *length_ptr) in buffer_get_string() function
|
| D | ssh-pkcs11-helper.c | 56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
|
| D | ssh-keygen.c | 426 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()
|
| D | authfile.c | 667 *commentp = buffer_get_string(©, NULL); in key_parse_public_rsa1() 812 *commentp = buffer_get_string(©, NULL); in key_parse_private_rsa1()
|
| D | auth.c | 722 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()
|
| D | auth2-pubkey.c | 96 pkalg = buffer_get_string(&b, &alen); in userauth_pubkey()
|
| D | ssh_namespace.h | 77 #define buffer_get_string ssh_buffer_get_string macro
|
| D | sshconnect2.c | 593 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/ |
| D | port-tun.c | 255 *data = buffer_get_string(&c->output, dlen); in sys_tun_outfilter()
|