Lines Matching defs:ac
246 AuthenticationConnection *ac; /* set if agent supports key */
1179 if (id->ac)
1180 return (ssh_agent_sign(id->ac, id->key, sigp, lenp,
1365 AuthenticationConnection *ac;
1388 if ((ac = ssh_get_authentication_connection())) {
1389 for (key = ssh_get_first_identity(ac, &comment, 2);
1391 key = ssh_get_next_identity(ac, &comment, 2)) {
1400 id->ac = ac;
1409 id->ac = ac;
1418 authctxt->agent = ac;