Lines Matching defs:dh_tmp
3609 int rsa_enc, rsa_sign, dh_tmp, dsa_sign;
3616 dh_tmp = (c->dh_tmp != NULL
3627 OSSL_TRACE4(TLS_CIPHER, "dh_tmp=%d rsa_enc=%d rsa_sign=%d dsa_sign=%d\n",
3628 dh_tmp, rsa_enc, rsa_sign, dsa_sign);
3648 if (dh_tmp)
6048 EVP_PKEY_free(s->cert->dh_tmp);
6049 s->cert->dh_tmp = dhpkey;
6060 EVP_PKEY_free(ctx->cert->dh_tmp);
6061 ctx->cert->dh_tmp = dhpkey;