Home | History | Annotate | Download | only in dist

Lines Matching defs:Identity

136 typedef struct identity {
137 TAILQ_ENTRY(identity) next;
146 } Identity;
150 TAILQ_HEAD(idqueue, identity) idlist;
342 free_identity(Identity *id)
410 /* Check destination constraints on an identity against the hostkey/user */
413 const struct sshkey *tokey, Identity *id, const char *user,
457 debug2_f("%s identity \"%s\" not permitted for this destination",
464 * are permitted by the destination constraints on the Identity.
468 identity_permitted(Identity *id, SocketEntry *e, char *user,
574 static Identity *
577 Identity *id;
588 confirm_key(Identity *id, const char *extra)
619 Identity *id;
638 /* identity not visible, don't include in response */
846 struct identity *id;
996 Identity *id;
1007 /* identity not visible, cannot be removed */
1025 Identity *id;
1053 Identity *id, *nxt;
1338 Identity *id;
1403 id = xcalloc(1, sizeof(Identity));
1408 /* identity not visible, do not update */
1519 /* Add an identity to idlist; takes ownership of 'key' and 'comment' */
1525 Identity *id;
1532 id = xcalloc(1, sizeof(Identity));
1638 Identity *id, *nxt;