Searched refs:dh_tmp (Results 1 – 5 of 5) sorted by relevance
93 if (cert->dh_tmp != NULL) { in ssl_cert_dup()94 ret->dh_tmp = cert->dh_tmp; in ssl_cert_dup()95 EVP_PKEY_up_ref(ret->dh_tmp); in ssl_cert_dup()235 EVP_PKEY_free(c->dh_tmp); in ssl_cert_free()
3430 EVP_PKEY_free(s->cert->dh_tmp); in ssl3_ctrl()3431 s->cert->dh_tmp = pkdh; in ssl3_ctrl()3786 EVP_PKEY_free(ctx->cert->dh_tmp); in ssl3_ctx_ctrl()3787 ctx->cert->dh_tmp = pkdh; in ssl3_ctx_ctrl()
3355 int rsa_enc, rsa_sign, dh_tmp, dsa_sign; in ssl_set_masks() local3364 dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL || c->dh_tmp_auto); in ssl_set_masks()3366 dh_tmp = 0; in ssl_set_masks()3380 dh_tmp, rsa_enc, rsa_sign, dsa_sign); in ssl_set_masks()3401 if (dh_tmp) in ssl_set_masks()
1887 EVP_PKEY *dh_tmp; member
2546 pkdhp = cert->dh_tmp; in tls_construct_server_key_exchange()