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