Home
last modified time | relevance | path

Searched refs:sshkey_puts (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dauthfd.c422 (r = sshkey_puts(key, msg)) != 0 || in ssh_agent_sign()
471 if ((r = sshkey_puts(dch->keys[i], b)) != 0 || in encode_dest_constraint_hop()
562 if ((r = sshkey_puts(certs[i], b)) != 0) in encode_constraints()
765 (r = sshkey_puts(key, msg)) != 0 || in ssh_agent_bind_hostkey()
Dmonitor_wrap.c259 if ((r = sshkey_puts(key, m)) != 0 || in mm_sshkey_sign()
493 (r = sshkey_puts(key, m)) != 0 || in mm_key_allowed()
542 if ((r = sshkey_puts(key, m)) != 0 || in mm_sshkey_verify()
Dsshkey.h273 int sshkey_puts(const struct sshkey *, struct sshbuf *);
Dsshd-session.c270 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i], in pack_hostkeys()
279 if ((r = sshkey_puts( in pack_hostkeys()
Dsshd.c628 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i], in pack_hostkeys()
637 if ((r = sshkey_puts( in pack_hostkeys()
Dserverloop.c698 (r = sshkey_puts(key, sigbuf)) != 0 || in server_input_hostkeys_prove()
Dauth2-pubkey.c214 (r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in userauth_pubkey()
Dsshconnect2.c1407 (r = sshkey_puts(id->key, b)) != 0) { in sign_and_send_pubkey()
1415 if ((r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in sign_and_send_pubkey()
Dsshsig.c217 (r = sshkey_puts(key, blob)) != 0 || in sshsig_wrap_sign()
Dkrl.c589 if ((r = sshkey_puts(rc->ca_key, buf)) != 0) in revoked_certs_generate()
Dmonitor.c681 (r = sshkey_puts(key, sigbuf)) != 0) in mm_answer_sign()
Dclientloop.c2355 (r = sshkey_puts(ctx->keys[i], signdata)) != 0) in client_global_hostkeys_prove_confirm()
Dsshkey.c892 sshkey_puts(const struct sshkey *key, struct sshbuf *b) in sshkey_puts() function