Searched refs:dh_tmp (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_cert.c230 if (cert->dh_tmp != NULL)
232 ret->dh_tmp = DHparams_dup(cert->dh_tmp);
233 if (ret->dh_tmp == NULL)
238 if (cert->dh_tmp->priv_key)
240 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
246 ret->dh_tmp->priv_key = b;
248 if (cert->dh_tmp->pub_key)
250 BIGNUM *b = BN_dup(cert->dh_tmp->pub_key);
256 ret->dh_tmp
[all...]
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)
H A Ds3_lib.c3195 if (s->cert->dh_tmp != NULL)
3196 DH_free(s->cert->dh_tmp);
3197 s->cert->dh_tmp = dh;
3527 if (cert->dh_tmp != NULL)
3528 DH_free(cert->dh_tmp);
3529 cert->dh_tmp=new;
H A Dssl_locl.h509 DH *dh_tmp; member in struct:cert_st
H A Dd1_srvr.c1095 dhp=cert->dh_tmp;
H A Ds3_srvr.c1655 dhp=cert->dh_tmp;
/external/openssl/ssl/
H A Dssl_cert.c214 if (cert->dh_tmp != NULL)
216 ret->dh_tmp = DHparams_dup(cert->dh_tmp);
217 if (ret->dh_tmp == NULL)
222 if (cert->dh_tmp->priv_key)
224 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
230 ret->dh_tmp->priv_key = b;
232 if (cert->dh_tmp->pub_key)
234 BIGNUM *b = BN_dup(cert->dh_tmp->pub_key);
240 ret->dh_tmp
[all...]
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)
H A Ds3_lib.c3208 if (s->cert->dh_tmp != NULL)
3209 DH_free(s->cert->dh_tmp);
3210 s->cert->dh_tmp = dh;
3540 if (cert->dh_tmp != NULL)
3541 DH_free(cert->dh_tmp);
3542 cert->dh_tmp=new;
H A Dssl_locl.h507 DH *dh_tmp; member in struct:cert_st
H A Dd1_srvr.c1095 dhp=cert->dh_tmp;
H A Ds3_srvr.c1655 dhp=cert->dh_tmp;

Completed in 638 milliseconds