Home | History | Annotate | Download | only in openssh

Lines Matching defs:agent

255 	int	agent_fd;		/* >=0 if agent supports key */
257 char *filename; /* comment for agent-only keys */
987 /* the agent supports this key */
1190 * 1. agent keys that are found in the config file
1191 * 2. other agent keys
1198 struct idlist agent, files, *preferred;
1204 TAILQ_INIT(&agent); /* keys from the agent */
1246 /* list of keys supported by the agent */
1260 * agent keys from the config file are
1279 TAILQ_INSERT_TAIL(&agent, id, next);
1283 /* append remaining agent keys */
1284 for (id = TAILQ_FIRST(&agent); id; id = TAILQ_FIRST(&agent)) {
1285 TAILQ_REMOVE(&agent, id, next);