Home
last modified time | relevance | path

Searched refs:cdh (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_srvr.c3172 DH *cdh; in tls_process_cke_dhe() local
3209 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()