OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:agent_ids
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
ssh-keygen.c
1706
struct ssh_identitylist *
agent_ids
;
local
1728
if ((r = ssh_fetch_identitylist(agent_fd, &
agent_ids
)) != 0)
1730
for (j = 0; j <
agent_ids
->nkeys; j++) {
1731
if (sshkey_equal(ca,
agent_ids
->keys[j])) {
1735
ca =
agent_ids
->keys[j];
1736
agent_ids
->keys[j] = NULL;
1742
ssh_free_identitylist(
agent_ids
);
Completed in 17 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026