Home | History | Annotate | Download | only in openssh

Lines Matching defs:public

223 	Key *public, *private;
227 public = options.identity_keys[idx];
235 packet_put_bignum(public->rsa->n);
268 if (public->flags & SSHKEY_FLAG_EXT)
269 private = public;
507 debug("Waiting for server public key.");
509 /* Wait for a public key packet from the server. */
516 /* Get the public key. */
524 logit("Warning: Server lies about size of server public key: "
549 debug("Received server public key (%d bits) and host key (%d bits).",
594 * Encrypt the integer using the public key and host key of the
598 /* Public key has smaller modulus. */
625 /* Destroy the public keys since we no longer need them. */