DH_size
return DH_size(pkey->pkey.dh);
int DH_size(const DH *dh);
if ((key_len = DH_size(dh)) <= 0)
klen = DH_size(kex->dh);