Searched refs:buffer_get_cstring_ret (Results 1 – 7 of 7) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | auth-options.c | 444 if ((name = buffer_get_cstring_ret(&c, &nlen)) == NULL || in parse_option_list() 475 if ((command = buffer_get_cstring_ret(&data, in parse_option_list() 491 if ((allowed = buffer_get_cstring_ret(&data, in parse_option_list()
|
| HD | bufaux.c | 207 buffer_get_cstring_ret(Buffer *buffer, u_int *length_ptr) in buffer_get_cstring_ret() function 234 if ((ret = buffer_get_cstring_ret(buffer, length_ptr)) == NULL) in buffer_get_cstring()
|
| HD | buffer.h | 88 char *buffer_get_cstring_ret(Buffer *, u_int *);
|
| HD | authfile.c | 271 ciphername = buffer_get_cstring_ret(©, NULL); in key_parse_private2() 282 kdfname = buffer_get_cstring_ret(©, NULL); in key_parse_private2() 387 comment = buffer_get_cstring_ret(&b, NULL); in key_parse_private2()
|
| HD | krl.c | 844 if ((key_id = buffer_get_cstring_ret(&subsect, in parse_revoked_certs() 930 (krl->comment = buffer_get_cstring_ret(©, NULL)) == NULL) { in ssh_krl_from_blob()
|
| HD | ssh_namespace.h | 66 #define buffer_get_cstring_ret ssh_buffer_get_cstring_ret macro
|
| HD | key.c | 1421 (key->cert->key_id = buffer_get_cstring_ret(b, &kidlen)) == NULL || in cert_parse() 1454 if ((principal = buffer_get_cstring_ret(&tmp, &plen)) == NULL) { in cert_parse() 1544 if ((ktype = buffer_get_cstring_ret(&b, NULL)) == NULL) { in key_from_blob2()
|