OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hkalgs
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sshd-auth.c
788
char *
hkalgs
= NULL, *myproposal[PROPOSAL_MAX];
local
799
hkalgs
= list_hostkey_types();
802
options.ciphers, options.macs, compression,
hkalgs
);
804
free(
hkalgs
);
sshconnect2.c
236
char *all_key, *
hkalgs
= NULL;
local
265
hkalgs
= order_hostkeyalgs(host, hostaddr, port, cinfo);
270
hkalgs
?
hkalgs
: options.hostkeyalgorithms);
272
free(
hkalgs
);
Completed in 117 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026