Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDauth-options.c444 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()
HDbufaux.c207 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()
HDbuffer.h88 char *buffer_get_cstring_ret(Buffer *, u_int *);
HDauthfile.c271 ciphername = buffer_get_cstring_ret(&copy, NULL); in key_parse_private2()
282 kdfname = buffer_get_cstring_ret(&copy, NULL); in key_parse_private2()
387 comment = buffer_get_cstring_ret(&b, NULL); in key_parse_private2()
HDkrl.c844 if ((key_id = buffer_get_cstring_ret(&subsect, in parse_revoked_certs()
930 (krl->comment = buffer_get_cstring_ret(&copy, NULL)) == NULL) { in ssh_krl_from_blob()
HDssh_namespace.h66 #define buffer_get_cstring_ret ssh_buffer_get_cstring_ret macro
HDkey.c1421 (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()