Searched refs:dh_estimate (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ | ||
D | dh.h | 44 u_int dh_estimate(int); |
D | dh.c | 355 dh_estimate(int bits) in dh_estimate() function |
D | kexgexc.c | 63 nbits = dh_estimate(kex->dh_need * 8); in kexgex_client() |