OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostkey_alg
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
kex.c
749
free(kex->
hostkey_alg
);
886
free(k->
hostkey_alg
);
887
k->
hostkey_alg
= match_list(client, server, NULL);
890
k->
hostkey_alg
? k->
hostkey_alg
: "(no match)");
891
if (k->
hostkey_alg
== NULL)
893
k->hostkey_type = sshkey_type_from_name(k->
hostkey_alg
);
895
error_f("unsupported hostkey algorithm %s", k->
hostkey_alg
);
898
k->hostkey_nid = sshkey_ecdsa_nid_from_name(k->
hostkey_alg
);
kexgen.c
227
kex->
hostkey_alg
, ssh->compat, NULL)) != 0)
358
&signature, &slen, hash, hashlen, kex->
hostkey_alg
)) != 0)
kex.h
147
char *
hostkey_alg
;
member in struct:kex
kexgexc.c
206
hashlen, kex->
hostkey_alg
, ssh->compat, NULL)) != 0)
kexgexs.c
184
&signature, &slen, hash, hashlen, kex->
hostkey_alg
)) < 0)
monitor_wrap.c
280
const u_char *data, size_t datalen, const char *
hostkey_alg
,
291
(r = sshbuf_put_cstring(m,
hostkey_alg
)) != 0 ||
302
debug3_f("%s signature len=%zu",
hostkey_alg
?
hostkey_alg
: "(null)",
serverloop.c
707
ssh->kex->
hostkey_alg
)) == KEY_RSA)
708
kex_rsa_sigalg = ssh->kex->
hostkey_alg
;
packet.c
2410
(r = sshbuf_put_cstring(m, kex->
hostkey_alg
)) != 0 ||
2577
(r = sshbuf_get_cstring(m, &kex->
hostkey_alg
, NULL)) != 0 ||
3090
kex->name, kex->
hostkey_alg
,
clientloop.c
2392
ssh->kex->
hostkey_alg
)) == KEY_RSA)
2393
rsa_kexalg = ssh->kex->
hostkey_alg
;
Completed in 23 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026