Home | History | Annotate | Download | only in dist

Lines Matching refs: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)
625 Identity *id;
644 /* identity not visible, don't include in response */
852 struct identity *id;
1002 Identity *id;
1013 /* identity not visible, cannot be removed */
1031 Identity *id;
1059 Identity *id, *nxt;
1344 Identity *id;
1409 id = xcalloc(1, sizeof(Identity));
1414 /* identity not visible, do not update */
1525 /* Add an identity to idlist; takes ownership of 'key' and 'comment' */
1531 Identity *id;
1538 id = xcalloc(1, sizeof(Identity));
1644 Identity *id, *nxt;