OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dh_K
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
common-kex.c
218
* the
dh_K
and hash, since these are common. X is the letter 'A', 'B' etc.
266
/* the
dh_K
and hash are the start of all hashes, we make use of that */
269
sha1_process_mp(&hs, ses.
dh_K
);
270
mp_clear(ses.
dh_K
);
271
m_free(ses.
dh_K
);
532
ses.
dh_K
= (mp_int*)m_malloc(sizeof(mp_int));
533
m_mp_init(ses.
dh_K
);
534
if (mp_exptmod(dh_pub_them, dh_priv, &dh_p, ses.
dh_K
) != MP_OKAY) {
559
buf_putmpint(ses.kexhashbuf, ses.
dh_K
);
session.h
135
mp_int *
dh_K
; /* SSH_MSG_KEXDH_REPLY and sending SSH_MSH_NEWKEYS */
common-session.c
110
ses.
dh_K
= NULL;
Completed in 307 milliseconds