HomeSort by: relevance | last modified time | path
    Searched refs:sshbuf_put_u32 (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssh/dist/
kexgex.c 68 (r = sshbuf_put_u32(b, sshbuf_len(client_kexinit) + 1)) != 0 ||
71 (r = sshbuf_put_u32(b, sshbuf_len(server_kexinit) + 1)) != 0 ||
75 (min != -1 && (r = sshbuf_put_u32(b, min)) != 0) ||
76 (r = sshbuf_put_u32(b, wantbits)) != 0 ||
77 (max != -1 && (r = sshbuf_put_u32(b, max)) != 0) ||
sftp-common.c 165 if ((r = sshbuf_put_u32(b, a->flags)) != 0)
172 if ((r = sshbuf_put_u32(b, a->uid)) != 0 ||
173 (r = sshbuf_put_u32(b, a->gid)) != 0)
177 if ((r = sshbuf_put_u32(b, a->perm)) != 0)
181 if ((r = sshbuf_put_u32(b, a->atime)) != 0 ||
182 (r = sshbuf_put_u32(b, a->mtime)) != 0)
mux.c 312 if ((r = sshbuf_put_u32(reply, MUX_S_OK)) != 0 ||
313 (r = sshbuf_put_u32(reply, rid)) != 0)
323 if ((r = sshbuf_put_u32(reply, type)) != 0 ||
324 (r = sshbuf_put_u32(reply, rid)) != 0 ||
497 if ((r = sshbuf_put_u32(reply, MUX_S_ALIVE)) != 0 ||
498 (r = sshbuf_put_u32(reply, rid)) != 0 ||
499 (r = sshbuf_put_u32(reply, (u_int)getpid())) != 0)
532 if ((r = sshbuf_put_u32(reply, MUX_S_EXT_INFO)) != 0 ||
533 (r = sshbuf_put_u32(reply, rid)) != 0 ||
534 (r = sshbuf_put_u32(reply, status)) != 0 |
    [all...]
ttymodes.c 279 (r = sshbuf_put_u32(buf, obaud)) != 0 ||
281 (r = sshbuf_put_u32(buf, ibaud)) != 0)
287 (r = sshbuf_put_u32(buf, tio.c_cc[NAME])) != 0) \
296 (r = sshbuf_put_u32(buf, ((tio.FIELD & NAME) != 0))) != 0) \
monitor.c 1001 if ((r = sshbuf_put_u32(m, authenticated)) != 0)
1004 if ((r = sshbuf_put_u32(m, sshpam_get_maxtries_reached())) != 0)
1035 if ((r = sshbuf_put_u32(m, success)) != 0)
1075 if ((r = sshbuf_put_u32(m, authok)) != 0)
1166 if ((r = sshbuf_put_u32(m, ret)) != 0 ||
1197 if ((r = sshbuf_put_u32(m, ok)) != 0)
1222 if ((r = sshbuf_put_u32(m, ret)) != 0 ||
1225 (r = sshbuf_put_u32(m, sshpam_get_maxtries_reached())) != 0 ||
1226 (r = sshbuf_put_u32(m, num)) != 0)
1232 (r = sshbuf_put_u32(m, echo_on[i])) != 0
    [all...]
ssh-sk-helper.c 75 if (sshbuf_put_u32(resp, SSH_SK_HELPER_ERROR) != 0 ||
76 sshbuf_put_u32(resp, (u_int)-r) != 0)
152 if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_SIGN)) != 0 ||
212 if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_ENROLL)) != 0 ||
264 if ((r = sshbuf_put_u32(resp, SSH_SK_HELPER_LOAD_RESIDENT)) != 0)
ssh-sk-client.c 180 if ((r = sshbuf_put_u32(req, type)) != 0 ||
182 (r = sshbuf_put_u32(req, (uint32_t)(ll < 0 ? 0 : ll))) != 0 ||
275 (r = sshbuf_put_u32(req, compat)) != 0 ||
334 if ((r = sshbuf_put_u32(req, (u_int)type)) != 0 ||
432 (r = sshbuf_put_u32(req, flags)) != 0) {
monitor_wrap.c 106 if ((r = sshbuf_put_u32(log_msg, 0)) != 0 || /* length; filled below */
107 (r = sshbuf_put_u32(log_msg, level)) != 0 ||
108 (r = sshbuf_put_u32(log_msg, forced)) != 0 ||
237 if ((r = sshbuf_put_u32(m, min)) != 0 ||
238 (r = sshbuf_put_u32(m, nbits)) != 0 ||
239 (r = sshbuf_put_u32(m, max)) != 0)
272 if ((r = sshbuf_put_u32(m, ssh->compat)) != 0)
292 (r = sshbuf_put_u32(m, compat)) != 0)
544 if ((r = sshbuf_put_u32(m, type)) != 0 ||
548 (r = sshbuf_put_u32(m, pubkey_auth_attempt)) != 0
    [all...]
ssh-pkcs11-helper.c 82 (r = sshbuf_put_u32(msg, nkeys)) != 0)
93 (r = sshbuf_put_u32(msg, -nkeys)) != 0)
sftp-client.c 227 (r = sshbuf_put_u32(msg, id)) != 0 ||
245 (r = sshbuf_put_u32(msg, id)) != 0 ||
463 (r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0)
620 (r = sshbuf_put_u32(msg, id)) != 0 ||
668 (r = sshbuf_put_u32(msg, id)) != 0 ||
703 (r = sshbuf_put_u32(msg, id)) != 0 ||
728 (r = sshbuf_put_u32(msg, id)) != 0 ||
1008 (r = sshbuf_put_u32(msg, id)) != 0 ||
1130 (r = sshbuf_put_u32(msg, id)) != 0 ||
1132 (r = sshbuf_put_u32(msg, SSH2_FXF_READ)) != 0 |
    [all...]
packet.c 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(m, kex->kex_strict)) != 0 ||
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 |
    [all...]
kexgen.c 72 (r = sshbuf_put_u32(b, sshbuf_len(client_kexinit) + 1)) != 0 ||
75 (r = sshbuf_put_u32(b, sshbuf_len(server_kexinit) + 1)) != 0 ||
sftp-server.c 557 (r = sshbuf_put_u32(msg, id)) != 0 ||
558 (r = sshbuf_put_u32(msg, status)) != 0)
585 (r = sshbuf_put_u32(msg, id)) != 0 ||
620 (r = sshbuf_put_u32(msg, id)) != 0 ||
621 (r = sshbuf_put_u32(msg, count)) != 0)
644 (r = sshbuf_put_u32(msg, id)) != 0 ||
664 (r = sshbuf_put_u32(msg, id)) != 0 ||
717 (r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0)
1509 (r = sshbuf_put_u32(msg, id)) != 0 ||
1739 (r = sshbuf_put_u32(msg, id)) != 0 |
    [all...]
auth-pam.c 565 if ((r = sshbuf_put_u32(buffer, sshpam_account_status)) != 0 ||
566 (r = sshbuf_put_u32(buffer, sshpam_authctxt->force_pwchange)) != 0)
575 if ((r = sshbuf_put_u32(buffer, i)) != 0)
588 if ((r = sshbuf_put_u32(buffer, i)) != 0)
ssh-ed25519-sk.c 210 sshbuf_put_u32(encoded, sig_counter) != 0 ||
authfd.c 426 (r = sshbuf_put_u32(msg, flags)) != 0)
526 (r = sshbuf_put_u32(m, life)) != 0)
sshbuf.h 189 int sshbuf_put_u32(struct sshbuf *buf, uint32_t val);
ssh-sk.c 453 (r = sshbuf_put_u32(attest, 0)) != 0 || /* resvd flags */
590 (r = sshbuf_put_u32(sig, resp->counter)) != 0) {
623 (r = sshbuf_put_u32(sig, resp->counter)) != 0) {
kex.c 170 (r = sshbuf_put_u32(b, 0)) != 0) /* uint32 reserved */
304 if ((r = sshbuf_put_u32(m, 4)) != 0 ||
325 if ((r = sshbuf_put_u32(m, 1)) != 0 ||
ssh-ecdsa-sk.c 352 (ret = sshbuf_put_u32(original_signed, sig_counter)) != 0 ||
ssh-pkcs11-client.c 256 (r = sshbuf_put_u32(msg, compat)) != 0)
auth-options.c 723 if ((r = sshbuf_put_u32(m, n)) != 0 ||
822 (r = sshbuf_put_u32(m, (opts->force_tun_device < 0) ?
clientloop.c 1757 (r = sshbuf_put_u32(b, rchan)) != 0 ||
1758 (r = sshbuf_put_u32(b, rwindow)) != 0 ||
1759 (r = sshbuf_put_u32(b, rmaxpack)) != 0 ||
1761 (r = sshbuf_put_u32(b, listen_port)) != 0 ||
1763 (r = sshbuf_put_u32(b, originator_port)) != 0 ||
sshbuf-getput-basic.c 402 sshbuf_put_u32(struct sshbuf *buf, uint32_t val) function
sshd.c 704 if ((r = sshbuf_put_u32(m, 0)) != 0 ||
739 if ((r = sshbuf_put_u32(m, 0)) != 0 ||

Completed in 37 milliseconds

1 2