Searched defs:dh_tmp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_locl.h459 DH *dh_tmp; member in struct:cert_st
H A Dssl_lib.c2183 int rsa_enc,rsa_sign,dh_tmp; local
2190 dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
2204 rsa_tmp,rsa_tmp_export,dh_tmp,have_ecdh_tmp,
2211 if (dh_tmp)
/external/openssl/ssl/
H A Dssl_locl.h508 DH *dh_tmp; member in struct:cert_st
H A Dssl_lib.c2190 int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; local
2214 dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
2216 (dh_tmp && DH_size(c->dh_tmp)*8 <= kl));
2218 dh_tmp=dh_tmp_export=0;
2249 rsa_tmp,rsa_tmp_export,dh_tmp,have_ecdh_tmp,
2271 if ( (dh_tmp || dh_rsa || dh_dsa) &&
2282 if (dh_tmp)

Completed in 641 milliseconds