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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_cert.c213 if (cert->dh_tmp != NULL)
215 ret->dh_tmp = DHparams_dup(cert->dh_tmp);
216 if (ret->dh_tmp == NULL)
221 if (cert->dh_tmp->priv_key)
223 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
229 ret->dh_tmp->priv_key = b;
231 if (cert->dh_tmp->pub_key)
233 BIGNUM *b = BN_dup(cert->dh_tmp->pub_key);
239 ret->dh_tmp
[all...]
H A Ds3_lib.c1770 if (s->cert->dh_tmp != NULL)
1771 DH_free(s->cert->dh_tmp);
1772 s->cert->dh_tmp = dh;
1951 if (cert->dh_tmp != NULL)
1952 DH_free(cert->dh_tmp);
1953 cert->dh_tmp=new;
H A Dssl_lib.c1559 int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; local
1583 dh_tmp=(c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
1585 (dh_tmp && DH_size(c->dh_tmp)*8 <= kl));
1587 dh_tmp=dh_tmp_export=0;
1614 rsa_tmp,rsa_tmp_export,dh_tmp,
1625 if ( (dh_tmp || dh_rsa || dh_dsa) &&
1636 if (dh_tmp)
H A Dd1_srvr.c826 dhp=cert->dh_tmp;
H A Dssl_locl.h423 DH *dh_tmp; member in struct:cert_st
H A Ds3_srvr.c1205 dhp=cert->dh_tmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c252 if (cert->dh_tmp != NULL) {
253 ret->dh_tmp = DHparams_dup(cert->dh_tmp);
254 if (ret->dh_tmp == NULL) {
258 if (cert->dh_tmp->priv_key) {
259 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
264 ret->dh_tmp->priv_key = b;
266 if (cert->dh_tmp->pub_key) {
267 BIGNUM *b = BN_dup(cert->dh_tmp->pub_key);
272 ret->dh_tmp
[all...]
H A Ds3_lib.c3263 if (s->cert->dh_tmp != NULL)
3264 DH_free(s->cert->dh_tmp);
3265 s->cert->dh_tmp = dh;
3763 if (cert->dh_tmp != NULL)
3764 DH_free(cert->dh_tmp);
3765 cert->dh_tmp = new;
H A Dssl_lib.c2242 int rsa_enc, rsa_tmp, rsa_sign, dh_tmp, dh_rsa, dh_dsa, dsa_sign; local
2270 dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
2272 (dh_tmp && DH_size(c->dh_tmp) * 8 <= kl));
2274 dh_tmp = dh_tmp_export = 0;
2306 rsa_tmp, rsa_tmp_export, dh_tmp, have_ecdh_tmp, rsa_enc,
2328 if ((dh_tmp || dh_rsa || dh_dsa) && (rsa_enc || rsa_sign || dsa_sign))
2338 if (dh_tmp)
H A Dssl_locl.h618 DH *dh_tmp; member in struct:cert_st
H A Ds3_srvr.c1664 dhp = cert->dh_tmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c252 if (cert->dh_tmp != NULL) {
253 ret->dh_tmp = DHparams_dup(cert->dh_tmp);
254 if (ret->dh_tmp == NULL) {
258 if (cert->dh_tmp->priv_key) {
259 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
264 ret->dh_tmp->priv_key = b;
266 if (cert->dh_tmp->pub_key) {
267 BIGNUM *b = BN_dup(cert->dh_tmp->pub_key);
272 ret->dh_tmp
[all...]
H A Ds3_lib.c3263 if (s->cert->dh_tmp != NULL)
3264 DH_free(s->cert->dh_tmp);
3265 s->cert->dh_tmp = dh;
3763 if (cert->dh_tmp != NULL)
3764 DH_free(cert->dh_tmp);
3765 cert->dh_tmp = new;
H A Dssl_lib.c2242 int rsa_enc, rsa_tmp, rsa_sign, dh_tmp, dh_rsa, dh_dsa, dsa_sign; local
2270 dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
2272 (dh_tmp && DH_size(c->dh_tmp) * 8 <= kl));
2274 dh_tmp = dh_tmp_export = 0;
2306 rsa_tmp, rsa_tmp_export, dh_tmp, have_ecdh_tmp, rsa_enc,
2328 if ((dh_tmp || dh_rsa || dh_dsa) && (rsa_enc || rsa_sign || dsa_sign))
2338 if (dh_tmp)
H A Dssl_locl.h618 DH *dh_tmp; member in struct:cert_st
H A Ds3_srvr.c1664 dhp = cert->dh_tmp;

Completed in 139 milliseconds