Lines Matching defs:Identity
311 typedef struct identity Identity;
314 struct identity {
315 TAILQ_ENTRY(identity) next;
323 TAILQ_HEAD(idlist, identity);
389 static int sign_and_send_pubkey(struct ssh *ssh, Identity *);
392 static struct sshkey *load_identity_file(Identity *);
684 * Format an identity for logging including filename, key type, fingerprint
688 format_identity(Identity *id)
718 Identity *id = NULL;
1238 identity_sign(struct identity *id, u_char **sigp, size_t *lenp,
1325 id_filename_matches(Identity *id, Identity *private_id)
1344 sign_and_send_pubkey(struct ssh *ssh, Identity *id)
1348 Identity *private_id, *sign_id = NULL;
1414 * If the above didn't select another identity to do the signing
1515 send_pubkey_test(struct ssh *ssh, Identity *id)
1555 load_identity_file(Identity *id)
1565 "no such identity: %s: %s", id->filename, strerror(errno));
1704 struct identity *id, *id2, *tmp;
1866 Identity *id;
1884 Identity *id;
1894 Identity *id;