OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kexhashbuf
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
common-kex.c
420
ses.
kexhashbuf
= buf_new(kexhashbuf_len);
428
buf_putstring(ses.
kexhashbuf
,
431
buf_putstring(ses.
kexhashbuf
, ses.remoteident, remote_ident_len);
434
buf_putstring(ses.
kexhashbuf
,
438
buf_putstring(ses.
kexhashbuf
, ses.payload->data, ses.payload->len);
446
buf_putstring(ses.
kexhashbuf
, ses.remoteident, remote_ident_len);
448
buf_putstring(ses.
kexhashbuf
,
453
buf_putstring(ses.
kexhashbuf
, ses.payload->data, ses.payload->len);
456
buf_putstring(ses.
kexhashbuf
,
464
/* the rest of ses.
kexhashbuf
will be done after DH exchange *
[
all
...]
session.h
137
buffer*
kexhashbuf
; /* session hash buffer calculated from various packets*/
member in struct:sshsession
common-session.c
108
ses.
kexhashbuf
= NULL;
Completed in 337 milliseconds