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

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_locl.h509 DH *dh_tmp; member in struct:cert_st
H A Dssl_lib.c2048 int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; local
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)
/external/openssl/ssl/
H A Dssl_locl.h507 DH *dh_tmp; member in struct:cert_st
H A Dssl_lib.c2135 int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; local
2159 dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
2161 (dh_tmp && DH_size(c->dh_tmp)*8 <= kl));
2163 dh_tmp=dh_tmp_export=0;
2194 rsa_tmp,rsa_tmp_export,dh_tmp,have_ecdh_tmp,
2216 if ( (dh_tmp || dh_rsa || dh_dsa) &&
2227 if (dh_tmp)

Completed in 284 milliseconds