Lines Matching defs:dh_tmp
3624 int rsa_enc, rsa_sign, dh_tmp, dsa_sign;
3631 dh_tmp = (c->dh_tmp != NULL
3642 OSSL_TRACE4(TLS_CIPHER, "dh_tmp=%d rsa_enc=%d rsa_sign=%d dsa_sign=%d\n",
3643 dh_tmp, rsa_enc, rsa_sign, dsa_sign);
3663 if (dh_tmp)
6063 EVP_PKEY_free(s->cert->dh_tmp);
6064 s->cert->dh_tmp = dhpkey;
6075 EVP_PKEY_free(ctx->cert->dh_tmp);
6076 ctx->cert->dh_tmp = dhpkey;