Searched refs:pkdhp (Results 1 – 1 of 1) sorted by relevance
2551 EVP_PKEY *pkdhp = NULL; in tls_construct_server_key_exchange() local2559 pkdhp = pkdh; in tls_construct_server_key_exchange()2561 pkdhp = cert->dh_tmp; in tls_construct_server_key_exchange()2564 if ((pkdhp == NULL) && (s->cert->dh_tmp_cb != NULL)) { in tls_construct_server_key_exchange()2571 pkdhp = pkdh; in tls_construct_server_key_exchange()2574 if (pkdhp == NULL) { in tls_construct_server_key_exchange()2579 EVP_PKEY_get_security_bits(pkdhp), 0, pkdhp)) { in tls_construct_server_key_exchange()2588 s->s3.tmp.pkey = ssl_generate_pkey(s, pkdhp); in tls_construct_server_key_exchange()
Completed in 11 milliseconds