Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Ddh.h49 u_int dh_estimate(int);
H A Dkexgexc.c66 nbits = dh_estimate(kex->dh_need * 8); in kexgex_client()
H A Ddh.c494 dh_estimate(int bits) in dh_estimate() function