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

1 2

  /src/crypto/external/bsd/openssh/dist/
kexmlkem768x25519.c 144 if ((r = sshbuf_put(buf, enc.snd, sizeof(enc.snd))) != 0 ||
145 (r = sshbuf_put(server_blob, enc.fst.value, sizeof(enc.fst.value))) != 0 ||
146 (r = sshbuf_put(server_blob, server_pub, sizeof(server_pub))) != 0)
226 if ((r = sshbuf_put(buf, mlkem_key, sizeof(mlkem_key))) != 0)
ssh-ecdsa-sk.c 189 if ((r = sshbuf_put(m, WEBAUTHN_0, sizeof(WEBAUTHN_0) - 1)) != 0 ||
191 (r = sshbuf_put(m, WEBAUTHN_1, sizeof(WEBAUTHN_1) - 1)) != 0 ||
192 (r = sshbuf_put(m, origin, strlen(origin))) != 0 ||
193 (r = sshbuf_put(m, WEBAUTHN_2, sizeof(WEBAUTHN_2) - 1)) != 0)
349 if ((ret = sshbuf_put(original_signed,
354 (ret = sshbuf_put(original_signed, msghash, sizeof(msghash))) != 0)
sshbuf-io.c 59 if ((r = sshbuf_put(blob, buf, len)) != 0)
kexgex.c 82 (r = sshbuf_put(b, shared_secret, secretlen)) != 0) {
ssh-ed25519-sk.c 207 if (sshbuf_put(encoded, sigblob, len) != 0 ||
208 sshbuf_put(encoded, apphash, sizeof(apphash)) != 0 ||
211 sshbuf_put(encoded, msghash, sizeof(msghash)) != 0) {
gss-genr.c 130 if ((r = sshbuf_put(b, msg.value, msg.length)) != 0 ||
142 if ((r = sshbuf_put(b, msg.value, msg.length)) != 0 ||
kexc25519.c 77 r = sshbuf_put(out, shared_key, CURVE25519_SIZE);
sshbuf-misc.c 155 if ((r = sshbuf_put(b64, s, strlen(s))) != 0)
197 if ((r = sshbuf_put(buf, p, nlen)) < 0) {
sshsig.c 74 if ((r = sshbuf_put(buf, END_SIGNATURE,
77 error_fr(r, "sshbuf_put");
185 if ((r = sshbuf_put(tosign, MAGIC_PREAMBLE, MAGIC_PREAMBLE_LEN)) != 0 ||
219 if ((r = sshbuf_put(blob, MAGIC_PREAMBLE, MAGIC_PREAMBLE_LEN)) != 0 ||
329 if ((r = sshbuf_put(toverify, MAGIC_PREAMBLE,
435 if ((r = sshbuf_put(b, hash, ssh_digest_bytes(alg))) != 0) {
436 error_fr(r, "sshbuf_put");
560 if ((r = sshbuf_put(b, hash, ssh_digest_bytes(alg))) != 0) {
561 error_fr(r, "sshbuf_put");
packet.c 389 if ((r = sshbuf_put(state->incoming_packet, buf,
862 if ((r = sshbuf_put(out, buf, sizeof(buf) -
898 if ((r = sshbuf_put(out, buf, sizeof(buf) -
1249 if ((r = sshbuf_put(state->outgoing_packet,
1338 if ((r = sshbuf_put(state->output, macbuf, mac->mac_len)) != 0)
1598 if ((r = sshbuf_put(state->incoming_packet, cp + 4,
1965 if ((r = sshbuf_put(state->input, buf, len)) != 0)
2648 (r = sshbuf_put(state->input, input, ilen)) != 0 ||
2649 (r = sshbuf_put(state->output, output, olen)) != 0)
2675 return sshbuf_put(ssh->state->outgoing_packet, v, len)
    [all...]
kexgexc.c 223 if ((r = sshbuf_put(kex->initial_sig, signature, slen)) != 0)
ssh-pkcs11-helper.c 287 } else if ((r = sshbuf_put(iqueue, buf, len)) != 0)
288 fatal_fr(r, "sshbuf_put");
ssh_api.c 247 return sshbuf_put(ssh_packet_get_input(ssh), data, len);
376 if ((r = sshbuf_put(ssh_packet_get_output(ssh),
sshbuf-getput-basic.c 324 sshbuf_put(struct sshbuf *buf, const void *v, size_t len) function
341 return sshbuf_put(buf, sshbuf_ptr(v), sshbuf_len(v));
sshbuf.h 174 int sshbuf_put(struct sshbuf *buf, const void *v, size_t len);
kexgen.c 244 if ((r = sshbuf_put(kex->initial_sig, signature, slen)) != 0)
monitor_wrap.c 685 if ((r = sshbuf_put(loginmsg, msg, strlen(msg))) != 0)
759 (r = sshbuf_put(loginmsg, msg, msglen)) != 0)
932 if (conf != NULL && (r = sshbuf_put(conf, cp, len)))
933 fatal_fr(r, "sshbuf_put");
ssh-pkcs11-client.c 203 if ((r = sshbuf_put(m, buf, l)) != 0)
204 fatal_fr(r, "sshbuf_put");
auth2.c 413 if ((r = sshbuf_put(loginmsg, "\0", 1)) != 0)
authfd.c 174 if ((r = sshbuf_put(reply, buf, l)) != 0)
kex.c 633 if ((r = sshbuf_put(kex->peer, ptr, dlen)) != 0)
1172 if ((r = sshbuf_put(kex->session_id, hash, hashlen)) != 0)
1373 error_fr(r, "sshbuf_put");
clientloop.c 856 if ((r = sshbuf_put(c->extended, errmsg,
858 fatal_fr(r, "sshbuf_put");
1256 if ((r = sshbuf_put(berr, s, strlen(s))) != 0)
1257 fatal_fr(r, "sshbuf_put");
1339 if ((r = sshbuf_put(berr, s, strlen(s))) != 0)
1340 fatal_fr(r, "sshbuf_put");
misc.c 1378 if ((r = sshbuf_put(buf, val, strlen(val))) !=0)
1379 fatal_fr(r, "sshbuf_put ${}");
1407 if ((r = sshbuf_put(buf, keys[i].repl,
1409 fatal_fr(r, "sshbuf_put %%-repl");
auth-pam.c 940 if ((r = sshbuf_put(loginmsg, **prompts,
ssh-sk.c 335 if ((r = sshbuf_put(key->sk_key_handle, resp->key_handle,

Completed in 44 milliseconds

1 2