OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:algo_hostkey
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/
svr-kex.c
91
ses.newkeys->
algo_hostkey
);
99
ses.newkeys->
algo_hostkey
, ses.hash, SHA1_HASH_SIZE);
session.h
67
char
algo_hostkey
;
member in struct:key_context
cli-kex.c
74
type = ses.newkeys->
algo_hostkey
;
229
algoname = signkey_name_from_type(ses.newkeys->
algo_hostkey
, &algolen);
common-session.c
97
ses.keys->
algo_hostkey
= -1;
common-kex.c
553
buf_put_pub_key(ses.kexhashbuf, hostkey, ses.newkeys->
algo_hostkey
);
623
ses.newkeys->
algo_hostkey
= algo->val;
Completed in 42 milliseconds