Searched refs:sshkey_puts (Results 1 – 14 of 14) sorted by relevance
| /src/crypto/openssh/ |
| H A D | authfd.c | 423 (r = sshkey_puts(key, msg)) != 0 || in ssh_agent_sign() 472 if ((r = sshkey_puts(dch->keys[i], b)) != 0 || in encode_dest_constraint_hop() 563 if ((r = sshkey_puts(certs[i], b)) != 0) in encode_constraints() 766 (r = sshkey_puts(key, msg)) != 0 || in ssh_agent_bind_hostkey()
|
| H A D | sshkey.h | 281 int sshkey_puts(const struct sshkey *, struct sshbuf *);
|
| H A D | monitor_wrap.c | 263 if ((r = sshkey_puts(key, m)) != 0 || in mm_sshkey_sign() 516 (r = sshkey_puts(key, m)) != 0 || in mm_key_allowed() 565 if ((r = sshkey_puts(key, m)) != 0 || in mm_sshkey_verify()
|
| H A D | sshd-session.c | 314 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i], in pack_hostkeys() 323 if ((r = sshkey_puts( in pack_hostkeys()
|
| H A D | sshd.c | 701 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i], in pack_hostkeys() 710 if ((r = sshkey_puts( in pack_hostkeys()
|
| H A D | serverloop.c | 709 (r = sshkey_puts(key, sigbuf)) != 0 || in server_input_hostkeys_prove()
|
| H A D | auth2-pubkey.c | 221 (r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in userauth_pubkey()
|
| H A D | sshsig.c | 219 (r = sshkey_puts(key, blob)) != 0 || in sshsig_wrap_sign()
|
| H A D | sshconnect2.c | 1417 (r = sshkey_puts(id->key, b)) != 0) { in sign_and_send_pubkey() 1425 if ((r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0) in sign_and_send_pubkey()
|
| H A D | ssh_namespace.h | 909 #define sshkey_puts Fssh_sshkey_puts macro
|
| H A D | krl.c | 591 if ((r = sshkey_puts(rc->ca_key, buf)) != 0) in revoked_certs_generate()
|
| H A D | monitor.c | 757 (r = sshkey_puts(key, sigbuf)) != 0) in mm_answer_sign()
|
| H A D | clientloop.c | 2370 (r = sshkey_puts(ctx->keys[i], signdata)) != 0) in client_global_hostkeys_prove_confirm()
|
| H A D | sshkey.c | 932 sshkey_puts(const struct sshkey *key, struct sshbuf *b) in sshkey_puts() function
|