Home
last modified time | relevance | path

Searched refs:buffer_get_string_ptr_ret (Results 1 – 7 of 7) sorted by relevance

/trueos/crypto/openssh/
HDkrl.c766 if ((blob = buffer_get_string_ptr_ret(buf, &blen)) == NULL || in parse_revoked_certs()
767 buffer_get_string_ptr_ret(buf, NULL) == NULL) { /* reserved */ in parse_revoked_certs()
776 (blob = buffer_get_string_ptr_ret(buf, &blen)) == NULL) { in parse_revoked_certs()
929 buffer_get_string_ptr_ret(&copy, NULL) == NULL || /* reserved */ in ssh_krl_from_blob()
948 (blob = buffer_get_string_ptr_ret(&copy, &blen)) == NULL) { in ssh_krl_from_blob()
970 if ((blob = buffer_get_string_ptr_ret(&copy, &blen)) == NULL) { in ssh_krl_from_blob()
1003 (blob = buffer_get_string_ptr_ret(&copy, &blen)) == NULL) { in ssh_krl_from_blob()
1040 if ((blob = buffer_get_string_ptr_ret(&copy, in ssh_krl_from_blob()
HDbufaux.c240 buffer_get_string_ptr_ret(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ptr_ret() function
263 if ((ret = buffer_get_string_ptr_ret(buffer, length_ptr)) == NULL) in buffer_get_string_ptr()
HDbuffer.h89 void *buffer_get_string_ptr_ret(Buffer *, u_int *);
HDkey.c1427 (v00 && buffer_get_string_ptr_ret(b, NULL) == NULL) || /* nonce */ in cert_parse()
1428 buffer_get_string_ptr_ret(b, NULL) == NULL || /* reserved */ in cert_parse()
1469 if (buffer_get_string_ptr_ret(&tmp, NULL) == NULL || in cert_parse()
1470 buffer_get_string_ptr_ret(&tmp, NULL) == NULL) { in cert_parse()
1481 if (buffer_get_string_ptr_ret(&tmp, NULL) == NULL || in cert_parse()
1482 buffer_get_string_ptr_ret(&tmp, NULL) == NULL) { in cert_parse()
1560 (void)buffer_get_string_ptr_ret(&b, NULL); /* Skip nonce */ in key_from_blob2()
1578 (void)buffer_get_string_ptr_ret(&b, NULL); /* Skip nonce */ in key_from_blob2()
1596 (void)buffer_get_string_ptr_ret(&b, NULL); /* Skip nonce */ in key_from_blob2()
1632 (void)buffer_get_string_ptr_ret(&b, NULL); /* Skip nonce */ in key_from_blob2()
HDssh_namespace.h79 #define buffer_get_string_ptr_ret ssh_buffer_get_string_ptr_ret macro
HDauthfile.c293 kdfp = buffer_get_string_ptr_ret(&copy, &klen); in key_parse_private2()
HDmux.c1040 if ((ptr = buffer_get_string_ptr_ret(&c->input, &have)) == NULL) { in mux_master_read_cb()