Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauthfd.c422 (r = sshkey_puts(key, msg)) != 0 || in ssh_agent_sign()
478 if ((r = sshkey_puts(dch->keys[i], b)) != 0 || in encode_dest_constraint_hop()
564 if ((r = sshkey_puts(certs[i], b)) != 0) in encode_constraints()
761 (r = sshkey_puts(key, msg)) != 0 || in ssh_agent_bind_hostkey()
H A Dssh-pkcs11-helper.c84 if ((r = sshkey_puts(keys[i], msg)) != 0 || in process_add()
H A Dsshkey.h261 int sshkey_puts(const struct sshkey *, struct sshbuf *);
H A Dmonitor_wrap.c283 if ((r = sshkey_puts(key, m)) != 0 || in mm_sshkey_sign()
547 (r = sshkey_puts(key, m)) != 0 || in mm_key_allowed()
596 if ((r = sshkey_puts(key, m)) != 0 || in mm_sshkey_verify()
H A Dsshd-session.c280 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i], in pack_hostkeys()
289 if ((r = sshkey_puts( in pack_hostkeys()
H A Dsshd.c699 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i], in pack_hostkeys()
708 if ((r = sshkey_puts( in pack_hostkeys()
H A Dserverloop.c734 (r = sshkey_puts(key, sigbuf)) != 0 || in server_input_hostkeys_prove()
H A Dauth2-pubkey.c216 (r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in userauth_pubkey()
H A Dsshsig.c219 (r = sshkey_puts(key, blob)) != 0 || in sshsig_wrap_sign()
H A Dsshconnect2.c1422 (r = sshkey_puts(id->key, b)) != 0) { in sign_and_send_pubkey()
1430 if ((r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in sign_and_send_pubkey()
H A Dssh_namespace.h920 #define sshkey_puts Fssh_sshkey_puts macro
H A Dkrl.c591 if ((r = sshkey_puts(rc->ca_key, buf)) != 0) in revoked_certs_generate()
H A Dmonitor.c786 (r = sshkey_puts(key, sigbuf)) != 0) in mm_answer_sign()
H A Dclientloop.c2397 (r = sshkey_puts(ctx->keys[i], signdata)) != 0) in client_global_hostkeys_prove_confirm()
H A Dssh-agent.c661 if ((r = sshkey_puts(id->key, keys)) != 0 || in process_request_identities()
H A Dsshkey.c916 sshkey_puts(const struct sshkey *key, struct sshbuf *b) in sshkey_puts() function