Home | History | Annotate | Download | only in ssl

Lines Matching refs:dh_tmp

2048 	int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign;
2072 dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
2074 (dh_tmp && DH_size(c->dh_tmp)*8 <= kl));
2076 dh_tmp=dh_tmp_export=0;
2107 rsa_tmp,rsa_tmp_export,dh_tmp,have_ecdh_tmp,
2129 if ( (dh_tmp || dh_rsa || dh_dsa) &&
2140 if (dh_tmp)