Home
last modified time | relevance | path

Searched refs:buffer_get_cstring (Results 1 – 9 of 9) sorted by relevance

/trueos/crypto/openssh/
HDbuffer.h74 char *buffer_get_cstring(Buffer *, u_int *);
HDssh-ed25519.c99 ktype = buffer_get_cstring(&b, NULL); in ssh_ed25519_verify()
HDssh-dss.c136 ktype = buffer_get_cstring(&b, NULL); in ssh_dss_verify()
HDssh-rsa.c136 ktype = buffer_get_cstring(&b, NULL); in ssh_rsa_verify()
HDbufaux.c230 buffer_get_cstring(Buffer *buffer, u_int *length_ptr) in buffer_get_cstring() function
HDmonitor.c1248 p = buffer_get_cstring(&b, NULL); in monitor_valid_userblob()
1264 p = buffer_get_cstring(&b, NULL); in monitor_valid_userblob()
1300 p = buffer_get_cstring(&b, NULL); in monitor_valid_hostbasedblob()
1312 p = buffer_get_cstring(&b, NULL); in monitor_valid_hostbasedblob()
HDssh_namespace.h65 #define buffer_get_cstring ssh_buffer_get_cstring macro
HDkex.c190 proposal[i] = buffer_get_cstring(&b,NULL); in kex_buf2prop()
HDpacket.c1635 return buffer_get_cstring(&active_state->incoming_packet, length_ptr); in packet_get_cstring()