Lines Matching refs:sshbuf_put_u32
2409 if ((r = sshbuf_put_u32(m, kex->we_need)) != 0 ||
2411 (r = sshbuf_put_u32(m, kex->hostkey_type)) != 0 ||
2412 (r = sshbuf_put_u32(m, kex->hostkey_nid)) != 0 ||
2413 (r = sshbuf_put_u32(m, kex->kex_type)) != 0 ||
2414 (r = sshbuf_put_u32
2420 (r = sshbuf_put_u32(m, kex->flags)) != 0)
2449 (r = sshbuf_put_u32(b, enc->enabled)) != 0 ||
2450 (r = sshbuf_put_u32(b, enc->block_size)) != 0 ||
2456 (r = sshbuf_put_u32(b, mac->enabled)) != 0 ||
2460 if ((r = sshbuf_put_u32(b, comp->type)) != 0 ||
2481 (r = sshbuf_put_u32(m, state->rekey_interval)) != 0 ||
2482 (r = sshbuf_put_u32(m, state->p_send.seqnr)) != 0 ||
2484 (r = sshbuf_put_u32(m, state->p_send.packets)) != 0 ||
2486 (r = sshbuf_put_u32(m, state->p_read.seqnr)) != 0 ||
2488 (r = sshbuf_put_u32(m, state->p_read.packets)) != 0 ||
2492 (r = sshbuf_put_u32(m, ENCODE_INT(state->interactive_mode))) != 0 ||
2493 (r = sshbuf_put_u32(m, ENCODE_INT(state->qos_interactive))) != 0 ||
2494 (r = sshbuf_put_u32(m, ENCODE_INT(state->qos_other))) != 0)
2693 return sshbuf_put_u32(ssh->state->outgoing_packet, val);