Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dbufaux.c191 if ((bin = buffer_get_string_ret(buffer, &len)) == NULL) { in buffer_get_bignum2_ret()
331 buffer_get_string_ret(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ret() function
363 if ((ret = buffer_get_string_ret(buffer, length_ptr)) == NULL) in buffer_get_string()
H A Dkey.c695 if ((ktype = buffer_get_string_ret(&b, NULL)) == NULL) { in key_from_blob()
/titanic_41/usr/src/cmd/ssh/include/
H A Dbufaux.h68 void *buffer_get_string_ret(Buffer *, u_int *);