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

/freebsd-10.2-release/crypto/openssh/
H A Dbuffer.h89 void *buffer_get_string_ptr_ret(Buffer *, u_int *);
H A Dbufaux.c240 buffer_get_string_ptr_ret(Buffer *buffer, u_int *length_ptr) function
263 if ((ret = buffer_get_string_ptr_ret(buffer, length_ptr)) == NULL)
H A Dkrl.c766 if ((blob = buffer_get_string_ptr_ret(buf, &blen)) == NULL ||
767 buffer_get_string_ptr_ret(buf, NULL) == NULL) { /* reserved */
776 (blob = buffer_get_string_ptr_ret(buf, &blen)) == NULL) {
929 buffer_get_string_ptr_ret(&copy, NULL) == NULL || /* reserved */
948 (blob = buffer_get_string_ptr_ret(&copy, &blen)) == NULL) {
970 if ((blob = buffer_get_string_ptr_ret(&copy, &blen)) == NULL) {
1003 (blob = buffer_get_string_ptr_ret(&copy, &blen)) == NULL) {
1040 if ((blob = buffer_get_string_ptr_ret(&copy,
H A Dkey.c1427 (v00 && buffer_get_string_ptr_ret(b, NULL) == NULL) || /* nonce */
1428 buffer_get_string_ptr_ret(b, NULL) == NULL || /* reserved */
1469 if (buffer_get_string_ptr_ret(&tmp, NULL) == NULL ||
1470 buffer_get_string_ptr_ret(&tmp, NULL) == NULL) {
1481 if (buffer_get_string_ptr_ret(&tmp, NULL) == NULL ||
1482 buffer_get_string_ptr_ret(&tmp, NULL) == NULL) {
1560 (void)buffer_get_string_ptr_ret(&b, NULL); /* Skip nonce */
1578 (void)buffer_get_string_ptr_ret(&b, NULL); /* Skip nonce */
1596 (void)buffer_get_string_ptr_ret(&b, NULL); /* Skip nonce */
1632 (void)buffer_get_string_ptr_ret(
[all...]
H A Dssh_namespace.h79 #define buffer_get_string_ptr_ret ssh_buffer_get_string_ptr_ret macro
H A Dauthfile.c293 kdfp = buffer_get_string_ptr_ret(&copy, &klen);
H A Dmux.c1042 if ((ptr = buffer_get_string_ptr_ret(&c->input, &have)) == NULL) {

Completed in 67 milliseconds