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