HomeSort by: relevance | last modified time | path
    Searched refs:sshkey_puts (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
authfd.c 424 (r = sshkey_puts(key, msg)) != 0 ||
480 if ((r = sshkey_puts(dch->keys[i], b)) != 0 ||
566 if ((r = sshkey_puts(certs[i], b)) != 0)
763 (r = sshkey_puts(key, msg)) != 0 ||
ssh-pkcs11-helper.c 85 if ((r = sshkey_puts(keys[i], msg)) != 0 ||
sshkey.h 257 int sshkey_puts(const struct sshkey *, struct sshbuf *);
monitor_wrap.c 289 if ((r = sshkey_puts(key, m)) != 0 ||
547 (r = sshkey_puts(key, m)) != 0 ||
596 if ((r = sshkey_puts(key, m)) != 0 ||
sshd-session.c 313 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i],
322 if ((r = sshkey_puts(
sshd.c 685 if ((r = sshkey_puts(sensitive_data.host_pubkeys[i],
694 if ((r = sshkey_puts(
auth2-pubkey.c 224 (r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0)
serverloop.c 757 (r = sshkey_puts(key, sigbuf)) != 0 ||
sshsig.c 221 (r = sshkey_puts(key, blob)) != 0 ||
sshconnect2.c 1454 (r = sshkey_puts(id->key, b)) != 0) {
1462 if ((r = sshkey_puts(ssh->kex->initial_hostkey, b)) != 0)
krl.c 598 if ((r = sshkey_puts(rc->ca_key, buf)) != 0)
monitor.c 773 (r = sshkey_puts(key, sigbuf)) != 0)
clientloop.c 2411 (r = sshkey_puts(ctx->keys[i], signdata)) != 0)
ssh-agent.c 647 if ((r = sshkey_puts(id->key, keys)) != 0 ||
sshkey.c 880 sshkey_puts(const struct sshkey *key, struct sshbuf *b) function

Completed in 54 milliseconds