Home
last modified time | relevance | path

Searched refs:buffer_get_string_ret (Results 1 – 11 of 11) sorted by relevance

/trueos/crypto/openssh/
HDbufaux.c166 buffer_get_string_ret(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ret() function
201 if ((ret = buffer_get_string_ret(buffer, length_ptr)) == NULL) in buffer_get_string()
210 char *cp, *ret = buffer_get_string_ret(buffer, &length); in buffer_get_cstring_ret()
327 if ((p = bin = buffer_get_string_ret(buffer, &len)) == NULL) { in buffer_get_bignum2_as_string_ret()
HDmux.c286 char *name = buffer_get_string_ret(m, NULL); in process_mux_master_hello()
287 char *value = buffer_get_string_ret(m, NULL); in process_mux_master_hello()
318 if ((reserved = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_new_session()
324 (cctx->term = buffer_get_string_ret(m, &len)) == NULL || in process_mux_new_session()
325 (cmd = buffer_get_string_ret(m, &len)) == NULL) { in process_mux_new_session()
342 if ((cp = buffer_get_string_ret(m, &len)) == NULL) in process_mux_new_session()
638 (fwd.listen_host = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_open_fwd()
640 (fwd.connect_host = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_open_fwd()
788 (fwd.listen_host = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_close_fwd()
790 (fwd.connect_host = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_close_fwd()
[all …]
HDbufec.c104 if ((buf = buffer_get_string_ret(buffer, &len)) == NULL) { in buffer_get_ecpoint_ret()
HDbuffer.h87 void *buffer_get_string_ret(Buffer *, u_int *);
HDbufbn.c199 if ((bin = buffer_get_string_ret(buffer, &len)) == NULL) { in buffer_get_bignum2_ret()
HDentropy.c198 buf = buffer_get_string_ret(m, &len); in rexec_recv_rng_seed()
HDkey.c1422 (principals = buffer_get_string_ret(b, &plen)) == NULL || in cert_parse()
1425 (critical = buffer_get_string_ret(b, &clen)) == NULL || in cert_parse()
1426 (!v00 && (exts = buffer_get_string_ret(b, &elen)) == NULL) || in cert_parse()
1429 (sig_key = buffer_get_string_ret(b, &sklen)) == NULL) { in cert_parse()
1437 if ((sig = buffer_get_string_ret(b, &slen)) == NULL) { in cert_parse()
1601 if ((curve = buffer_get_string_ret(&b, NULL)) == NULL) { in key_from_blob2()
1635 if ((pk = buffer_get_string_ret(&b, &len)) == NULL) { in key_from_blob2()
HDauth-options.c445 (data_blob = buffer_get_string_ret(&c, &dlen)) == NULL) { in parse_option_list()
HDauthfile.c315 if ((cp = buffer_get_string_ret(&copy, &len)) == NULL) { in key_parse_private2()
339 if ((salt = buffer_get_string_ret(&kdf, &slen)) == NULL) { in key_parse_private2()
HDssh_namespace.h80 #define buffer_get_string_ret ssh_buffer_get_string_ret macro
HDkrl.c1019 if ((rdata = buffer_get_string_ret(&sect, in ssh_krl_from_blob()