Home
last modified time | relevance | path

Searched refs:dh_estimate (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Ddh.h47 u_int dh_estimate(int);
Ddh.c463 dh_estimate(int bits) in dh_estimate() function
Dkexgexc.c64 nbits = dh_estimate(kex->dh_need * 8); in kexgex_client()