Searched refs:pkdhp (Results 1 – 1 of 1) sorted by relevance
2530 EVP_PKEY *pkdhp = NULL; in tls_construct_server_key_exchange() local2544 pkdhp = pkdh; in tls_construct_server_key_exchange()2546 pkdhp = cert->dh_tmp; in tls_construct_server_key_exchange()2548 if ((pkdhp == NULL) && (s->cert->dh_tmp_cb != NULL)) { in tls_construct_server_key_exchange()2557 pkdhp = pkdh; in tls_construct_server_key_exchange()2559 if (pkdhp == NULL) { in tls_construct_server_key_exchange()2566 EVP_PKEY_security_bits(pkdhp), 0, pkdhp)) { in tls_construct_server_key_exchange()2579 s->s3->tmp.pkey = ssl_generate_pkey(pkdhp); in tls_construct_server_key_exchange()