Searched refs:cdh (Results 1 – 1 of 1) sorted by relevance
3172 DH *cdh; in tls_process_cke_dhe() local3209 cdh = EVP_PKEY_get0_DH(ckey); in tls_process_cke_dhe()3211 if (pub_key == NULL || cdh == NULL || !DH_set0_key(cdh, pub_key, NULL)) { in tls_process_cke_dhe()