Searched refs:buffer_get_string_ptr_ret (Results 1 – 7 of 7) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | krl.c | 766 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(©, NULL) == NULL || /* reserved */ in ssh_krl_from_blob() 948 (blob = buffer_get_string_ptr_ret(©, &blen)) == NULL) { in ssh_krl_from_blob() 970 if ((blob = buffer_get_string_ptr_ret(©, &blen)) == NULL) { in ssh_krl_from_blob() 1003 (blob = buffer_get_string_ptr_ret(©, &blen)) == NULL) { in ssh_krl_from_blob() 1040 if ((blob = buffer_get_string_ptr_ret(©, in ssh_krl_from_blob()
|
| HD | bufaux.c | 240 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()
|
| HD | buffer.h | 89 void *buffer_get_string_ptr_ret(Buffer *, u_int *);
|
| HD | key.c | 1427 (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()
|
| HD | ssh_namespace.h | 79 #define buffer_get_string_ptr_ret ssh_buffer_get_string_ptr_ret macro
|
| HD | authfile.c | 293 kdfp = buffer_get_string_ptr_ret(©, &klen); in key_parse_private2()
|
| HD | mux.c | 1040 if ((ptr = buffer_get_string_ptr_ret(&c->input, &have)) == NULL) { in mux_master_read_cb()
|